Uses of Interface
com.broadleafcommerce.shipping.service.WeightCalculationService
-
-
Uses of WeightCalculationService in com.broadleafcommerce.shipping.service
Classes in com.broadleafcommerce.shipping.service that implement WeightCalculationService Modifier and Type Class Description class
DefaultWeightCalculationService
Utilizes the Indriya project (Github) to support weight calculations with different units of measurement. -
Uses of WeightCalculationService in com.broadleafcommerce.shipping.service.autoconfigure
Methods in com.broadleafcommerce.shipping.service.autoconfigure that return WeightCalculationService Modifier and Type Method Description WeightCalculationService
ShippingServicesAutoConfiguration. weightCalculationService(MathContext shippingWeightMathContext, com.fasterxml.jackson.databind.ObjectMapper mapper, MeasurementProperties measurementProperties)
-
Uses of WeightCalculationService in com.broadleafcommerce.shipping.service.integrations.banded
Methods in com.broadleafcommerce.shipping.service.integrations.banded that return WeightCalculationService Modifier and Type Method Description protected WeightCalculationService
BandedFulfillmentPricingProvider. getWeightCalculationService()
Constructors in com.broadleafcommerce.shipping.service.integrations.banded with parameters of type WeightCalculationService Constructor Description BandedFulfillmentPricingProvider(com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, BandedFulfillmentPricingProperties bandedProps, WeightCalculationService weightCalculationService)
-
Uses of WeightCalculationService in com.broadleafcommerce.shipping.service.integrations.shipengine.config
Methods in com.broadleafcommerce.shipping.service.integrations.shipengine.config with parameters of type WeightCalculationService Modifier and Type Method Description DefaultShipEngineService
ShipEngineAutoConfiguration. shipEngineService(org.springframework.web.reactive.function.client.WebClient shipEngineWebClient, ShipEngineProperties shipEngineProperties, WeightCalculationService weightCalculationService)
-
Uses of WeightCalculationService in com.broadleafcommerce.shipping.service.integrations.shipengine.service
Methods in com.broadleafcommerce.shipping.service.integrations.shipengine.service that return WeightCalculationService Modifier and Type Method Description protected WeightCalculationService
DefaultShipEngineService. getWeightCalculationService()
Constructors in com.broadleafcommerce.shipping.service.integrations.shipengine.service with parameters of type WeightCalculationService Constructor Description DefaultShipEngineService(org.springframework.web.reactive.function.client.WebClient webClient, ShipEngineProperties shipEngineProperties, WeightCalculationService weightCalculationService)
-