Class DefaultStoreSessionService

    • Constructor Detail

      • DefaultStoreSessionService

        public DefaultStoreSessionService()
    • Method Detail

      • setCurrentLanguage

        public void setCurrentLanguage​(java.lang.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​(java.lang.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
      • setLanguageResolver

        public void setLanguageResolver​(LanguageResolver languageResolver)
      • setCommerceCommonI18NService

        public void setCommerceCommonI18NService​(CommerceCommonI18NService commerceCommonI18NService)
      • setCommonI18NService

        public void setCommonI18NService​(CommonI18NService commonI18NService)
      • setCommerceCartService

        public void setCommerceCartService​(CommerceCartService commerceCartService)
      • getCartService

        protected CartService getCartService()
      • setCartService

        public void setCartService​(CartService cartService)