Class 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
    yProfile implementation for the CustomerFacade to send login events.
    • Constructor Detail

      • ProfileCustomerFacade

        public ProfileCustomerFacade()
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

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