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 DefaultCustomerAccountService
Deprecated, for removal: This API element is subject to removal in a future version.
since 2005 use RegisterEventListener instead
CDS implementation for the
CustomerAccountService to send registration events.-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.protected StringDeprecated, for removal: This API element is subject to removal in a future version.voidregister(CustomerModel customerModel, 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, getCommerceConsentService, 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, getSessionService, getTimeService, getTitles, getTokenValiditySeconds, getTypeService, getUserService, initializeEvent, internalSaveCustomer, populateAndGetSessionConsentsToRegisteredUser, registerCustomer, registerGuestForAnonymousCheckout, saveAddressEntry, setBaseSiteService, setBaseStoreService, setCommerceCommonI18NService, setCommerceConsentService, setCommonI18NService, setConfigurationService, setCustomerAccountDao, setCustomerEmailResolutionService, setCustomerNameStrategy, setDefaultAddressEntry, setDefaultPaymentInfo, setEventService, setFlexibleSearchService, setI18nService, setModelService, setMonthsForOrderExpiry, setPasswordEncoderService, setPasswordEncoding, setPaymentService, setPopulatingConsentsInSessionEnabled, setSecureTokenService, setSessionService, setTimeService, setTokenValiditySeconds, setTypeService, setUserService, unlinkCCPaymentInfo, updatePassword, updateProfile
-
Constructor Details
-
ProfileCustomerAccountService
public ProfileCustomerAccountService()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
register
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
Deprecated, for removal: This API element is subject to removal in a future version. -
getDefaultSessionTokenService
Deprecated, for removal: This API element is subject to removal in a future version. -
setDefaultSessionTokenService
Deprecated, for removal: This API element is subject to removal in a future version. -
getProfileTransactionService
Deprecated, for removal: This API element is subject to removal in a future version. -
setProfileTransactionService
Deprecated, for removal: This API element is subject to removal in a future version. -
getConsentService
Deprecated, for removal: This API element is subject to removal in a future version. -
setConsentService
Deprecated, for removal: This API element is subject to removal in a future version. -
getProfileConfigurationService
Deprecated, for removal: This API element is subject to removal in a future version. -
setProfileConfigurationService
Deprecated, for removal: This API element is subject to removal in a future version.
-