Uses of Class
de.hybris.platform.storelocator.exception.MapServiceException
-
-
Uses of MapServiceException in de.hybris.platform.commercefacades.storelocator
Methods in de.hybris.platform.commercefacades.storelocator that throw MapServiceException Modifier and Type Method Description MapStoreLocatorFacade. getLocationsForQuery(java.lang.String searchTerm, int limit)Gets the locations for query. -
Uses of MapServiceException in de.hybris.platform.commercefacades.storelocator.impl
Methods in de.hybris.platform.commercefacades.storelocator.impl that throw MapServiceException Modifier and Type Method Description MapDefaultStoreLocatorFacade. getLocationsForQuery(java.lang.String searchTerm, int limit)voidDefaultStoreLocatorFacadeTest. testGetLocationsForQuery()voidDefaultStoreLocatorFacadeTest. testGetNullLocationsForNullTerm()voidDefaultStoreLocatorFacadeTest. testThreeBaseStoresMiddleOneHasNoLocation()This test checks 3 things(!!)voidDefaultStoreLocatorFacadeTest. testThrowGetLocationsForQuery()voidDefaultStoreLocatorFacadeTest. testTwoBaseStores() -
Uses of MapServiceException in de.hybris.platform.storelocator.location
Methods in de.hybris.platform.storelocator.location that throw MapServiceException Modifier and Type Method Description voidLocationServiceTest. testGetLocationsForSearch()voidLocationServiceTest. testGetLocationsNearby()voidLocationServiceTest. testGetLocationsNearbyByPostcode()voidLocationServiceTest. testGetLocationsNearbyByTown()voidLocationServiceTest. testGetLocationsNearbyRadius()voidLocationServiceTest. testGetLocationsNearbySubList()voidLocationMapServiceTest. testGetMapOfLocations() -
Uses of MapServiceException in de.hybris.platform.storelocator.map
Methods in de.hybris.platform.storelocator.map that throw MapServiceException Modifier and Type Method Description MapMapService. getMap(GPS gps, double radius, java.util.List<Location> poi, java.lang.String title)get titledMapwith all the points of interest and the given radiusMapMapService. getMap(GPS gps, double radius, java.util.List<Location> poi, java.lang.String title, Location routeTo)MapMapService. getMap(GPS gps, java.lang.String title)get titled Map centered around theGPSlocation.MapMapService. getMap(GPS gps, java.lang.String title, double radius)get titled Map centered around theGPSlocation with a given radius.
-