public interface PointOfServiceService
| Modifier and Type | Method and Description |
|---|---|
PointOfServiceModel |
getPointOfServiceForName(String name)
Returns point of service by its name.
|
PointOfServiceModel getPointOfServiceForName(String name) throws UnknownIdentifierException, IllegalArgumentException
name - the name of POSUnknownIdentifierException - the unknown identifier exception when no POS with given name was foundIllegalArgumentException - the illegal argument exception when given name is nullCopyright © 2017 SAP SE. All Rights Reserved.