public class DefaultPointOfServiceService extends java.lang.Object implements PointOfServiceService
| Constructor and Description |
|---|
DefaultPointOfServiceService() |
| Modifier and Type | Method and Description |
|---|---|
protected PointOfServiceDao |
getPointOfServiceDao() |
PointOfServiceModel |
getPointOfServiceForName(java.lang.String name)
Returns point of service by its name.
|
void |
setPointOfServiceDao(PointOfServiceDao pointOfServiceDao) |
public PointOfServiceModel getPointOfServiceForName(java.lang.String name) throws UnknownIdentifierException
PointOfServiceServicegetPointOfServiceForName in interface PointOfServiceServicename - the name of POSUnknownIdentifierException - the unknown identifier exception when no POS with given name was foundprotected PointOfServiceDao getPointOfServiceDao()
public void setPointOfServiceDao(PointOfServiceDao pointOfServiceDao)
Copyright © 2018 SAP SE. All Rights Reserved.