public interface InStoreService
| Modifier and Type | Method and Description |
|---|---|
BaseStoreModel |
getBaseStoreForCurrentUser() |
EmployeeModel |
getCurrentEmployee() |
PointOfServiceModel |
getDefaultPointOfServiceForCurrentUser() |
BaseSiteModel |
getDefaultSiteForCurrentUser() |
List<PointOfServiceModel> |
getPointsOfServiceForCurrentUser() |
List<BaseSiteModel> |
getSitesForCurrentUser() |
EmployeeModel getCurrentEmployee() throws IllegalStateException
IllegalStateException - if the current user is not an Employee.BaseStoreModel getBaseStoreForCurrentUser() throws IllegalStateException
IllegalStateException - if the current user is not an Employee or if no BaseStore is assigned to it.BaseSiteModel getDefaultSiteForCurrentUser() throws IllegalStateException
IllegalStateException - if the current user is not an Employee or if no BaseStore is assigned to it or if no BaseSite is set at
the BaseStore.PointOfServiceModel getDefaultPointOfServiceForCurrentUser() throws IllegalStateException
IllegalStateException - if the current user is not an Employee or if no BaseStore is assigned to it or if no PointOfService is
set at the BaseStore.List<BaseSiteModel> getSitesForCurrentUser() throws IllegalStateException
IllegalStateException - if the current user is not an Employee or if no BaseStore is assigned to it.List<PointOfServiceModel> getPointsOfServiceForCurrentUser() throws IllegalStateException
IllegalStateException - if the current user is not an Employee or if no BaseStore is assigned to it.Copyright © 2017 SAP SE. All Rights Reserved.