Class ProfileCustomerAccountService
- java.lang.Object
-
- de.hybris.platform.commerceservices.customer.impl.DefaultCustomerAccountService
-
- com.hybris.yprofile.services.customer.ProfileCustomerAccountService
-
- All Implemented Interfaces:
CustomerAccountService
@Deprecated(since="2005", forRemoval=true) public class ProfileCustomerAccountService extends DefaultCustomerAccountServiceDeprecated, for removal: This API element is subject to removal in a future version.since 2005 use RegisterEventListener insteadyProfile implementation for theCustomerAccountServiceto send registration events.
-
-
Constructor Summary
Constructors Constructor Description ProfileCustomerAccountService()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ConsentServicegetConsentService()Deprecated, for removal: This API element is subject to removal in a future version.DefaultSessionTokenServicegetDefaultSessionTokenService()Deprecated, for removal: This API element is subject to removal in a future version.ProfileConfigurationServicegetProfileConfigurationService()Deprecated, for removal: This API element is subject to removal in a future version.ProfileTransactionServicegetProfileTransactionService()Deprecated, for removal: This API element is subject to removal in a future version.protected java.lang.StringgetSiteId()Deprecated, for removal: This API element is subject to removal in a future version.voidregister(CustomerModel customerModel, java.lang.String password)Deprecated, for removal: This API element is subject to removal in a future version.Register a user with given parametersvoidsetConsentService(ConsentService consentService)Deprecated, for removal: This API element is subject to removal in a future version.voidsetDefaultSessionTokenService(DefaultSessionTokenService defaultSessionTokenService)Deprecated, for removal: This API element is subject to removal in a future version.voidsetProfileConfigurationService(ProfileConfigurationService profileConfigurationService)Deprecated, for removal: This API element is subject to removal in a future version.voidsetProfileTransactionService(ProfileTransactionService profileTransactionService)Deprecated, for removal: This API element is subject to removal in a future version.-
Methods inherited from class de.hybris.platform.commerceservices.customer.impl.DefaultCustomerAccountService
addPaymentInfo, adjustPassword, changePassword, changeUid, checkUidUniqueness, clearDefaultAddressEntry, closeAccount, convertGuestToCustomer, createPaymentSubscription, deleteAddressEntry, deleteCCPaymentInfo, fillValuesForCustomerInfo, forgottenPassword, generateCustomerId, getAddressBookDeliveryEntries, getAddressBookEntries, getAddressForCode, getAllAddressEntries, getBaseSiteService, getBaseStoreService, getCommerceCommonI18NService, getCommonI18NService, getConfigurationService, getCreditCardPaymentInfoForCode, getCreditCardPaymentInfos, getCurrency, getCustomerAccountDao, getCustomerEmailResolutionService, getCustomerNameStrategy, getDefaultAddress, getEventService, getFlexibleSearchService, getGuestOrderForGUID, getI18nService, getMaskedCardNumber, getModelService, getMonthsForOrderExpiry, getOrderDetailsForGUID, getOrderForCode, getOrderForCode, getOrderList, getOrderList, getPasswordEncoderService, getPasswordEncoding, getPaymentService, getReturnRequestsByCustomerAndStore, getSecureTokenService, getTimeService, getTitles, getTokenValiditySeconds, getTypeService, getUserService, initializeEvent, internalSaveCustomer, registerCustomer, registerGuestForAnonymousCheckout, saveAddressEntry, setBaseSiteService, setBaseStoreService, setCommerceCommonI18NService, setCommonI18NService, setConfigurationService, setCustomerAccountDao, setCustomerEmailResolutionService, setCustomerNameStrategy, setDefaultAddressEntry, setDefaultPaymentInfo, setEventService, setFlexibleSearchService, setI18nService, setModelService, setMonthsForOrderExpiry, setPasswordEncoderService, setPasswordEncoding, setPaymentService, setSecureTokenService, setTimeService, setTokenValiditySeconds, setTypeService, setUserService, unlinkCCPaymentInfo, updatePassword, updateProfile
-
-
-
-
Method Detail
-
register
public void register(CustomerModel customerModel, java.lang.String password) throws DuplicateUidException
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:CustomerAccountServiceRegister a user with given parameters- Specified by:
registerin interfaceCustomerAccountService- Overrides:
registerin classDefaultCustomerAccountService- Parameters:
customerModel- the user data the user will be registered withpassword- the user's password- Throws:
DuplicateUidException- if the login is not unique
-
getSiteId
protected java.lang.String getSiteId()
Deprecated, for removal: This API element is subject to removal in a future version.
-
getDefaultSessionTokenService
public DefaultSessionTokenService getDefaultSessionTokenService()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setDefaultSessionTokenService
public void setDefaultSessionTokenService(DefaultSessionTokenService defaultSessionTokenService)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getProfileTransactionService
public ProfileTransactionService getProfileTransactionService()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setProfileTransactionService
public void setProfileTransactionService(ProfileTransactionService profileTransactionService)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getConsentService
public ConsentService getConsentService()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setConsentService
public void setConsentService(ConsentService consentService)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getProfileConfigurationService
public ProfileConfigurationService getProfileConfigurationService()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setProfileConfigurationService
public void setProfileConfigurationService(ProfileConfigurationService profileConfigurationService)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-