Ejemplo n.º 1
0
 public UserController(AddressSettings addressSettings,
                       CaptchaSettings captchaSettings,
                       UserSettings userSettings,
                       DateTimeSettings dateTimeSettings,
                       IDownloadService downloadService,
                       IAddressAttributeParser addressAttributeParser,
                       IAddressModelFactory addressModelFactory,
                       IAddressService addressService,
                       IAuthenticationService authenticationService,
                       ICountryService countryService,
                       IUserActivityService userActivityService,
                       IUserAttributeParser userAttributeParser,
                       IUserAttributeService userAttributeService,
                       IUserModelFactory userModelFactory,
                       IUserRegistrationService userRegistrationService,
                       IUserService userService,
                       IEventPublisher eventPublisher,
                       IExportManager exportManager,
                       IExternalAuthenticationService externalAuthenticationService,
                       IGenericAttributeService genericAttributeService,
                       ILocalizationService localizationService,
                       INewsLetterSubscriptionService newsLetterSubscriptionService,
                       IPictureService pictureService,
                       IWebHelper webHelper,
                       IWorkContext workContext,
                       IWorkflowMessageService workflowMessageService,
                       LocalizationSettings localizationSettings,
                       MediaSettings mediaSettings,
                       SiteInformationSettings siteInformationSettings)
 {
     this._addressSettings               = addressSettings;
     this._captchaSettings               = captchaSettings;
     this._userSettings                  = userSettings;
     this._dateTimeSettings              = dateTimeSettings;
     this._downloadService               = downloadService;
     this._addressAttributeParser        = addressAttributeParser;
     this._addressModelFactory           = addressModelFactory;
     this._addressService                = addressService;
     this._authenticationService         = authenticationService;
     this._countryService                = countryService;
     this._userActivityService           = userActivityService;
     this._userAttributeParser           = userAttributeParser;
     this._userAttributeService          = userAttributeService;
     this._userModelFactory              = userModelFactory;
     this._userRegistrationService       = userRegistrationService;
     this._userService                   = userService;
     this._eventPublisher                = eventPublisher;
     this._exportManager                 = exportManager;
     this._externalAuthenticationService = externalAuthenticationService;
     this._genericAttributeService       = genericAttributeService;
     this._localizationService           = localizationService;
     this._newsLetterSubscriptionService = newsLetterSubscriptionService;
     this._pictureService                = pictureService;
     this._webHelper               = webHelper;
     this._workContext             = workContext;
     this._workflowMessageService  = workflowMessageService;
     this._localizationSettings    = localizationSettings;
     this._mediaSettings           = mediaSettings;
     this._siteInformationSettings = siteInformationSettings;
 }
 public UserModelFactory(
     IDateTimeHelper dateTimeHelper,
     DateTimeSettings dateTimeSettings,
     ILocalizationService localizationService,
     IWorkContext workContext,
     IUserAttributeParser customerAttributeParser,
     IUserAttributeService customerAttributeService,
     IGenericAttributeService genericAttributeService,
     UserSettings customerSettings,
     IOpenAuthenticationService openAuthenticationService,
     CaptchaSettings captchaSettings,
     SecuritySettings securitySettings,
     ExternalAuthenticationSettings externalAuthenticationSettings
     )
 {
     this._dateTimeHelper                 = dateTimeHelper;
     this._dateTimeSettings               = dateTimeSettings;
     this._localizationService            = localizationService;
     this._workContext                    = workContext;
     this._customerAttributeParser        = customerAttributeParser;
     this._customerAttributeService       = customerAttributeService;
     this._genericAttributeService        = genericAttributeService;
     this._customerSettings               = customerSettings;
     this._openAuthenticationService      = openAuthenticationService;
     this._captchaSettings                = captchaSettings;
     this._securitySettings               = securitySettings;
     this._externalAuthenticationSettings = externalAuthenticationSettings;
 }
 public UserAttributeFormatter(IUserAttributeParser userAttributeParser,
                               IUserAttributeService userAttributeService,
                               IWorkContext workContext)
 {
     this._userAttributeParser  = userAttributeParser;
     this._userAttributeService = userAttributeService;
     this._workContext          = workContext;
 }
Ejemplo n.º 4
0
 public UserModelFactory(AddressSettings addressSettings,
                         CaptchaSettings captchaSettings,
                         CommonSettings commonSettings,
                         UserSettings userSettings,
                         DateTimeSettings dateTimeSettings,
                         ExternalAuthenticationSettings externalAuthenticationSettings,
                         IAddressModelFactory addressModelFactory,
                         ICountryService countryService,
                         IUserAttributeParser userAttributeParser,
                         IUserAttributeService userAttributeService,
                         IDateTimeHelper dateTimeHelper,
                         IDownloadService downloadService,
                         IExternalAuthenticationService externalAuthenticationService,
                         IGenericAttributeService genericAttributeService,
                         ILocalizationService localizationService,
                         INewsLetterSubscriptionService newsLetterSubscriptionService,
                         IPictureService pictureService,
                         IStateProvinceService stateProvinceService,
                         IUrlRecordService urlRecordService,
                         IWorkContext workContext,
                         MediaSettings mediaSettings,
                         SecuritySettings securitySettings)
 {
     this._addressSettings  = addressSettings;
     this._captchaSettings  = captchaSettings;
     this._commonSettings   = commonSettings;
     this._userSettings     = userSettings;
     this._dateTimeSettings = dateTimeSettings;
     this._externalAuthenticationSettings = externalAuthenticationSettings;
     this._addressModelFactory            = addressModelFactory;
     this._countryService                = countryService;
     this._userAttributeParser           = userAttributeParser;
     this._userAttributeService          = userAttributeService;
     this._dateTimeHelper                = dateTimeHelper;
     this._downloadService               = downloadService;
     this._externalAuthenticationService = externalAuthenticationService;
     this._genericAttributeService       = genericAttributeService;
     this._localizationService           = localizationService;
     this._newsLetterSubscriptionService = newsLetterSubscriptionService;
     this._pictureService                = pictureService;
     this._stateProvinceService          = stateProvinceService;
     this._urlRecordService              = urlRecordService;
     this._workContext      = workContext;
     this._mediaSettings    = mediaSettings;
     this._securitySettings = securitySettings;
 }
Ejemplo n.º 5
0
 public UserModelFactory(AddressSettings addressSettings,
                         UserSettings userSettings,
                         DateTimeSettings dateTimeSettings,
                         IAclSupportedModelFactory aclSupportedModelFactory,
                         IAddressAttributeFormatter addressAttributeFormatter,
                         IAddressAttributeModelFactory addressAttributeModelFactory,
                         IBaseAdminModelFactory baseAdminModelFactory,
                         IUserActivityService userActivityService,
                         IUserAttributeParser userAttributeParser,
                         IUserAttributeService userAttributeService,
                         IUserService userService,
                         IDateTimeHelper dateTimeHelper,
                         IExternalAuthenticationService externalAuthenticationService,
                         IGenericAttributeService genericAttributeService,
                         IGeoLookupService geoLookupService,
                         ILocalizationService localizationService,
                         INewsLetterSubscriptionService newsLetterSubscriptionService,
                         IPictureService pictureService,
                         MediaSettings mediaSettings)
 {
     this._addressSettings              = addressSettings;
     this._userSettings                 = userSettings;
     this._dateTimeSettings             = dateTimeSettings;
     this._aclSupportedModelFactory     = aclSupportedModelFactory;
     this._addressAttributeFormatter    = addressAttributeFormatter;
     this._addressAttributeModelFactory = addressAttributeModelFactory;
     this._baseAdminModelFactory        = baseAdminModelFactory;
     this._userActivityService          = userActivityService;
     this._userAttributeParser          = userAttributeParser;
     this._userAttributeService         = userAttributeService;
     this._userService    = userService;
     this._dateTimeHelper = dateTimeHelper;
     this._externalAuthenticationService = externalAuthenticationService;
     this._genericAttributeService       = genericAttributeService;
     this._geoLookupService              = geoLookupService;
     this._localizationService           = localizationService;
     this._newsLetterSubscriptionService = newsLetterSubscriptionService;
     this._pictureService = pictureService;
     this._mediaSettings  = mediaSettings;
 }
Ejemplo n.º 6
0
 public UserController(
     IUserAttributeService userAttributeService,
     IUserAttributeParser userAttributeParser,
     IUserModelFactory userModelFactory,
     CaptchaSettings captchaSettings,
     LocalizationSettings localizationSettings,
     ILocalizationService localizationService,
     UserSettings userSettings,
     IUserRegistrationService userRegistrationService,
     IAuthenticationService authenticationService,
     IUserService userService,
     IEventPublisher eventPublisher,
     IUserActivityService userActivityService,
     IGenericAttributeService genericAttributeService,
     IWorkContext workContext,
     DateTimeSettings dateTimeSettings,
     IWebHelper webHelper
     )
 {
     this._userAttributeService    = userAttributeService;
     this._userAttributeParser     = userAttributeParser;
     this._userModelFactory        = userModelFactory;
     this._captchaSettings         = captchaSettings;
     this._localizationSettings    = localizationSettings;
     this._localizationService     = localizationService;
     this._userSettings            = userSettings;
     this._userRegistrationService = userRegistrationService;
     this._authenticationService   = authenticationService;
     this._userService             = userService;
     this._eventPublisher          = eventPublisher;
     this._userActivityService     = userActivityService;
     this._genericAttributeService = genericAttributeService;
     this._workContext             = workContext;
     this._dateTimeSettings        = dateTimeSettings;
     this._webHelper = webHelper;
 }