public interface StoreSessionService
| Modifier and Type | Method and Description |
|---|---|
void |
setCurrentCurrency(java.lang.String isocode)
Sets the current currency and validates, if currency chosen is supported for current currency.
|
void |
setCurrentLanguage(java.lang.String isocode)
Sets the current language and validates, if language chosen is supported for current store.
|
void setCurrentLanguage(java.lang.String isocode)
isocode - language isovoid setCurrentCurrency(java.lang.String isocode)
isocode - currency isoCopyright © 2018 SAP SE. All Rights Reserved.