Exemplo n.º 1
0
 public EventConsumer(IAddressService addressService,
                      ICategoryService categoryService,
                      ICountryService countryService,
                      IHttpClientFactory httpClientFactory,
                      ILogger logger,
                      IOrderService orderService,
                      IProductService productService,
                      ISettingService settingService,
                      IStateProvinceService stateProvinceService,
                      IStoreContext storeContext,
                      IStoreService storeService,
                      IWebHelper webHelper,
                      IWidgetPluginManager widgetPluginManager)
 {
     _addressService       = addressService;
     _categoryService      = categoryService;
     _countryService       = countryService;
     _httpClientFactory    = httpClientFactory;
     _logger               = logger;
     _orderService         = orderService;
     _productService       = productService;
     _settingService       = settingService;
     _stateProvinceService = stateProvinceService;
     _storeContext         = storeContext;
     _storeService         = storeService;
     _webHelper            = webHelper;
     _widgetPluginManager  = widgetPluginManager;
 }
 public PluginModelFactory(IAclSupportedModelFactory aclSupportedModelFactory,
                           IAuthenticationPluginManager authenticationPluginManager,
                           IBaseAdminModelFactory baseAdminModelFactory,
                           ICacheKeyService cacheKeyService,
                           ILocalizationService localizationService,
                           ILocalizedModelFactory localizedModelFactory,
                           IPaymentPluginManager paymentPluginManager,
                           IPickupPluginManager pickupPluginManager,
                           IPluginService pluginService,
                           IShippingPluginManager shippingPluginManager,
                           IStaticCacheManager staticCacheManager,
                           IStoreMappingSupportedModelFactory storeMappingSupportedModelFactory,
                           ITaxPluginManager taxPluginManager,
                           IWidgetPluginManager widgetPluginManager,
                           IWorkContext workContext,
                           OfficialFeedManager officialFeedManager)
 {
     _aclSupportedModelFactory    = aclSupportedModelFactory;
     _authenticationPluginManager = authenticationPluginManager;
     _baseAdminModelFactory       = baseAdminModelFactory;
     _cacheKeyService             = cacheKeyService;
     _localizationService         = localizationService;
     _localizedModelFactory       = localizedModelFactory;
     _paymentPluginManager        = paymentPluginManager;
     _pickupPluginManager         = pickupPluginManager;
     _pluginService                     = pluginService;
     _shippingPluginManager             = shippingPluginManager;
     _staticCacheManager                = staticCacheManager;
     _storeMappingSupportedModelFactory = storeMappingSupportedModelFactory;
     _taxPluginManager                  = taxPluginManager;
     _widgetPluginManager               = widgetPluginManager;
     _workContext         = workContext;
     _officialFeedManager = officialFeedManager;
 }
 public EventConsumer(
     FraudLabsProManager fraudLabsProManager,
     IWidgetPluginManager widgetPluginManager
     )
 {
     _fraudLabsProManager = fraudLabsProManager;
     _widgetPluginManager = widgetPluginManager;
 }
Exemplo n.º 4
0
 public What3wordsOrderAdminViewComponent(IAddressService addressService,
                                          IGenericAttributeService genericAttributeService,
                                          IWidgetPluginManager widgetPluginManager,
                                          What3wordsSettings what3WordsSettings)
 {
     _addressService          = addressService;
     _genericAttributeService = genericAttributeService;
     _widgetPluginManager     = widgetPluginManager;
     _what3WordsSettings      = what3WordsSettings;
 }
Exemplo n.º 5
0
 public What3wordsViewComponent(ILogger logger,
                                IWidgetPluginManager widgetPluginManager,
                                IWorkContext workContext,
                                What3wordsSettings what3WordsSettings)
 {
     _logger = logger;
     _widgetPluginManager = widgetPluginManager;
     _workContext         = workContext;
     _what3WordsSettings  = what3WordsSettings;
 }
Exemplo n.º 6
0
 public WidgetModelFactory(IStaticCacheManager cacheManager,
     IStoreContext storeContext,
     IThemeContext themeContext,
     IWidgetPluginManager widgetPluginManager,
     IWorkContext workContext)
 {
     _cacheManager = cacheManager;
     _storeContext = storeContext;
     _themeContext = themeContext;
     _widgetPluginManager = widgetPluginManager;
     _workContext = workContext;
 }
 public AccessiBeService(AccessiBeSettings accessiBeSettings,
                         ILogger logger,
                         IStoreContext storeContext,
                         IWidgetPluginManager widgetPluginManager,
                         IWorkContext workContext)
 {
     _accessiBeSettings   = accessiBeSettings;
     _logger              = logger;
     _storeContext        = storeContext;
     _widgetPluginManager = widgetPluginManager;
     _workContext         = workContext;
 }
Exemplo n.º 8
0
 public FraudLabsProOrderViewComponent(
     FraudLabsProOrderModelFactory fraudLabsProOrderModelFactory,
     FraudLabsProSettings fraudLabsSettings,
     IOrderService orderService,
     IWidgetPluginManager widgetPluginManager
     )
 {
     _fraudLabsProOrderModelFactory = fraudLabsProOrderModelFactory;
     _fraudLabsProSettings          = fraudLabsSettings;
     _orderService        = orderService;
     _widgetPluginManager = widgetPluginManager;
 }
Exemplo n.º 9
0
 public WidgetController(IEventPublisher eventPublisher,
                         IPermissionService permissionService,
                         ISettingService settingService,
                         IWidgetModelFactory widgetModelFactory,
                         IWidgetPluginManager widgetPluginManager,
                         WidgetSettings widgetSettings)
 {
     _eventPublisher      = eventPublisher;
     _permissionService   = permissionService;
     _settingService      = settingService;
     _widgetModelFactory  = widgetModelFactory;
     _widgetPluginManager = widgetPluginManager;
     _widgetSettings      = widgetSettings;
 }
 public WidgetModelFactory(ICustomerService customerService,
                           IStaticCacheManager staticCacheManager,
                           IStoreContext storeContext,
                           IThemeContext themeContext,
                           IWidgetPluginManager widgetPluginManager,
                           IWorkContext workContext)
 {
     _customerService     = customerService;
     _staticCacheManager  = staticCacheManager;
     _storeContext        = storeContext;
     _themeContext        = themeContext;
     _widgetPluginManager = widgetPluginManager;
     _workContext         = workContext;
 }
Exemplo n.º 11
0
 public PluginController(ExternalAuthenticationSettings externalAuthenticationSettings,
                         IAuthenticationPluginManager authenticationPluginManager,
                         ICustomerActivityService customerActivityService,
                         IEventPublisher eventPublisher,
                         ILocalizationService localizationService,
                         IMultiFactorAuthenticationPluginManager multiFactorAuthenticationPluginManager,
                         INotificationService notificationService,
                         IPermissionService permissionService,
                         IPaymentPluginManager paymentPluginManager,
                         IPickupPluginManager pickupPluginManager,
                         IPluginModelFactory pluginModelFactory,
                         IPluginService pluginService,
                         ISettingService settingService,
                         IShippingPluginManager shippingPluginManager,
                         IUploadService uploadService,
                         IWebHelper webHelper,
                         IWidgetPluginManager widgetPluginManager,
                         IWorkContext workContext,
                         MultiFactorAuthenticationSettings multiFactorAuthenticationSettings,
                         PaymentSettings paymentSettings,
                         ShippingSettings shippingSettings,
                         TaxSettings taxSettings,
                         WidgetSettings widgetSettings)
 {
     _externalAuthenticationSettings = externalAuthenticationSettings;
     _authenticationPluginManager    = authenticationPluginManager;
     _customerActivityService        = customerActivityService;
     _eventPublisher      = eventPublisher;
     _localizationService = localizationService;
     _multiFactorAuthenticationPluginManager = multiFactorAuthenticationPluginManager;
     _notificationService               = notificationService;
     _permissionService                 = permissionService;
     _paymentPluginManager              = paymentPluginManager;
     _pickupPluginManager               = pickupPluginManager;
     _pluginModelFactory                = pluginModelFactory;
     _pluginService                     = pluginService;
     _settingService                    = settingService;
     _shippingPluginManager             = shippingPluginManager;
     _uploadService                     = uploadService;
     _webHelper                         = webHelper;
     _widgetPluginManager               = widgetPluginManager;
     _workContext                       = workContext;
     _multiFactorAuthenticationSettings = multiFactorAuthenticationSettings;
     _paymentSettings                   = paymentSettings;
     _shippingSettings                  = shippingSettings;
     _taxSettings                       = taxSettings;
     _widgetSettings                    = widgetSettings;
 }
Exemplo n.º 12
0
 public EventConsumer(IAddressService addressService,
                      ICustomerService customerService,
                      IGenericAttributeService genericAttributeService,
                      IHttpContextAccessor httpContextAccessor,
                      IWidgetPluginManager widgetPluginManager,
                      IWorkContext workContext,
                      What3wordsSettings what3WordsSettings)
 {
     _addressService          = addressService;
     _customerService         = customerService;
     _genericAttributeService = genericAttributeService;
     _httpContextAccessor     = httpContextAccessor;
     _widgetPluginManager     = widgetPluginManager;
     _workContext             = workContext;
     _what3WordsSettings      = what3WordsSettings;
 }
Exemplo n.º 13
0
 public FacebookPixelService(CurrencySettings currencySettings,
                             ICacheKeyService cacheKeyService,
                             ICategoryService categoryService,
                             ICountryService countryService,
                             ICurrencyService currencyService,
                             IGenericAttributeService genericAttributeService,
                             IHttpContextAccessor httpContextAccessor,
                             ILogger logger,
                             IOrderService orderService,
                             IOrderTotalCalculationService orderTotalCalculationService,
                             IPriceCalculationService priceCalculationService,
                             IProductService productService,
                             IRepository <FacebookPixelConfiguration> facebookPixelConfigurationRepository,
                             IShoppingCartService shoppingCartService,
                             IStateProvinceService stateProvinceService,
                             IStaticCacheManager staticCacheManager,
                             IStoreContext storeContext,
                             ITaxService taxService,
                             IWidgetPluginManager widgetPluginManager,
                             IWorkContext workContext)
 {
     _currencySettings        = currencySettings;
     _cacheKeyService         = cacheKeyService;
     _categoryService         = categoryService;
     _countryService          = countryService;
     _currencyService         = currencyService;
     _genericAttributeService = genericAttributeService;
     _httpContextAccessor     = httpContextAccessor;
     _logger       = logger;
     _orderService = orderService;
     _orderTotalCalculationService = orderTotalCalculationService;
     _priceCalculationService      = priceCalculationService;
     _productService = productService;
     _facebookPixelConfigurationRepository = facebookPixelConfigurationRepository;
     _shoppingCartService  = shoppingCartService;
     _stateProvinceService = stateProvinceService;
     _staticCacheManager   = staticCacheManager;
     _storeContext         = storeContext;
     _taxService           = taxService;
     _widgetPluginManager  = widgetPluginManager;
     _workContext          = workContext;
 }
Exemplo n.º 14
0
 public EventConsumer(ICategoryService categoryService,
                      IHttpClientFactory httpClientFactory,
                      ILogger logger,
                      IProductService productService,
                      ISettingService settingService,
                      IStoreContext storeContext,
                      IStoreService storeService,
                      IWebHelper webHelper,
                      IWidgetPluginManager widgetPluginManager)
 {
     _categoryService     = categoryService;
     _httpClientFactory   = httpClientFactory;
     _logger              = logger;
     _productService      = productService;
     _settingService      = settingService;
     _storeContext        = storeContext;
     _storeService        = storeService;
     _webHelper           = webHelper;
     _widgetPluginManager = widgetPluginManager;
 }
Exemplo n.º 15
0
 public CommonModelFactory(AdminAreaSettings adminAreaSettings,
                           CatalogSettings catalogSettings,
                           CurrencySettings currencySettings,
                           IActionContextAccessor actionContextAccessor,
                           IAuthenticationPluginManager authenticationPluginManager,
                           ICurrencyService currencyService,
                           ICustomerService customerService,
                           IDateTimeHelper dateTimeHelper,
                           INopFileProvider fileProvider,
                           IExchangeRatePluginManager exchangeRatePluginManager,
                           IHttpContextAccessor httpContextAccessor,
                           ILanguageService languageService,
                           ILocalizationService localizationService,
                           IMaintenanceService maintenanceService,
                           IMeasureService measureService,
                           IOrderService orderService,
                           IPaymentPluginManager paymentPluginManager,
                           IPickupPluginManager pickupPluginManager,
                           IPluginService pluginService,
                           IProductService productService,
                           IReturnRequestService returnRequestService,
                           ISearchTermService searchTermService,
                           IShippingPluginManager shippingPluginManager,
                           IStaticCacheManager cacheManager,
                           IStoreContext storeContext,
                           IStoreService storeService,
                           ITaxPluginManager taxPluginManager,
                           IUrlHelperFactory urlHelperFactory,
                           IUrlRecordService urlRecordService,
                           IWebHelper webHelper,
                           IWidgetPluginManager widgetPluginManager,
                           IWorkContext workContext,
                           MeasureSettings measureSettings,
                           NopConfig nopConfig,
                           NopHttpClient nopHttpClient,
                           ProxySettings proxySettings)
 {
     _adminAreaSettings           = adminAreaSettings;
     _catalogSettings             = catalogSettings;
     _currencySettings            = currencySettings;
     _actionContextAccessor       = actionContextAccessor;
     _authenticationPluginManager = authenticationPluginManager;
     _currencyService             = currencyService;
     _customerService             = customerService;
     _dateTimeHelper            = dateTimeHelper;
     _exchangeRatePluginManager = exchangeRatePluginManager;
     _httpContextAccessor       = httpContextAccessor;
     _languageService           = languageService;
     _localizationService       = localizationService;
     _maintenanceService        = maintenanceService;
     _measureService            = measureService;
     _fileProvider          = fileProvider;
     _orderService          = orderService;
     _paymentPluginManager  = paymentPluginManager;
     _pickupPluginManager   = pickupPluginManager;
     _pluginService         = pluginService;
     _productService        = productService;
     _returnRequestService  = returnRequestService;
     _searchTermService     = searchTermService;
     _shippingPluginManager = shippingPluginManager;
     _cacheManager          = cacheManager;
     _storeContext          = storeContext;
     _storeService          = storeService;
     _taxPluginManager      = taxPluginManager;
     _urlHelperFactory      = urlHelperFactory;
     _urlRecordService      = urlRecordService;
     _webHelper             = webHelper;
     _widgetPluginManager   = widgetPluginManager;
     _workContext           = workContext;
     _measureSettings       = measureSettings;
     _nopConfig             = nopConfig;
     _nopHttpClient         = nopHttpClient;
     _proxySettings         = proxySettings;
 }
        public CustomShoppingCartController(
            CaptchaSettings captchaSettings,
            CustomerSettings customerSettings,
            ICheckoutAttributeParser checkoutAttributeParser,
            ICheckoutAttributeService checkoutAttributeService,
            ICurrencyService currencyService,
            ICustomerActivityService customerActivityService,
            ICustomerService customerService,
            IDiscountService discountService,
            IDownloadService downloadService,
            IGenericAttributeService genericAttributeService,
            IGiftCardService giftCardService,
            ILocalizationService localizationService,
            INopFileProvider fileProvider,
            INotificationService notificationService,
            IPermissionService permissionService,
            IPictureService pictureService,
            IPriceFormatter priceFormatter,
            IProductAttributeParser productAttributeParser,
            IProductAttributeService productAttributeService,
            IProductService productService,
            IShippingService shippingService,
            IShoppingCartModelFactory shoppingCartModelFactory,
            IShoppingCartService shoppingCartService,
            IStaticCacheManager staticCacheManager,
            IStoreContext storeContext,
            ITaxService taxService,
            IUrlRecordService urlRecordService,
            IWebHelper webHelper,
            IWorkContext workContext,
            IWorkflowMessageService workflowMessageService,
            MediaSettings mediaSettings,
            OrderSettings orderSettings,
            ShoppingCartSettings shoppingCartSettings,
            ShippingSettings shippingSettings,
            // custom
            IAttributeUtilities attributeUtilities,
            IRepository <CustomerShopMapping> customerShopMappingRepository,
            IBackendStockService backendStockService,
            IProductAbcDescriptionService productAbcDescriptionService,
            IWidgetPluginManager widgetPluginManager
            ) : base(captchaSettings, customerSettings, checkoutAttributeParser, checkoutAttributeService,
                     currencyService, customerActivityService, customerService, discountService,
                     downloadService, genericAttributeService, giftCardService, localizationService,
                     fileProvider, notificationService, permissionService, pictureService,
                     priceFormatter, productAttributeParser, productAttributeService, productService,
                     shippingService, shoppingCartModelFactory, shoppingCartService, staticCacheManager,
                     storeContext, taxService, urlRecordService, webHelper,
                     workContext, workflowMessageService, mediaSettings, orderSettings,
                     shoppingCartSettings, shippingSettings)
        {
            _customerActivityService = customerActivityService;
            _localizationService     = localizationService;
            _productAttributeParser  = productAttributeParser;
            _productAttributeService = productAttributeService;
            _productService          = productService;
            _shoppingCartService     = shoppingCartService;
            _shoppingCartSettings    = shoppingCartSettings;
            _storeContext            = storeContext;
            _urlRecordService        = urlRecordService;
            _workContext             = workContext;

            _attributeUtilities            = attributeUtilities;
            _customerShopMappingRepository = customerShopMappingRepository;
            _backendStockService           = backendStockService;
            _productAbcDescriptionService  = productAbcDescriptionService;
            _widgetPluginManager           = widgetPluginManager;
        }
Exemplo n.º 17
0
 public WidgetModelFactory(IWidgetPluginManager widgetPluginManager,
                           IWorkContext workContext)
 {
     _widgetPluginManager = widgetPluginManager;
     _workContext         = workContext;
 }