Uses of Interface
com.broadleafcommerce.fulfillment.service.FulfillmentCalculationService
Packages that use FulfillmentCalculationService
Package
Description
-
Uses of FulfillmentCalculationService in com.broadleafcommerce.fulfillment.service
Classes in com.broadleafcommerce.fulfillment.service that implement FulfillmentCalculationServiceModifier and TypeClassDescriptionclass
Utility service to perform calculation operations.Methods in com.broadleafcommerce.fulfillment.service that return FulfillmentCalculationServiceModifier and TypeMethodDescriptionprotected FulfillmentCalculationService
DefaultFulfillmentCalculatorService.getCalculationService()
Constructors in com.broadleafcommerce.fulfillment.service with parameters of type FulfillmentCalculationServiceModifierConstructorDescriptionDefaultFulfillmentCalculatorService
(FulfillmentCalculatorConfigService calcCfgService, List<FulfillmentCalculatorProvider> fulfillmentCalculatorProviders, FulfillmentCalculatorFilterService calculatorFilterService, FulfillmentCalculationService calculationService) Deprecated, for removal: This API element is subject to removal in a future version.DefaultFulfillmentCalculatorService
(List<FulfillmentCalculatorProvider> fulfillmentCalculatorProviders, FulfillmentCalculatorFilterService calculatorFilterService, FulfillmentCalculationService calculationService) -
Uses of FulfillmentCalculationService in com.broadleafcommerce.fulfillment.service.autoconfigure
Methods in com.broadleafcommerce.fulfillment.service.autoconfigure that return FulfillmentCalculationServiceModifier and TypeMethodDescriptionFulfillmentServicesAutoConfiguration.fulfillmentCalculationService
(WeightCalculationHelper weightCalculationHelper) Methods in com.broadleafcommerce.fulfillment.service.autoconfigure with parameters of type FulfillmentCalculationServiceModifier and TypeMethodDescriptionFulfillmentServicesAutoConfiguration.fulfillmentCalculatorService
(List<FulfillmentCalculatorProvider> fulfillmentCalculatorProviders, FulfillmentCalculatorFilterService calculatorFilterService, FulfillmentCalculationService calculationService)