Uses of Class
de.hybris.platform.commerceservices.store.data.GeoPoint
Packages that use GeoPoint
Package
Description
-
Uses of GeoPoint in de.hybris.platform.acceleratorservices.customer
Methods in de.hybris.platform.acceleratorservices.customer with parameters of type GeoPointModifier and TypeMethodDescriptiondoubleCustomerLocationService.calculateDistance(GeoPoint origin, PointOfServiceModel pointOfServiceModel) Calculates distance between given origin point and given point of service data object -
Uses of GeoPoint in de.hybris.platform.acceleratorservices.customer.impl
Methods in de.hybris.platform.acceleratorservices.customer.impl that return GeoPointModifier and TypeMethodDescriptionprotected GeoPointDefaultCustomerLocationService.getCachedGPS(String locationName) protected GeoPointDefaultCustomerLocationService.getLocationForSearchTerm(String searchTerm) Methods in de.hybris.platform.acceleratorservices.customer.impl with parameters of type GeoPointModifier and TypeMethodDescriptiondoubleDefaultCustomerLocationService.calculateDistance(GeoPoint origin, PointOfServiceModel pointOfServiceModel) protected voidDefaultCustomerLocationService.saveGPSToCache(GeoPoint gps, String locationName) -
Uses of GeoPoint in de.hybris.platform.acceleratorservices.store.data
Methods in de.hybris.platform.acceleratorservices.store.data that return GeoPointMethods in de.hybris.platform.acceleratorservices.store.data with parameters of type GeoPoint -
Uses of GeoPoint in de.hybris.platform.commercefacades.storefinder
Methods in de.hybris.platform.commercefacades.storefinder with parameters of type GeoPointModifier and TypeMethodDescriptionStoreFinderFacade.getPointOfServiceForNameAndPosition(String name, GeoPoint geoPoint) Gets thePointOfServiceDatafor the given name that should be unique.StoreFinderFacade.positionSearch(GeoPoint geoPoint, PageableData pageableData) Gets the search page data object parametrized withPointOfServiceDataand contains location search results for the given coordinatesStoreFinderFacade.positionSearch(GeoPoint geoPoint, PageableData pageableData, double maxRadius) Gets the search page data object parametrized withPointOfServiceDataand contains location search results for the given coordinatesStoreFinderStockFacade.productSearch(GeoPoint geoPoint, ProductData productData, PageableData pageableData) Returns result set with point of services with stock levels for the given GPS coordinates -
Uses of GeoPoint in de.hybris.platform.commercefacades.storefinder.impl
Methods in de.hybris.platform.commercefacades.storefinder.impl with parameters of type GeoPointModifier and TypeMethodDescriptionDefaultStoreFinderFacade.getPointOfServiceForNameAndPosition(String name, GeoPoint geoPoint) DefaultStoreFinderFacade.positionSearch(GeoPoint geoPoint, PageableData pageableData) DefaultStoreFinderFacade.positionSearch(GeoPoint geoPoint, PageableData pageableData, double maxRadius) DefaultStoreFinderStockFacade.productSearch(GeoPoint geoPoint, ProductData productData, PageableData pageableData) -
Uses of GeoPoint in de.hybris.platform.commercefacades.storelocator.data
Methods in de.hybris.platform.commercefacades.storelocator.data that return GeoPointMethods in de.hybris.platform.commercefacades.storelocator.data with parameters of type GeoPoint -
Uses of GeoPoint in de.hybris.platform.commerceservices.storefinder
Methods in de.hybris.platform.commerceservices.storefinder with parameters of type GeoPointModifier and TypeMethodDescriptionStoreFinderService.getPointOfServiceDistanceForName(BaseStoreModel baseStore, String name, GeoPoint geoPoint) Gets the location for the given name that should be unique.StoreFinderService.positionSearch(BaseStoreModel baseStore, GeoPoint geoPoint, PageableData pageableData) Gets the locations retrieved basing on the given arguments.StoreFinderService.positionSearch(BaseStoreModel baseStore, GeoPoint geoPoint, PageableData pageableData, double maxRadius) Gets the locations retrieved basing on the given arguments. -
Uses of GeoPoint in de.hybris.platform.commerceservices.storefinder.impl
Methods in de.hybris.platform.commerceservices.storefinder.impl that return types with arguments of type GeoPointModifier and TypeMethodDescriptionprotected DefaultStoreFinderService.Boundary<GeoPoint>DefaultStoreFinderService.calculateBounds(List<ITEM> results, GeoPoint centerPoint) Methods in de.hybris.platform.commerceservices.storefinder.impl with parameters of type GeoPointModifier and TypeMethodDescriptionprotected DefaultStoreFinderService.Boundary<GeoPoint>DefaultStoreFinderService.calculateBounds(List<ITEM> results, GeoPoint centerPoint) protected doubleDefaultStoreFinderService.calculateDistance(GeoPoint centerPoint, PointOfServiceModel posModel) DefaultStoreFinderService.calculateDistances(GeoPoint centerPoint, Collection<PointOfServiceModel> pointsOfService) protected StoreFinderSearchPageData<ITEM>DefaultStoreFinderService.createSearchResult(String locationText, GeoPoint centerPoint, List<ITEM> results, PaginationData paginationData) protected StoreFinderSearchPageData<ITEM>DefaultStoreFinderService.doSearch(BaseStoreModel baseStore, String locationText, GeoPoint centerPoint, PageableData pageableData, Double maxRadiusKm) DefaultStoreFinderService.getPointOfServiceDistanceForName(BaseStoreModel baseStore, String name, GeoPoint geoPoint) protected Collection<PointOfServiceModel>DefaultStoreFinderService.getPointsOfServiceNear(GeoPoint centerPoint, double radiusKm, BaseStoreModel baseStore) DefaultStoreFinderService.positionSearch(BaseStoreModel baseStore, GeoPoint geoPoint, PageableData pageableData) DefaultStoreFinderService.positionSearch(BaseStoreModel baseStore, GeoPoint geoPoint, PageableData pageableData, double maxRadius) -
Uses of GeoPoint in de.hybris.platform.commercewebservices.core.v2.controller
Methods in de.hybris.platform.commercewebservices.core.v2.controller that return GeoPointModifier and TypeMethodDescriptionprotected GeoPointProductsController.createGeoPoint(Double latitude, Double longitude) -
Uses of GeoPoint in de.hybris.platform.yacceleratorstorefront.controllers.pages
Methods in de.hybris.platform.yacceleratorstorefront.controllers.pages with parameters of type GeoPointModifier and TypeMethodDescriptionprotected StringPickupInStoreController.getPointOfServiceForStorePickup(String productCode, String locationQuery, GeoPoint geoPoint, int page, AbstractSearchPageController.ShowMode showMode, String sortCode, Boolean cartPage, Long entryNumber, org.springframework.ui.Model model, org.springframework.web.bind.annotation.RequestMethod requestMethod, javax.servlet.http.HttpServletResponse response) protected voidStoreLocatorPageController.setUpPosition(org.springframework.ui.Model model, GeoPoint geoPoint) protected voidStoreLocatorPageController.setUpSearchResultsForPosition(GeoPoint geoPoint, PageableData pageableData, org.springframework.ui.Model model) protected voidStoreLocatorPageController.updateLocalUserPreferences(GeoPoint geoPoint, String location) -
Uses of GeoPoint in de.hybris.platform.ycommercewebservices.v1.controller
Methods in de.hybris.platform.ycommercewebservices.v1.controller that return GeoPointModifier and TypeMethodDescriptionprotected GeoPointProductsController.createGeoPoint(Double latitude, Double longitude) -
Uses of GeoPoint in de.hybris.platform.ycommercewebservices.v2.controller
Methods in de.hybris.platform.ycommercewebservices.v2.controller that return GeoPointModifier and TypeMethodDescriptionprotected GeoPointProductsController.createGeoPoint(Double latitude, Double longitude)