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 DefaultCustomerFacadeDeprecated, for removal: This API element is subject to removal in a future version.since 2005 use LoginSuccessEventListener insteadyProfile implementation for theCustomerFacadeto send login events.
-
-
Constructor Summary
Constructors Constructor Description ProfileCustomerFacade()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.protected javax.servlet.http.HttpServletRequestgetHttpServletRequest()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.voidloginSuccess()Deprecated, 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
-
-
-
-
Method Detail
-
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
protected java.lang.String getSiteId()
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.
-
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.
-
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.
-
getHttpServletRequest
protected javax.servlet.http.HttpServletRequest getHttpServletRequest()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-