Uses of Interface
com.broadleafcommerce.fulfillment.service.geo.GeoCoordinateService
Packages that use GeoCoordinateService
Package
Description
-
Uses of GeoCoordinateService in com.broadleafcommerce.fulfillment.provider
Methods in com.broadleafcommerce.fulfillment.provider that return GeoCoordinateServiceModifier and TypeMethodDescriptionprotected GeoCoordinateService
DBFulfillmentCalculatorProvider.getGeoCoordinateService()
Methods in com.broadleafcommerce.fulfillment.provider with parameters of type GeoCoordinateServiceModifier and TypeMethodDescriptionvoid
DBFulfillmentCalculatorProvider.setGeoCoordinateService
(GeoCoordinateService geoCoordinateService) -
Uses of GeoCoordinateService in com.broadleafcommerce.fulfillment.service.autoconfigure
Methods in com.broadleafcommerce.fulfillment.service.autoconfigure that return GeoCoordinateService -
Uses of GeoCoordinateService in com.broadleafcommerce.fulfillment.service.dto.calculator
Methods in com.broadleafcommerce.fulfillment.service.dto.calculator that return GeoCoordinateServiceModifier and TypeMethodDescriptionprotected GeoCoordinateService
DBFulfillmentCalculator.getGeoCoordinateService()
Methods in com.broadleafcommerce.fulfillment.service.dto.calculator with parameters of type GeoCoordinateServiceModifier and TypeMethodDescriptionvoid
DBFulfillmentCalculator.setGeoCoordinateService
(GeoCoordinateService geoCoordinateService) Constructors in com.broadleafcommerce.fulfillment.service.dto.calculator with parameters of type GeoCoordinateServiceModifierConstructorDescriptionDBFulfillmentCalculator
(FulfillmentCalculatorConfig fulfillmentCalculatorConfig, GeoCoordinateService geoCoordinateService, WeightCalculationHelper weightCalculationHelper, DistanceCalculationHelper distanceCalculationHelper) -
Uses of GeoCoordinateService in com.broadleafcommerce.fulfillment.service.geo
Classes in com.broadleafcommerce.fulfillment.service.geo that implement GeoCoordinateServiceModifier and TypeClassDescriptionclass
This default implementation is capable of calculating the distance between Addresses that have their latitude and longitude set.