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