Uses of Interface
de.hybris.platform.storelocator.location.Location
Packages that use Location
Package
Description
-
Uses of Location in de.hybris.platform.chinesestoreservices.map.impl
Methods in de.hybris.platform.chinesestoreservices.map.impl with parameters of type LocationModifier and TypeMethodDescriptionBaiduMapsServiceWrapper.formatAddress(Location address) BaiduMapsServiceWrapper.geocodeAddress(Location location) BaiduMapTools.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 LocationModifier and TypeMethodDescriptionStoreLocatorFacade.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 LocationModifier and TypeMethodDescriptionprotected LocationService<Location>DefaultStoreLocatorFacade.getLocationService()DefaultStoreLocatorFacade.sortMapLocations(int limit, List<Map> locations) Methods in de.hybris.platform.commercefacades.storelocator.impl with parameters of type LocationMethod parameters in de.hybris.platform.commercefacades.storelocator.impl with type arguments of type LocationModifier and TypeMethodDescriptionvoidDefaultStoreLocatorFacade.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 -
Uses of Location in de.hybris.platform.storelocator
Methods in de.hybris.platform.storelocator that return LocationModifier and TypeMethodDescriptionprotected LocationAbstractGeocodingTest.createAndStoreTestLocation(String name, String street, String buildingNo, String postalCode, String city, String countryIsoCode) protected LocationAbstractGeocodingTest.createTestLocation(String name, String street, String buildingNo, String postalCode, String city, String countryIsoCode) Methods in de.hybris.platform.storelocator with parameters of type LocationModifier and TypeMethodDescriptionGeoWebServiceWrapper.formatAddress(Location address) Formats the address textual information depending on the implementationGeoWebServiceWrapper.geocodeAddress(Location address) Translate IAddress to IGPS using 3rd party serviceGeoWebServiceWrapper.getDistanceAndRoute(GPS start, Location dest) Get distance and route that is between start GPS location and destination addressGeoWebServiceWrapper.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 LocationModifier and TypeMethodDescriptionCommerceMockGeoWebServiceWrapper.formatAddress(Location address) GoogleMapsServiceWrapper.formatAddress(Location address) CommerceMockGeoWebServiceWrapper.geocodeAddress(Location address) GoogleMapsServiceWrapper.geocodeAddress(Location address) GoogleMapTools.geocodeAddress(Location address) geo-codes the given location.CommerceMockGeoWebServiceWrapper.getDistanceAndRoute(GPS start, Location destination) CommerceMockGeoWebServiceWrapper.getDistanceAndRoute(Location start, Location destination) GoogleMapsServiceWrapper.getDistanceAndRoute(GPS start, Location destination) GoogleMapsServiceWrapper.getDistanceAndRoute(Location start, Location destination) GoogleMapTools.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 LocationModifier and TypeInterfaceDescriptioninterfaceLocationService<T extends Location>Handles CRUD operations ofLocation.Subinterfaces of Location in de.hybris.platform.storelocator.locationModifier and TypeInterfaceDescriptioninterfaceRepresents 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 LocationModifier and TypeClassDescriptionclassDistance aware implementation of theLocation.classBase implementation of the 'not distance aware'LocationclassImplementation ofLocationapplicable forLocationDTOoriginating from external servicesMethods in de.hybris.platform.storelocator.location.impl that return LocationModifier and TypeMethodDescriptionDefaultLocationService.getLocation(String streetName, String streetNumber, String postalCode, String town, String countryCode, boolean geocode) DefaultLocationService.getLocationByName(String name) Methods in de.hybris.platform.storelocator.location.impl that return types with arguments of type LocationModifier and TypeMethodDescriptionDefaultLocationService.getLocationsForPoint(GPS gps, int limitLocationsCount, BaseStoreModel baseStore) DefaultLocationService.getLocationsForPostcode(String postalCode, String countryCode, int limitLocationsCount, BaseStoreModel baseStore) DefaultLocationService.getLocationsForSearch(String searchTerm, String countryCode, int limitLocationsCount, BaseStoreModel baseStore) DefaultLocationService.getLocationsForTown(String town, int limitLocationsCount, BaseStoreModel baseStore) DefaultLocationService.getLocationsNearby(GPS gps, double distance) DefaultLocationService.getLocationsNearby(GPS gps, double distance, BaseStoreModel baseStore) Methods in de.hybris.platform.storelocator.location.impl with parameters of type LocationModifier and TypeMethodDescriptionbooleanDefaultLocationService.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 LocationMethods in de.hybris.platform.storelocator.map with parameters of type LocationModifier and TypeMethodDescriptionMethod parameters in de.hybris.platform.storelocator.map with type arguments of type LocationModifier and TypeMethodDescriptionget titledMapwith all the points of interest and the given radius -
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 LocationMethods in de.hybris.platform.storelocator.map.impl with parameters of type LocationModifier and TypeMethodDescriptionprotected 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.DefaultMapService.getMap(GPS center, double radius, List<Location> poi, String title, Location routeTo) Method parameters in de.hybris.platform.storelocator.map.impl with type arguments of type LocationModifier and TypeMethodDescriptionstatic DefaultMapstatic DefaultMapDefaultMap.create(GPS center, double radius, String title, List<Location> poi, DistanceAndRoute route) DefaultMapService.getMap(GPS center, double radius, List<Location> poi, String title, Location routeTo) Constructor parameters in de.hybris.platform.storelocator.map.impl with type arguments of type LocationModifierConstructorDescriptionDefaultMap(GPS gps, double radius, List<Location> pois, DistanceAndRoute route, 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 LocationModifierConstructorDescriptionDefaultKmlDocument(GPS center, List<Location> pois) DefaultKmlDocument(GPS center, List<Location> pois, DistanceAndRoute route) -
Uses of Location in de.hybris.platform.storelocator.route
Methods in de.hybris.platform.storelocator.route that return LocationMethods in de.hybris.platform.storelocator.route with parameters of type LocationModifier and TypeMethodDescriptionRouteService.getDistanceAndRoute(GPS start, Location dest) RouteService.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 LocationMethods in de.hybris.platform.storelocator.route.impl with parameters of type LocationModifier and TypeMethodDescriptionDefaultRouteService.getDistanceAndRoute(GPS start, Location dest) DefaultRouteService.getDistanceAndRoute(Location start, Location dest) Constructors in de.hybris.platform.storelocator.route.impl with parameters of type Location -
Uses of Location in de.hybris.platform.ycommercewebservicestest.storelocator.impl
Methods in de.hybris.platform.ycommercewebservicestest.storelocator.impl with parameters of type Location