Class ProfileCustomerFacade
java.lang.Object
de.hybris.platform.commercefacades.customer.impl.DefaultCustomerFacade
com.hybris.yprofile.services.customer.ProfileCustomerFacade
- All Implemented Interfaces:
CustomerFacade
@Deprecated(since="2005",
forRemoval=true)
public class ProfileCustomerFacade
extends DefaultCustomerFacade
Deprecated, for removal: This API element is subject to removal in a future version.
since 2005 use LoginSuccessEventListener instead
CDS implementation for the
CustomerFacade to send login 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.protected javax.servlet.http.HttpServletRequestDeprecated, 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.voidDeprecated, for removal: This API element is subject to removal in a future version.updates the session currency and language to the user settings, assigns the cart to the current user and calculates the cartvoidsetConsentService(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.commercefacades.customer.impl.DefaultCustomerFacade
changeGuestToCustomer, changePassword, changeUid, closeAccount, createGuestUserForAnonymousCheckout, forgottenPassword, generateGUID, getAddressConverter, getAddressReversePopulator, getBaseSiteService, getBaseStoreService, getBusinessProcessService, getCartCleanStrategy, getCartService, getCommerceCartService, getCommonI18NService, getCreditCardPaymentInfoConverter, getCurrentCustomer, getCurrentCustomerUid, getCurrentSessionCustomer, getCurrentUser, getCustomerAccountService, getCustomerConverter, getCustomerNameStrategy, getCustomerReversePopulator, getEventService, getModelService, getOrderFacade, getPasswordEncoderService, getSessionService, getStoreSessionFacade, getTitleConverter, getUserFacade, getUserForUID, getUserMatchingService, getUserService, initializeCommerceEvent, nextDummyCustomerData, publishLoginSuccessEvent, register, rememberMeLoginSuccessWithUrlEncoding, setAddressConverter, setAddressReversePopulator, setBaseSiteService, setBaseStoreService, setBusinessProcessService, setCartCleanStrategy, setCartService, setCommerceCartService, setCommonI18NService, setCommonPropertiesForRegister, setCreditCardPaymentInfoConverter, setCustomerAccountService, setCustomerConverter, setCustomerNameStrategy, setCustomerReversePopulator, setEventService, setModelService, setOrderFacade, setPassword, setPasswordEncoderService, setSessionService, setStoreSessionFacade, setTitleConverter, setTitleForRegister, setUidForRegister, setUserFacade, setUserMatchingService, setUserService, updateCartWithGuestForAnonymousCheckout, updateFullProfile, updatePassword, updateProfile, updateSessionCurrency, updateSessionLanguage, validateDataBeforeUpdate
-
Constructor Details
-
ProfileCustomerFacade
public ProfileCustomerFacade()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
loginSuccess
public void loginSuccess()Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:CustomerFacadeupdates the session currency and language to the user settings, assigns the cart to the current user and calculates the cart- Specified by:
loginSuccessin interfaceCustomerFacade- Overrides:
loginSuccessin classDefaultCustomerFacade
-
getSiteId
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. -
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. -
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. -
getHttpServletRequest
protected javax.servlet.http.HttpServletRequest getHttpServletRequest()Deprecated, for removal: This API element is subject to removal in a future version.
-