Interface StoreSessionService
-
- All Known Implementing Classes:
DefaultStoreSessionService
public interface StoreSessionServiceDefines an API for current language and currency
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetCurrentCurrency(java.lang.String isocode)Sets the current currency and validates, if currency chosen is supported for current currency.voidsetCurrentLanguage(java.lang.String isocode)Sets the current language and validates, if language chosen is supported for current store.
-
-
-
Method Detail
-
setCurrentLanguage
void setCurrentLanguage(java.lang.String isocode)
Sets the current language and validates, if language chosen is supported for current store.- Parameters:
isocode- language iso
-
setCurrentCurrency
void setCurrentCurrency(java.lang.String isocode)
Sets the current currency and validates, if currency chosen is supported for current currency.- Parameters:
isocode- currency iso
-
-