| Modifier and Type | Method and Description |
|---|---|
Map |
StoreLocatorFacade.getLocationsForQuery(java.lang.String searchTerm,
int limit)
Gets the locations for query.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
DefaultStoreLocatorFacade.getLocationsForQuery(java.lang.String searchTerm,
int limit) |
void |
DefaultStoreLocatorFacadeTest.testGetLocationsForQuery() |
void |
DefaultStoreLocatorFacadeTest.testGetNullLocationsForNullTerm() |
void |
DefaultStoreLocatorFacadeTest.testThreeBaseStoresMiddleOneHasNoLocation()
This test checks 3 things(!!)
|
void |
DefaultStoreLocatorFacadeTest.testThrowGetLocationsForQuery() |
void |
DefaultStoreLocatorFacadeTest.testTwoBaseStores() |
| Modifier and Type | Method and Description |
|---|---|
void |
LocationServiceTest.testGetLocationsForSearch() |
void |
LocationServiceTest.testGetLocationsNearby() |
void |
LocationServiceTest.testGetLocationsNearbyByPostcode() |
void |
LocationServiceTest.testGetLocationsNearbyByTown() |
void |
LocationServiceTest.testGetLocationsNearbyRadius() |
void |
LocationServiceTest.testGetLocationsNearbySubList() |
void |
LocationMapServiceTest.testGetMapOfLocations() |
| Modifier and Type | Method and Description |
|---|---|
Map |
MapService.getMap(GPS gps,
double radius,
java.util.List<Location> poi,
java.lang.String title)
get titled
Map with all the points of interest and the given radius |
Map |
MapService.getMap(GPS gps,
double radius,
java.util.List<Location> poi,
java.lang.String title,
Location routeTo)
|
Map |
MapService.getMap(GPS gps,
java.lang.String title)
get titled Map centered around the
GPS location. |
Map |
MapService.getMap(GPS gps,
java.lang.String title,
double radius)
get titled Map centered around the
GPS location with a given radius. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
StoreLocatorPageController.findStores(int page,
AbstractSearchPageController.ShowMode showMode,
java.lang.String sortCode,
java.lang.String locationQuery,
java.lang.Double latitude,
java.lang.Double longitude,
StoreFinderForm storeFinderForm,
Model model,
BindingResult bindingResult) |
java.lang.String |
StoreLocatorPageController.searchByCurrentPosition(int page,
AbstractSearchPageController.ShowMode showMode,
java.lang.String sortCode,
StorePositionForm storePositionForm,
Model model) |
java.lang.String |
StorePageController.viewMap(java.lang.String storeCode,
Model model,
RedirectAttributes redirectModel) |
Copyright © 2018 SAP SE. All Rights Reserved.