public interface PointOfServiceDao extends Dao
PointOfService type| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<PointOfServiceModel> |
getAllGeocodedPOS(GPS center,
double radius)
return all POS items from the given neighborhood
|
java.util.Collection<PointOfServiceModel> |
getAllGeocodedPOS(GPS center,
double radius,
BaseStoreModel baseStore)
return all POS items from the given neighborhood belonging to given store
|
java.util.Collection<PointOfServiceModel> |
getAllPos()
return all POS items
|
PointOfServiceModel |
getPosByName(java.lang.String name)
Returns a Point of Service with the name given
|
java.util.Collection<PointOfServiceModel> |
getPosToGeocode()
Get collection of PointOfServiceModel that need to be geocoded.
|
java.util.Collection<PointOfServiceModel> |
getPosToGeocode(int size)
Get a size limited collection of PointOfServiceModel that need to be geocoded.
|
java.util.Collection<PointOfServiceModel> getAllPos()
PointOfServiceModeljava.util.Collection<PointOfServiceModel> getAllGeocodedPOS(GPS center, double radius, BaseStoreModel baseStore)
center - of neighborhoodradius - of neighborhood in kilometersbaseStore - BaseStoreModelPointOfServiceModelPointOfServiceDaoExceptionjava.util.Collection<PointOfServiceModel> getAllGeocodedPOS(GPS center, double radius)
center - of neighborhoodradius - of neighborhood in kilometersPointOfServiceModelPointOfServiceDaoExceptionPointOfServiceModel getPosByName(java.lang.String name)
name - PointOfServiceModelPointOfServiceDaoExceptionjava.util.Collection<PointOfServiceModel> getPosToGeocode(int size)
size - determines how many entries are takenPointOfServiceModelPointOfServiceDaoExceptionjava.util.Collection<PointOfServiceModel> getPosToGeocode()
PointOfServiceModelCopyright © 2018 SAP SE. All Rights Reserved.