Uses of Interface
de.hybris.platform.storelocator.location.Location
-
-
Uses of Location in de.hybris.platform.chinesestoreservices.map.impl
Methods in de.hybris.platform.chinesestoreservices.map.impl with parameters of type Location Modifier and Type Method Description java.lang.StringBaiduMapsServiceWrapper. formatAddress(Location address)GPSBaiduMapsServiceWrapper. geocodeAddress(Location location)GPSBaiduMapTools. geocodeAddress(Location address)geo-codes the given location -
Uses of Location in de.hybris.platform.commercefacades.storelocator
Methods in de.hybris.platform.commercefacades.storelocator with parameters of type Location Modifier and Type Method Description PointOfServiceDataStoreLocatorFacade. getPOSForLocation(Location location)Gets the point of service for the given location. -
Uses of Location in de.hybris.platform.commercefacades.storelocator.impl
Methods in de.hybris.platform.commercefacades.storelocator.impl that return types with arguments of type Location Modifier and Type Method Description protected LocationService<Location>DefaultStoreLocatorFacade. getLocationService()protected java.util.List<Location>DefaultStoreLocatorFacade. sortMapLocations(int limit, java.util.List<Map> locations)Methods in de.hybris.platform.commercefacades.storelocator.impl with parameters of type Location Modifier and Type Method Description PointOfServiceDataDefaultStoreLocatorFacade. getPOSForLocation(Location location)Method parameters in de.hybris.platform.commercefacades.storelocator.impl with type arguments of type Location Modifier and Type Method Description voidDefaultStoreLocatorFacade. setLocationService(LocationService<Location> locationService) -
Uses of Location in de.hybris.platform.commercewebservicestests.storelocator.impl
Methods in de.hybris.platform.commercewebservicestests.storelocator.impl with parameters of type Location Modifier and Type Method Description GPSMockedGeoServiceWrapper. geocodeAddress(Location address) -
Uses of Location in de.hybris.platform.storelocator
Methods in de.hybris.platform.storelocator that return Location Modifier and Type Method Description protected LocationAbstractGeocodingTest. createAndStoreTestLocation(java.lang.String name, java.lang.String street, java.lang.String buildingNo, java.lang.String postalCode, java.lang.String city, java.lang.String countryIsoCode)protected LocationAbstractGeocodingTest. createTestLocation(java.lang.String name, java.lang.String street, java.lang.String buildingNo, java.lang.String postalCode, java.lang.String city, java.lang.String countryIsoCode)Methods in de.hybris.platform.storelocator with parameters of type Location Modifier and Type Method Description java.lang.StringGeoWebServiceWrapper. formatAddress(Location address)Formats the address textual information depending on the implementationGPSGeoWebServiceWrapper. geocodeAddress(Location address)Translate IAddress to IGPS using 3rd party serviceDistanceAndRouteGeoWebServiceWrapper. getDistanceAndRoute(GPS start, Location dest)Get distance and route that is between start GPS location and destination addressDistanceAndRouteGeoWebServiceWrapper. getDistanceAndRoute(Location start, Location dest)Get distance and route that is between two addresses -
Uses of Location in de.hybris.platform.storelocator.impl
Methods in de.hybris.platform.storelocator.impl with parameters of type Location Modifier and Type Method Description java.lang.StringCommerceMockGeoWebServiceWrapper. formatAddress(Location address)java.lang.StringGoogleMapsServiceWrapper. formatAddress(Location address)GPSCommerceMockGeoWebServiceWrapper. geocodeAddress(Location address)GPSGoogleMapsServiceWrapper. geocodeAddress(Location address)GPSGoogleMapTools. geocodeAddress(Location address)geo-codes the given location.DistanceAndRouteCommerceMockGeoWebServiceWrapper. getDistanceAndRoute(GPS start, Location destination)DistanceAndRouteCommerceMockGeoWebServiceWrapper. getDistanceAndRoute(Location start, Location destination)DistanceAndRouteGoogleMapsServiceWrapper. getDistanceAndRoute(GPS start, Location destination)DistanceAndRouteGoogleMapsServiceWrapper. getDistanceAndRoute(Location start, Location destination)RouteDataGoogleMapTools. getDistanceAndRoute(Location start, Location destination)creates Distance and Route for the given start/destination locations -
Uses of Location in de.hybris.platform.storelocator.location
Classes in de.hybris.platform.storelocator.location with type parameters of type Location Modifier and Type Interface Description interfaceLocationService<T extends Location>Handles CRUD operations ofLocation.Subinterfaces of Location in de.hybris.platform.storelocator.location Modifier and Type Interface Description interfaceDistanceAwareLocationRepresents a location that keeps information to a reference GPS position. -
Uses of Location in de.hybris.platform.storelocator.location.impl
Classes in de.hybris.platform.storelocator.location.impl that implement Location Modifier and Type Class Description classDefaultLocationDistance aware implementation of theLocation.classDistanceUnawareLocationBase implementation of the 'not distance aware'LocationclassLocationDtoWrapperImplementation ofLocationapplicable forLocationDTOoriginating from external servicesMethods in de.hybris.platform.storelocator.location.impl that return Location Modifier and Type Method Description LocationDefaultLocationService. getLocation(java.lang.String streetName, java.lang.String streetNumber, java.lang.String postalCode, java.lang.String town, java.lang.String countryCode, boolean geocode)LocationDefaultLocationService. getLocationByName(java.lang.String name)Methods in de.hybris.platform.storelocator.location.impl that return types with arguments of type Location Modifier and Type Method Description java.util.List<Location>DefaultLocationService. getLocationsForPoint(GPS gps, int limitLocationsCount, BaseStoreModel baseStore)java.util.List<Location>DefaultLocationService. getLocationsForPostcode(java.lang.String postalCode, java.lang.String countryCode, int limitLocationsCount, BaseStoreModel baseStore)java.util.List<Location>DefaultLocationService. getLocationsForSearch(java.lang.String searchTerm, java.lang.String countryCode, int limitLocationsCount, BaseStoreModel baseStore)java.util.List<Location>DefaultLocationService. getLocationsForTown(java.lang.String town, int limitLocationsCount, BaseStoreModel baseStore)java.util.List<Location>DefaultLocationService. getLocationsNearby(GPS gps, double distance)java.util.List<Location>DefaultLocationService. getLocationsNearby(GPS gps, double distance, BaseStoreModel baseStore)Methods in de.hybris.platform.storelocator.location.impl with parameters of type Location Modifier and Type Method Description booleanDefaultLocationService. deleteLocation(Location location)booleanDefaultLocationService. saveOrUpdateLocation(Location location) -
Uses of Location in de.hybris.platform.storelocator.map
Methods in de.hybris.platform.storelocator.map that return types with arguments of type Location Modifier and Type Method Description java.util.List<Location>Map. getPointsOfInterest()Get the POIs marked on the map.Methods in de.hybris.platform.storelocator.map with parameters of type Location Modifier and Type Method Description MapMapService. getMap(GPS gps, double radius, java.util.List<Location> poi, java.lang.String title, Location routeTo)Method parameters in de.hybris.platform.storelocator.map with type arguments of type Location 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) -
Uses of Location in de.hybris.platform.storelocator.map.impl
Methods in de.hybris.platform.storelocator.map.impl that return types with arguments of type Location Modifier and Type Method Description java.util.List<Location>DefaultMap. getPointsOfInterest()Methods in de.hybris.platform.storelocator.map.impl with parameters of type Location Modifier and Type Method Description protected GPSDefaultMapService. determineNorthEastCorner(GPS northEast, Location location)Determine north east corner for given southWest corner and location.protected GPSDefaultMapService. determineSouthWestCorner(GPS southWest, Location location)Determine south west corner for given southWest corner and location.MapDefaultMapService. getMap(GPS center, double radius, java.util.List<Location> poi, java.lang.String title, Location routeTo)Method parameters in de.hybris.platform.storelocator.map.impl with type arguments of type Location Modifier and Type Method Description static DefaultMapDefaultMap. create(GPS center, double radius, java.lang.String title, java.util.List<Location> poi)static DefaultMapDefaultMap. create(GPS center, double radius, java.lang.String title, java.util.List<Location> poi, DistanceAndRoute route)MapDefaultMapService. getMap(GPS gps, double radius, java.util.List<Location> poi, java.lang.String title)MapDefaultMapService. getMap(GPS center, double radius, java.util.List<Location> poi, java.lang.String title, Location routeTo)Constructor parameters in de.hybris.platform.storelocator.map.impl with type arguments of type Location Constructor Description DefaultMap(GPS gps, double radius, java.util.List<Location> pois, DistanceAndRoute route, java.lang.String title, KmlDocument kml) -
Uses of Location in de.hybris.platform.storelocator.map.markers.impl
Constructor parameters in de.hybris.platform.storelocator.map.markers.impl with type arguments of type Location Constructor Description DefaultKmlDocument(GPS center, java.util.List<Location> pois)DefaultKmlDocument(GPS center, java.util.List<Location> pois, DistanceAndRoute route) -
Uses of Location in de.hybris.platform.storelocator.route
Methods in de.hybris.platform.storelocator.route that return Location Modifier and Type Method Description LocationRoute. getDestination()Get route's destinationMethods in de.hybris.platform.storelocator.route with parameters of type Location Modifier and Type Method Description DistanceAndRouteRouteService. getDistanceAndRoute(GPS start, Location dest)DistanceAndRouteRouteService. getDistanceAndRoute(Location start, Location dest)GetDistanceAndRoutethat twoLocationes create -
Uses of Location in de.hybris.platform.storelocator.route.impl
Methods in de.hybris.platform.storelocator.route.impl that return Location Modifier and Type Method Description LocationDefaultRoute. getDestination()Methods in de.hybris.platform.storelocator.route.impl with parameters of type Location Modifier and Type Method Description DistanceAndRouteDefaultRouteService. getDistanceAndRoute(GPS start, Location dest)DistanceAndRouteDefaultRouteService. getDistanceAndRoute(Location start, Location dest)Constructors in de.hybris.platform.storelocator.route.impl with parameters of type Location Constructor Description DefaultRoute(GPS start, Location destination, java.lang.String kmlElement) -
Uses of Location in de.hybris.platform.ycommercewebservicestest.storelocator.impl
Methods in de.hybris.platform.ycommercewebservicestest.storelocator.impl with parameters of type Location Modifier and Type Method Description GPSMockedGeoServiceWrapper. geocodeAddress(Location address)
-