Class DefaultPROSCustomerFacade

java.lang.Object
de.hybris.platform.commercefacades.customer.impl.DefaultCustomerFacade
de.hybris.platform.prosfacades.facades.customer.impl.DefaultPROSCustomerFacade
All Implemented Interfaces:
de.hybris.platform.commercefacades.customer.CustomerFacade

public class DefaultPROSCustomerFacade extends de.hybris.platform.commercefacades.customer.impl.DefaultCustomerFacade
Pros extension of DefaultCustomerFacade.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Updates the session with the logged user data and recalculates the cart.

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DefaultPROSCustomerFacade

      public DefaultPROSCustomerFacade()
  • Method Details

    • loginSuccess

      public void loginSuccess()
      Updates the session with the logged user data and recalculates the cart. The currency is updated only if cart and session don't have a current currency.
      Specified by:
      loginSuccess in interface de.hybris.platform.commercefacades.customer.CustomerFacade
      Overrides:
      loginSuccess in class de.hybris.platform.commercefacades.customer.impl.DefaultCustomerFacade