Uses of Interface
com.broadleafcommerce.shipping.service.WeightCalculationService
Packages that use WeightCalculationService
Package
Description
-
Uses of WeightCalculationService in com.broadleafcommerce.shipping.service
Classes in com.broadleafcommerce.shipping.service that implement WeightCalculationServiceModifier and TypeClassDescriptionclass
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 WeightCalculationServiceModifier and TypeMethodDescriptionShippingServicesAutoConfiguration.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 WeightCalculationServiceModifier and TypeMethodDescriptionprotected WeightCalculationService
BandedFulfillmentPricingProvider.getWeightCalculationService()
Constructors in com.broadleafcommerce.shipping.service.integrations.banded with parameters of type WeightCalculationServiceModifierConstructorDescriptionBandedFulfillmentPricingProvider
(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 WeightCalculationServiceModifier and TypeMethodDescriptionShipEngineAutoConfiguration.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 WeightCalculationServiceModifier and TypeMethodDescriptionprotected WeightCalculationService
DefaultShipEngineService.getWeightCalculationService()
Constructors in com.broadleafcommerce.shipping.service.integrations.shipengine.service with parameters of type WeightCalculationServiceModifierConstructorDescriptionDefaultShipEngineService
(org.springframework.web.reactive.function.client.WebClient webClient, ShipEngineProperties shipEngineProperties, WeightCalculationService weightCalculationService)