Uses of Interface
com.broadleafcommerce.fulfillment.provider.FulfillmentCalculatorProvider
Package
Description
-
Uses of FulfillmentCalculatorProvider in com.broadleafcommerce.fulfillment.provider
Modifier and TypeClassDescriptionclass
Provider forDBFulfillmentCalculator
.class
Interface to define a provider capable of returningFulfillmentCalculator
instances. -
Uses of FulfillmentCalculatorProvider in com.broadleafcommerce.fulfillment.service
Modifier and TypeMethodDescriptionprotected List<FulfillmentCalculatorProvider>
DefaultFulfillmentCalculatorService.getFulfillmentCalculatorProviders()
ModifierConstructorDescriptionDefaultFulfillmentCalculatorService
(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 FulfillmentCalculatorProvider in com.broadleafcommerce.fulfillment.service.autoconfigure
Modifier and TypeMethodDescriptionFulfillmentServicesAutoConfiguration.itemAttributeFlatRateProvider()
Modifier and TypeMethodDescriptionFulfillmentServicesAutoConfiguration.fulfillmentCalculatorService
(List<FulfillmentCalculatorProvider> fulfillmentCalculatorProviders, FulfillmentCalculatorFilterService calculatorFilterService, FulfillmentCalculationService calculationService)