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 TypeClassDescriptionclassUtility service to perform calculation operations.Methods in com.broadleafcommerce.fulfillment.service that return FulfillmentCalculationServiceModifier and TypeMethodDescriptionprotected FulfillmentCalculationServiceDefaultFulfillmentCalculatorService.getCalculationService()Constructors in com.broadleafcommerce.fulfillment.service with parameters of type FulfillmentCalculationServiceModifierConstructorDescriptionDefaultFulfillmentCalculatorService(FulfillmentCalculatorConfigService calcCfgService, 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(FulfillmentCalculatorConfigService<FulfillmentCalculatorConfig> calcCfgService, List<FulfillmentCalculatorProvider> fulfillmentCalculatorProviders, FulfillmentCalculatorFilterService calculatorFilterService, FulfillmentCalculationService calculationService)