public interface BaseStoreService
| Modifier and Type | Method and Description |
|---|---|
java.util.List<BaseStoreModel> |
getAllBaseStores()
Gets the all base stores.
|
BaseStoreModel |
getBaseStoreForUid(java.lang.String uid)
Gets the base store for uid.
|
BaseStoreModel |
getCurrentBaseStore()
Gets current
BaseStore basing on the BaseSiteModel.getStores() relation. |
java.util.List<BaseStoreModel> getAllBaseStores()
BaseStoreModel objects.BaseStoreModel getBaseStoreForUid(java.lang.String uid) throws AmbiguousIdentifierException, UnknownIdentifierException
uid - the uid of base storeBaseStoreModel objectAmbiguousIdentifierException - thrown when more than one object has been foundUnknownIdentifierException - thrown when object has not been foundBaseStoreModel getCurrentBaseStore()
BaseStore basing on the BaseSiteModel.getStores() relation.BaseStoreModel objectCopyright © 2018 SAP SE. All Rights Reserved.