public class StoreController extends BaseController
DEFAULT_CURRENT_PAGE, DEFAULT_PAGE_SIZE| Constructor and Description |
|---|
StoreController() |
| Modifier and Type | Method and Description |
|---|---|
CardTypeDataList |
getCardTypes()
returns all possible card types.
Sample call : http://localhost:9001/rest/v1/cardtypes Request method : GET |
CurrencyDataList |
getCurrencies()
returns all currencies defined for the current store.
Sample call : http://localhost:9001/rest/v1/{SITE}/currencies Request method : GET |
CountryDataList |
getDeliveryCountries()
returns all delivery countries defined for the curent store.
Sample call : http://localhost:9001/rest/v1/{SITE}/deliverycountries Request method : GET |
LanguageDataList |
getLanguages()
returns all languages defined for the base store.
Sample call : http://localhost:9001/rest/v1/{SITE}/languages Request method : GET |
TitleDataList |
getTitles()
returns all possible titles (code and name).
Sample call : http://localhost:9001/rest/v1/titles Request method : GET |
handleErrorInternal, handleModelNotFoundException, sanitizepublic LanguageDataList getLanguages()
GETpublic CurrencyDataList getCurrencies()
GETpublic CountryDataList getDeliveryCountries()
GETpublic TitleDataList getTitles()
GETpublic CardTypeDataList getCardTypes()
GETCopyright © 2018 SAP SE. All Rights Reserved.