Class DefaultStoreSessionService

java.lang.Object
de.hybris.platform.commerceservices.storesession.impl.DefaultStoreSessionService
All Implemented Interfaces:
StoreSessionService

public class DefaultStoreSessionService extends Object implements StoreSessionService
Default implementation of StoreSessionService
  • Constructor Details

    • DefaultStoreSessionService

      public DefaultStoreSessionService()
  • Method Details

    • setCurrentLanguage

      public void setCurrentLanguage(String isocode)
      Description copied from interface: StoreSessionService
      Sets the current language and validates, if language chosen is supported for current store.
      Specified by:
      setCurrentLanguage in interface StoreSessionService
      Parameters:
      isocode - language iso
    • setCurrentCurrency

      public void setCurrentCurrency(String isocode)
      Description copied from interface: StoreSessionService
      Sets the current currency and validates, if currency chosen is supported for current currency.
      Specified by:
      setCurrentCurrency in interface StoreSessionService
      Parameters:
      isocode - currency iso
    • getLanguageResolver

      protected LanguageResolver getLanguageResolver()
    • setLanguageResolver

      public void setLanguageResolver(LanguageResolver languageResolver)
    • getCommerceCommonI18NService

      protected CommerceCommonI18NService getCommerceCommonI18NService()
    • setCommerceCommonI18NService

      public void setCommerceCommonI18NService(CommerceCommonI18NService commerceCommonI18NService)
    • getCommonI18NService

      protected CommonI18NService getCommonI18NService()
    • setCommonI18NService

      public void setCommonI18NService(CommonI18NService commonI18NService)
    • getCommerceCartService

      protected CommerceCartService getCommerceCartService()
    • setCommerceCartService

      public void setCommerceCartService(CommerceCartService commerceCartService)
    • getCartService

      protected CartService getCartService()
    • setCartService

      public void setCartService(CartService cartService)