Beispiel #1
0
 public AuthorController()
 {
     _courseServices        = DependencyResolver.Current.GetService <IAuthorAdminCourseServices>();
     _authorAdminServices   = DependencyResolver.Current.GetService <IAuthorAdminServices>();
     _webStoreServices      = DependencyResolver.Current.GetService <IWebStoreServices>();
     _billingManageServices = DependencyResolver.Current.GetService <IBillingManageServices>();
 }
Beispiel #2
0
 public UserOrdersPartDriver(IWebStoreServices webStoreServices, IUserOrdersServices userOrdersServices, IOrchardServices orchardServices)
 {
     this._orchardServices    = orchardServices;
     this._localizer          = NullLocalizer.Instance;
     this._webStoreServices   = webStoreServices;
     this._userOrdersServices = userOrdersServices;
 }
Beispiel #3
0
 public UserEventHandler(IWebStoreServices webStoreServices, IOrchardServices orchardServices, ISessionManagerServices sessionManagerServices, IEnumerable <IBasketEventHandler> basketEventHandlers)
 {
     this._orchardServices        = orchardServices;
     this._webStoreServices       = webStoreServices;
     this._basketEventHandlers    = basketEventHandlers;
     this._sessionManagerServices = sessionManagerServices;
 }
Beispiel #4
0
 public SettingsController()
 {
     _emailServices          = DependencyResolver.Current.GetService <IPortalAdminEmailServices>();
     _settingsServices       = DependencyResolver.Current.GetService <ISettingsServices>();
     _categoryManageServices = DependencyResolver.Current.GetService <ICategoryManageServices>();
     _webStoreServices       = DependencyResolver.Current.GetService <IWebStoreServices>();
 }
Beispiel #5
0
 public UserHandler(IWebStoreServices webStoreServices, IScheduledTaskManager scheduledTaskManager, IClock clock, IEnumerable <ICustomerEventHandler> customerEventHandlers)
 {
     this._clock                 = clock;
     this._webStoreServices      = webStoreServices;
     this._scheduledTaskManager  = scheduledTaskManager;
     this._customerEventHandlers = customerEventHandlers;
 }
 public CheckoutController(IWebStoreServices webStoreServices, IOrchardServices orchardServices, IShapeFactory shapeFactory)
 {
     this._localizer = NullLocalizer.Instance;
     this._webStoreServices = webStoreServices;
     this._orchardServices = orchardServices;
     this._shapeFactory = shapeFactory;
 }
 public CatalogHierarchyServices(IOrchardServices orchardServices, IWebStoreServices webStoreServices, ISessionManagerServices sessionManagerServices, IEnumerable <ICatalogEventHandler> catalogEventHandlers)
 {
     this._orchardServices        = orchardServices;
     this._webStoreServices       = webStoreServices;
     this._catalogEventHandlers   = catalogEventHandlers;
     this._sessionManagerServices = sessionManagerServices;
 }
Beispiel #8
0
 public WebStoreController()
 {
     _webStoreServices    = DependencyResolver.Current.GetService <IWebStoreServices>();
     _categoryServices    = DependencyResolver.Current.GetService <IAuthorAdminCategoryServices>();
     _courseServices      = DependencyResolver.Current.GetService <IAuthorAdminCourseServices>();
     _authorAdminServices = DependencyResolver.Current.GetService <IAuthorAdminServices>();
 }
 public UserController(IWebStoreServices webStoreServices, IOrchardServices orchardServices, IShapeFactory shapeFactory, IUserOrdersServices userOrdersServices)
 {
     this._userOrdersServices = userOrdersServices;
     this._webStoreServices = webStoreServices;
     this._orchardServices = orchardServices;
     this._shapeFactory = shapeFactory;
     this._localizer = NullLocalizer.Instance;
 }
Beispiel #10
0
 public SettingsPartDriver(INotifier notifier, IWebStoreServices webStoreServices, IOrchardServices orcharServices, ICacheManagerServices cacheManagerServices)
 {
     this._notifier             = notifier;
     this._orcharServices       = orcharServices;
     this._localizer            = NullLocalizer.Instance;
     this._webStoreServices     = webStoreServices;
     this._cacheManagerServices = cacheManagerServices;
 }
Beispiel #11
0
 public ItemController()
 {
     _widgetServices       = DependencyResolver.Current.GetService <IWidgetServices>();
     _widgetCourseServices = DependencyResolver.Current.GetService <IWidgetCourseServices>();
     _userPortalServices   = DependencyResolver.Current.GetService <IUserPortalServices>();
     _widgetUserServices   = DependencyResolver.Current.GetService <IWidgetUserServices>();
     _webStoreServices     = DependencyResolver.Current.GetService <IWebStoreServices>();
 }
 public ProductListPartDriver(IWebStoreServices webStoreServices, IProductListServices productListServices, ICatalogHierarchyServices catalogHierarchyServices, IOrchardServices orchardServices)
 {
     this._orchardServices          = orchardServices;
     this._localizer                = NullLocalizer.Instance;
     this._webStoreServices         = webStoreServices;
     this._productListServices      = productListServices;
     this._catalogHierarchyServices = catalogHierarchyServices;
 }
Beispiel #13
0
 public BasketController(IWebStoreServices webStoreServices, IOrchardServices orchardServices, IEnumerable <IBasketEventHandler> basketEventHandlers, IShapeFactory shapeFactory)
 {
     this._shapeFactory        = shapeFactory;
     this._orchardServices     = orchardServices;
     this._localizer           = NullLocalizer.Instance;
     this._webStoreServices    = webStoreServices;
     this._basketEventHandlers = basketEventHandlers;
 }
Beispiel #14
0
 public ProductListServices(IWebStoreServices webStoreServices, IOrchardServices orchardServices, ISessionManagerServices sessionManagerServices, ICatalogHierarchyServices catalogHierarchyServices, IEnumerable <ICatalogEventHandler> catalogEventHandlers)
 {
     this._orchardServices      = orchardServices;
     this._webStoreServices     = webStoreServices;
     this._catalogEventHandlers = catalogEventHandlers;
     this._logger = Orchard.Logging.NullLogger.Instance;
     this._sessionManagerServices   = sessionManagerServices;
     this._catalogHierarchyServices = catalogHierarchyServices;
 }
Beispiel #15
0
 public UserController(IWebStoreServices webStoreServices, IOrchardServices orchardServices, IUserOrdersServices userOrdersServices, IEnumerable <IAddressEventHandler> addressEventHandlers, IShapeFactory shapeFactory)
 {
     this._shapeFactory         = shapeFactory;
     this._orchardServices      = orchardServices;
     this._localizer            = NullLocalizer.Instance;
     this._webStoreServices     = webStoreServices;
     this._userOrdersServices   = userOrdersServices;
     this._addressEventHandlers = addressEventHandlers;
 }
Beispiel #16
0
        //public ICourseServices CourseServices { get; private set; }
        #endregion

        public BaseController()
        {
            _userServices           = DependencyResolver.Current.GetService <IWixUserServices>();
            _webStoreServices       = DependencyResolver.Current.GetService <IWebStoreServices>();
            _widgetServices         = DependencyResolver.Current.GetService <IWidgetServices>();
            _coursesServices        = DependencyResolver.Current.GetService <IAuthorAdminCourseServices>();
            _webStoreWixService     = DependencyResolver.Current.GetService <IWebStoreWixServices>();
            _widgetEndpointServices = DependencyResolver.Current.GetService <IWidgetEndpointServices>();
        }
Beispiel #17
0
 public UserController()
 {
     _userServices        = DependencyResolver.Current.GetService <IPortalAdminUserServices>();
     _courseServices      = DependencyResolver.Current.GetService <IAuthorAdminCourseServices>();
     _userAccountServices = DependencyResolver.Current.GetService <IUserAccountServices>();
     _userPortalServices  = DependencyResolver.Current.GetService <IUserPortalServices>();
     _authorAdminServices = DependencyResolver.Current.GetService <IAuthorAdminServices>();
     _webStoreServices    = DependencyResolver.Current.GetService <IWebStoreServices>();
 }
 public SettingsController(IWebStoreServices webStoreServices, ICacheManagerServices cacheManagerServices)
 {
     this._localizer            = NullLocalizer.Instance;
     this._webStoreServices     = webStoreServices;
     this._cacheManagerServices = cacheManagerServices;
 }
 public UserEventHandler(IWebStoreServices webStoreServices, IOrchardServices orchardServices, IUserModelsStateServices userModelsStateServices)
 {
     this._userModelsStateServices = userModelsStateServices;
     this._webStoreServices = webStoreServices;
     this._orchardServices = orchardServices;
 }
 public UserSynchronizationHandler(IWebStoreServices webStoreClient, IEnumerable <ICustomerEventHandler> customerEventHandlers)
 {
     this._webStoreServices      = webStoreClient;
     this._customerEventHandlers = customerEventHandlers;
 }
 public ContextController(IWebStoreServices webStoreServices, IOrchardServices orchardServices)
 {
     this._orchardServices  = orchardServices;
     this._webStoreServices = webStoreServices;
 }
Beispiel #22
0
 public CheckoutPartDriver(IWebStoreServices webStoreServices)
 {
     this._webStoreServices = webStoreServices;
 }
 public UserOrdersServices(IWebStoreServices webStoreClientServices, IUserModelsStateServices userModelsStateServices)
 {
     this._webStoreClientServices = webStoreClientServices;
     this._userModelsStateServices = userModelsStateServices;
 }
Beispiel #24
0
 public CurrencyPickerPartDriver(IWebStoreServices webStoreServices)
 {
     this._webStoreServices = webStoreServices;
 }
 public ProductServices(IWebStoreServices webStoreServices)
 {
     this._webStoreServices = webStoreServices;
 }
Beispiel #26
0
 public ProductPartDriver(IWebStoreServices webStoreServices, IProductServices productService)
 {
     this._productServices  = productService;
     this._localizer        = NullLocalizer.Instance;
     this._webStoreServices = webStoreServices;
 }
 public UserSynchronizationHandler(IWebStoreServices webStoreClient)
 {
     this._webStoreServices = webStoreClient;
 }
 public ContextController(IWebStoreServices webStoreServices, IOrchardServices orchardServices)
 {
     this._webStoreServices = webStoreServices;
     this._orchardServices = orchardServices;
 }
Beispiel #29
0
 public ProductServices(IOrchardServices orchardServices, IWebStoreServices webStoreServices, IEnumerable <ICatalogEventHandler> catalogEventHandlers)
 {
     this._orchardServices      = orchardServices;
     this._webStoreServices     = webStoreServices;
     this._catalogEventHandlers = catalogEventHandlers;
 }
 public WebStoreSettingsController(IWebStoreServices webStoreServices)
 {
     this._localizer = NullLocalizer.Instance;
     this._webStoreServices = webStoreServices;
 }
 public UserHandler(IWebStoreServices webStoreServices, IScheduledTaskManager scheduledTaskManager, IClock clock)
 {
     this._clock = clock;
     this._webStoreServices = webStoreServices;
     this._scheduledTaskManager = scheduledTaskManager;
 }
Beispiel #32
0
 public UserAddressesPartDriver(IWebStoreServices webStoreServices, IOrchardServices orchardServices)
 {
     this._orchardServices  = orchardServices;
     this._webStoreServices = webStoreServices;
 }
 public LocationPickerPartDriver(IOrchardServices orchardServices, IWebStoreServices webStoreServices)
 {
     this._orchardServices  = orchardServices;
     this._webStoreServices = webStoreServices;
 }
 public UserOrdersServices(IWebStoreServices webStoreClientServices, ISessionManagerServices sessionManagerServices)
 {
     this._webStoreClientServices = webStoreClientServices;
     this._sessionManagerServices = sessionManagerServices;
 }