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 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: CustomerFacade
      updates the session currency and language to the user settings, assigns the cart to the current user and calculates the cart
      Specified by:
      loginSuccess in interface CustomerFacade
      Overrides:
      loginSuccess in class DefaultCustomerFacade
    • getSiteId

      protected 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.