Beispiel #1
0
 public ProductReviewsController(IJsonFieldsSerializer jsonFieldsSerializer,
                                 IAclService aclService,
                                 ICustomerService customerService,
                                 IStoreMappingService storeMappingService,
                                 IStoreService storeService,
                                 IDiscountService discountService,
                                 ICustomerActivityService customerActivityService,
                                 ILocalizationService localizationService,
                                 IPictureService pictureService,
                                 IProductReviewApiService productReviewApiService,
                                 IDTOHelper dTOHelper,
                                 IProductService productService,
                                 IOrderService orderService,
                                 CatalogSettings catalogSettings,
                                 IWorkflowMessageService workflowMessageService,
                                 LocalizationSettings localizationSettings,
                                 IEventPublisher eventPublisher,
                                 IStoreContext storeContext,
                                 IReviewTypeService reviewTypeService) : base(jsonFieldsSerializer, aclService, customerService, storeMappingService, storeService, discountService, customerActivityService, localizationService, pictureService)
 {
     _productReviewApiService = productReviewApiService;
     _dtoHelper               = dTOHelper;
     _productService          = productService;
     _localizationService     = localizationService;
     _customerService         = customerService;
     _orderService            = orderService;
     _catalogSettings         = catalogSettings;
     _workflowMessageService  = workflowMessageService;
     _localizationSettings    = localizationSettings;
     _customerActivityService = customerActivityService;
     _eventPublisher          = eventPublisher;
     _storeContext            = storeContext;
     _reviewTypeService       = reviewTypeService;
     _storeService            = storeService;
 }
 public ReviewTypeModelFactory(ILocalizationService localizationService,
                               ILocalizedModelFactory localizedModelFactory,
                               IReviewTypeService reviewTypeService)
 {
     _localizationService   = localizationService;
     _localizedModelFactory = localizedModelFactory;
     _reviewTypeService     = reviewTypeService;
 }
Beispiel #3
0
 public ReviewTypeModelFactory(
     ILocalizedModelFactory localizedModelFactory,
     IReviewTypeService reviewTypeService
     )
 {
     this._localizedModelFactory = localizedModelFactory;
     this._reviewTypeService     = reviewTypeService;
 }
Beispiel #4
0
 public DTOHelper(IProductService productService,
                  IAclService aclService,
                  IStoreMappingService storeMappingService,
                  IPictureService pictureService,
                  IProductAttributeService productAttributeService,
                  ICustomerApiService customerApiService,
                  ICustomerService customerService,
                  IProductAttributeConverter productAttributeConverter,
                  ILanguageService languageService,
                  ICurrencyService currencyService,
                  IDiscountService discountService,
                  IManufacturerService manufacturerService,
                  CurrencySettings currencySettings,
                  IStoreService storeService,
                  ILocalizationService localizationService,
                  IUrlRecordService urlRecordService,
                  IProductTagService productTagService,
                  ITaxCategoryService taxCategoryService,
                  ISettingService settingService,
                  IShipmentService shipmentService,
                  IOrderService orderService,
                  IAddressService addressService,
                  ISpecificationAttributeService specificationAttributeService,
                  IGenericAttributeService genericAttributeService,
                  MediaSettings mediaSettings,
                  CustomerSettings customerSettings,
                  IReviewTypeService reviewTypeService)
 {
     _specificationAttributeService = specificationAttributeService;
     _productService            = productService;
     _aclService                = aclService;
     _storeMappingService       = storeMappingService;
     _pictureService            = pictureService;
     _productAttributeService   = productAttributeService;
     _customerApiService        = customerApiService;
     _customerService           = customerService;
     _productAttributeConverter = productAttributeConverter;
     _languageService           = languageService;
     _currencyService           = currencyService;
     _currencySettings          = currencySettings;
     _storeService              = storeService;
     _localizationService       = localizationService;
     _urlRecordService          = urlRecordService;
     _productTagService         = productTagService;
     _taxCategoryService        = taxCategoryService;
     _settingService            = settingService;
     _discountService           = discountService;
     _manufacturerService       = manufacturerService;
     _orderService              = orderService;
     _shipmentService           = shipmentService;
     _addressService            = addressService;
     _genericAttributeService   = genericAttributeService;
     _mediaSettings             = mediaSettings;
     _customerSettings          = customerSettings;
     _reviewTypeService         = reviewTypeService;
 }
Beispiel #5
0
 public ProductController(CaptchaSettings captchaSettings,
                          CatalogSettings catalogSettings,
                          IAclService aclService,
                          ICompareProductsService compareProductsService,
                          ICustomerActivityService customerActivityService,
                          ICustomerService customerService,
                          IEventPublisher eventPublisher,
                          IHtmlFormatter htmlFormatter,
                          ILocalizationService localizationService,
                          IOrderService orderService,
                          IPermissionService permissionService,
                          IProductAttributeParser productAttributeParser,
                          IProductModelFactory productModelFactory,
                          IProductService productService,
                          IRecentlyViewedProductsService recentlyViewedProductsService,
                          IReviewTypeService reviewTypeService,
                          IShoppingCartModelFactory shoppingCartModelFactory,
                          IShoppingCartService shoppingCartService,
                          IStoreContext storeContext,
                          IStoreMappingService storeMappingService,
                          IUrlRecordService urlRecordService,
                          IWebHelper webHelper,
                          IWorkContext workContext,
                          IWorkflowMessageService workflowMessageService,
                          LocalizationSettings localizationSettings,
                          ShoppingCartSettings shoppingCartSettings,
                          ShippingSettings shippingSettings)
 {
     _captchaSettings               = captchaSettings;
     _catalogSettings               = catalogSettings;
     _aclService                    = aclService;
     _compareProductsService        = compareProductsService;
     _customerActivityService       = customerActivityService;
     _customerService               = customerService;
     _eventPublisher                = eventPublisher;
     _htmlFormatter                 = htmlFormatter;
     _localizationService           = localizationService;
     _orderService                  = orderService;
     _permissionService             = permissionService;
     _productAttributeParser        = productAttributeParser;
     _productModelFactory           = productModelFactory;
     _productService                = productService;
     _reviewTypeService             = reviewTypeService;
     _recentlyViewedProductsService = recentlyViewedProductsService;
     _shoppingCartModelFactory      = shoppingCartModelFactory;
     _shoppingCartService           = shoppingCartService;
     _storeContext                  = storeContext;
     _storeMappingService           = storeMappingService;
     _urlRecordService              = urlRecordService;
     _webHelper              = webHelper;
     _workContext            = workContext;
     _workflowMessageService = workflowMessageService;
     _localizationSettings   = localizationSettings;
     _shoppingCartSettings   = shoppingCartSettings;
     _shippingSettings       = shippingSettings;
 }
Beispiel #6
0
 public AbcProductModelFactory(
     CaptchaSettings captchaSettings,
     CatalogSettings catalogSettings,
     CustomerSettings customerSettings,
     ICategoryService categoryService,
     ICurrencyService currencyService,
     ICustomerService customerService,
     IDateRangeService dateRangeService,
     IDateTimeHelper dateTimeHelper,
     IDownloadService downloadService,
     IGenericAttributeService genericAttributeService,
     ILocalizationService localizationService,
     IManufacturerService manufacturerService,
     IPermissionService permissionService,
     IPictureService pictureService,
     IPriceCalculationService priceCalculationService,
     IPriceFormatter priceFormatter,
     IProductAttributeParser productAttributeParser,
     IProductAttributeService productAttributeService,
     IProductService productService,
     IProductTagService productTagService,
     IProductTemplateService productTemplateService,
     IReviewTypeService reviewTypeService,
     ISpecificationAttributeService specificationAttributeService,
     IStaticCacheManager staticCacheManager,
     IStoreContext storeContext,
     IShoppingCartModelFactory shoppingCartModelFactory,
     ITaxService taxService,
     IUrlRecordService urlRecordService,
     IVendorService vendorService,
     IWebHelper webHelper,
     IWorkContext workContext,
     MediaSettings mediaSettings,
     OrderSettings orderSettings,
     SeoSettings seoSettings,
     ShippingSettings shippingSettings,
     VendorSettings vendorSettings,
     IAbcMattressListingPriceService abcMattressListingPriceService)
     : base(captchaSettings, catalogSettings, customerSettings,
            categoryService, currencyService, customerService, dateRangeService,
            dateTimeHelper, downloadService, genericAttributeService, localizationService,
            manufacturerService, permissionService, pictureService, priceCalculationService,
            priceFormatter, productAttributeParser, productAttributeService, productService,
            productTagService, productTemplateService, reviewTypeService, specificationAttributeService,
            staticCacheManager, storeContext, shoppingCartModelFactory, taxService, urlRecordService,
            vendorService, webHelper, workContext, mediaSettings, orderSettings, seoSettings,
            shippingSettings, vendorSettings
            )
 {
     _webHelper = webHelper;
     _abcMattressListingPriceService = abcMattressListingPriceService;
     _priceFormatter = priceFormatter;
 }
Beispiel #7
0
 public ProductReviewModelFactory(IBaseAdminModelFactory baseAdminModelFactory,
                                  IDateTimeHelper dateTimeHelper,
                                  ILocalizationService localizationService,
                                  IProductService productService,
                                  IReviewTypeService reviewTypeService,
                                  IWorkContext workContext)
 {
     this._baseAdminModelFactory = baseAdminModelFactory;
     this._dateTimeHelper        = dateTimeHelper;
     this._localizationService   = localizationService;
     this._productService        = productService;
     this._reviewTypeService     = reviewTypeService;
     this._workContext           = workContext;
 }
Beispiel #8
0
 public ReviewTypeController(ICustomerActivityService customerActivityService,
                             ILocalizationService localizationService,
                             ILocalizedEntityService localizedEntityService,
                             IPermissionService permissionService,
                             IReviewTypeModelFactory reviewTypeModelFactory,
                             IReviewTypeService reviewTypeService)
 {
     this._reviewTypeModelFactory  = reviewTypeModelFactory;
     this._reviewTypeService       = reviewTypeService;
     this._customerActivityService = customerActivityService;
     this._localizedEntityService  = localizedEntityService;
     this._localizationService     = localizationService;
     this._permissionService       = permissionService;
 }
 public ProductModelFactory(CaptchaSettings captchaSettings,
                            CatalogSettings catalogSettings,
                            CustomerSettings customerSettings,
                            ICategoryService categoryService,
                            ICustomerService customerService,
                            IDateTimeHelper dateTimeHelper,
                            IDownloadService downloadService,
                            ILocalizationService localizationService,
                            IPermissionService permissionService,
                            IPictureService pictureService,
                            IProductService productService,
                            IProductTagService productTagService,
                            IProductTemplateService productTemplateService,
                            IReviewTypeService reviewTypeService,
                            IStaticCacheManager cacheManager,
                            IStoreContext storeContext,
                            IUrlRecordService urlRecordService,
                            IVendorService vendorService,
                            IWebHelper webHelper,
                            IWorkContext workContext,
                            MediaSettings mediaSettings,
                            SeoSettings seoSettings,
                            VendorSettings vendorSettings)
 {
     this._captchaSettings        = captchaSettings;
     this._catalogSettings        = catalogSettings;
     this._customerSettings       = customerSettings;
     this._categoryService        = categoryService;
     this._customerService        = customerService;
     this._dateTimeHelper         = dateTimeHelper;
     this._downloadService        = downloadService;
     this._localizationService    = localizationService;
     this._permissionService      = permissionService;
     this._pictureService         = pictureService;
     this._productService         = productService;
     this._productTagService      = productTagService;
     this._productTemplateService = productTemplateService;
     this._reviewTypeService      = reviewTypeService;
     this._cacheManager           = cacheManager;
     this._storeContext           = storeContext;
     this._urlRecordService       = urlRecordService;
     this._vendorService          = vendorService;
     this._webHelper      = webHelper;
     this._workContext    = workContext;
     this._mediaSettings  = mediaSettings;
     this._seoSettings    = seoSettings;
     this._vendorSettings = vendorSettings;
 }
 public ReviewTypeController(ICustomerActivityService customerActivityService,
                             ILocalizationService localizationService,
                             ILocalizedEntityService localizedEntityService,
                             INotificationService notificationService,
                             IPermissionService permissionService,
                             IReviewTypeModelFactory reviewTypeModelFactory,
                             IReviewTypeService reviewTypeService)
 {
     _reviewTypeModelFactory  = reviewTypeModelFactory;
     _reviewTypeService       = reviewTypeService;
     _customerActivityService = customerActivityService;
     _localizedEntityService  = localizedEntityService;
     _localizationService     = localizationService;
     _notificationService     = notificationService;
     _permissionService       = permissionService;
 }
Beispiel #11
0
 public ProductReviewModelFactory(CatalogSettings catalogSettings,
                                  IBaseAdminModelFactory baseAdminModelFactory,
                                  IDateTimeHelper dateTimeHelper,
                                  ILocalizationService localizationService,
                                  IProductService productService,
                                  IReviewTypeService reviewTypeService,
                                  IWorkContext workContext)
 {
     _catalogSettings       = catalogSettings;
     _baseAdminModelFactory = baseAdminModelFactory;
     _dateTimeHelper        = dateTimeHelper;
     _localizationService   = localizationService;
     _productService        = productService;
     _reviewTypeService     = reviewTypeService;
     _workContext           = workContext;
 }
 public ProductReviewModelFactory(CatalogSettings catalogSettings,
                                  IBaseAdminModelFactory baseAdminModelFactory,
                                  ICustomerService customerService,
                                  IDateTimeHelper dateTimeHelper,
                                  IHtmlFormatter htmlFormatter,
                                  ILocalizationService localizationService,
                                  IProductService productService,
                                  IReviewTypeService reviewTypeService,
                                  IStoreService storeService,
                                  IWorkContext workContext)
 {
     _catalogSettings       = catalogSettings;
     _baseAdminModelFactory = baseAdminModelFactory;
     _customerService       = customerService;
     _dateTimeHelper        = dateTimeHelper;
     _htmlFormatter         = htmlFormatter;
     _localizationService   = localizationService;
     _productService        = productService;
     _reviewTypeService     = reviewTypeService;
     _storeService          = storeService;
     _workContext           = workContext;
 }
 public ProductModelFactoryCustom(CaptchaSettings captchaSettings,
                                  CatalogSettings catalogSettings,
                                  CustomerSettings customerSettings,
                                  ICategoryService categoryService,
                                  ICurrencyService currencyService,
                                  ICustomerService customerService,
                                  IDateRangeService dateRangeService,
                                  IDateTimeHelper dateTimeHelper,
                                  IDownloadService downloadService,
                                  ILocalizationService localizationService,
                                  IManufacturerService manufacturerService,
                                  IPermissionService permissionService,
                                  IPictureService pictureService,
                                  IPriceCalculationService priceCalculationService,
                                  IPriceFormatter priceFormatter,
                                  IProductAttributeParser productAttributeParser,
                                  IProductAttributeService productAttributeService,
                                  IProductService productService,
                                  IProductTagService productTagService,
                                  IProductTemplateService productTemplateService,
                                  IReviewTypeService reviewTypeService,
                                  ISpecificationAttributeService specificationAttributeService,
                                  IStaticCacheManager cacheManager,
                                  IStoreContext storeContext,
                                  ITaxService taxService,
                                  IUrlRecordService urlRecordService,
                                  IVendorService vendorService,
                                  IWebHelper webHelper,
                                  IWorkContext workContext,
                                  MediaSettings mediaSettings,
                                  OrderSettings orderSettings,
                                  SeoSettings seoSettings,
                                  VendorSettings vendorSettings)
     : base(captchaSettings, catalogSettings, customerSettings, categoryService, currencyService, customerService, dateRangeService, dateTimeHelper,
            downloadService, localizationService, manufacturerService, permissionService, pictureService, priceCalculationService, priceFormatter,
            productAttributeParser, productAttributeService, productService, productTagService, productTemplateService, reviewTypeService, specificationAttributeService,
            cacheManager, storeContext, taxService, urlRecordService, vendorService, webHelper, workContext, mediaSettings, orderSettings, seoSettings, vendorSettings)
 {
     this._captchaSettings               = captchaSettings;
     this._catalogSettings               = catalogSettings;
     this._customerSettings              = customerSettings;
     this._categoryService               = categoryService;
     this._currencyService               = currencyService;
     this._customerService               = customerService;
     this._dateRangeService              = dateRangeService;
     this._dateTimeHelper                = dateTimeHelper;
     this._downloadService               = downloadService;
     this._localizationService           = localizationService;
     this._manufacturerService           = manufacturerService;
     this._permissionService             = permissionService;
     this._pictureService                = pictureService;
     this._priceCalculationService       = priceCalculationService;
     this._priceFormatter                = priceFormatter;
     this._productAttributeParser        = productAttributeParser;
     this._productAttributeService       = productAttributeService;
     this._productService                = productService;
     this._productTagService             = productTagService;
     this._productTemplateService        = productTemplateService;
     this._reviewTypeService             = reviewTypeService;
     this._specificationAttributeService = specificationAttributeService;
     this._cacheManager     = cacheManager;
     this._storeContext     = storeContext;
     this._taxService       = taxService;
     this._urlRecordService = urlRecordService;
     this._vendorService    = vendorService;
     this._webHelper        = webHelper;
     this._workContext      = workContext;
     this._mediaSettings    = mediaSettings;
     this._orderSettings    = orderSettings;
     this._seoSettings      = seoSettings;
     this._vendorSettings   = vendorSettings;
 }
Beispiel #14
0
 public ReviewTypeController(IReviewTypeService reviewTypeService)
 {
     _reviewTypeService = reviewTypeService;
 }