| Modifier and Type | Method and Description |
|---|---|
Collection<PointOfServiceModel> |
PointOfServiceDao.getAllGeocodedPOS(GPS center,
double radius)
return all POS items from the given neighborhood
|
Collection<PointOfServiceModel> |
PointOfServiceDao.getAllGeocodedPOS(GPS center,
double radius,
BaseStoreModel baseStore)
return all POS items from the given neighborhood belonging to given store
|
PointOfServiceModel |
PointOfServiceDao.getPosByName(String name)
Returns a Point of Service with the name given
|
Collection<PointOfServiceModel> |
PointOfServiceDao.getPosToGeocode(int size)
Get a size limited collection of PointOfServiceModel that need to be geocoded.
|
| Modifier and Type | Method and Description |
|---|---|
protected FlexibleSearchQuery |
DefaultPointOfServiceDao.buildQuery(GPS center,
double radius) |
protected FlexibleSearchQuery |
DefaultPointOfServiceDao.buildQuery(GPS center,
double radius,
BaseStoreModel baseStore) |
Collection<PointOfServiceModel> |
DefaultPointOfServiceDao.getAllGeocodedPOS(GPS center,
double radius) |
Collection<PointOfServiceModel> |
DefaultPointOfServiceDao.getAllGeocodedPOS(GPS center,
double radius,
BaseStoreModel baseStore) |
PointOfServiceModel |
DefaultPointOfServiceDao.getPosByName(String name) |
Collection<PointOfServiceModel> |
DefaultPointOfServiceDao.getPosToGeocode(int size) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultLocationServiceUnitTest.testGetSortedLocationNearbyWithNullLatitudeDistance() |
void |
DefaultLocationServiceUnitTest.testGetSortedLocationNearbyWithNullLongitudeDistance() |
void |
DefaultLocationServiceUnitTest.testGetSortedLocationsNearbyWithNotNullDistance() |
| Modifier and Type | Method and Description |
|---|---|
void |
PointOfServiceTest.testGetPointOfServiceForName() |
void |
PointOfServiceTest.testGetPointOfServiceForNameWhenNameNotFound() |
Copyright © 2017 SAP SE. All Rights Reserved.