public interface PointOfServiceService
| Modifier and Type | Method and Description |
|---|---|
java.util.List<StoreCountInfo> |
getPointOfServiceCounts(BaseStoreModel baseStore)
Returns a list of
StoreCountInfo for all countries that have stores PointOfServiceModel
and a list of StoreCountInfo for each region (if any) within a country case that region have stores PointOfServiceModel |
PointOfServiceModel |
getPointOfServiceForName(java.lang.String name)
Returns point of service by its name.
|
PointOfServiceModel getPointOfServiceForName(java.lang.String name) throws UnknownIdentifierException, java.lang.IllegalArgumentException
name - the name of POSUnknownIdentifierException - the unknown identifier exception when no POS with given name was foundjava.lang.IllegalArgumentException - the illegal argument exception when given name is nulljava.util.List<StoreCountInfo> getPointOfServiceCounts(BaseStoreModel baseStore)
StoreCountInfo for all countries that have stores PointOfServiceModel
and a list of StoreCountInfo for each region (if any) within a country case that region have stores PointOfServiceModelbaseStore - BaseStoreModelCopyright © 2018 SAP SE. All Rights Reserved.