public interface InStoreService
| Modifier and Type | Method and Description |
|---|---|
BaseStoreModel |
getBaseStoreForCurrentUser() |
EmployeeModel |
getCurrentEmployee() |
PointOfServiceModel |
getDefaultPointOfServiceForCurrentUser() |
BaseSiteModel |
getDefaultSiteForCurrentUser() |
java.util.List<PointOfServiceModel> |
getPointsOfServiceForCurrentUser() |
java.util.List<BaseSiteModel> |
getSitesForCurrentUser() |
EmployeeModel getCurrentEmployee() throws java.lang.IllegalStateException
java.lang.IllegalStateException - if the current user is not an Employee.BaseStoreModel getBaseStoreForCurrentUser() throws java.lang.IllegalStateException
java.lang.IllegalStateException - if the current user is not an Employee or if no BaseStore is assigned to it.BaseSiteModel getDefaultSiteForCurrentUser() throws java.lang.IllegalStateException
java.lang.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 java.lang.IllegalStateException
java.lang.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.java.util.List<BaseSiteModel> getSitesForCurrentUser() throws java.lang.IllegalStateException
java.lang.IllegalStateException - if the current user is not an Employee or if no BaseStore is assigned to it.java.util.List<PointOfServiceModel> getPointsOfServiceForCurrentUser() throws java.lang.IllegalStateException
java.lang.IllegalStateException - if the current user is not an Employee or if no BaseStore is assigned to it.Copyright © 2018 SAP SE. All Rights Reserved.