Uses of Interface
com.broadleafcommerce.fulfillment.provider.FulfillmentCalculatorProvider
Packages that use FulfillmentCalculatorProvider
Package
Description
- 
Uses of FulfillmentCalculatorProvider in com.broadleafcommerce.fulfillment.provider
Classes in com.broadleafcommerce.fulfillment.provider that implement FulfillmentCalculatorProviderModifier and TypeClassDescriptionclassProvider forDBFulfillmentCalculator.classInterface to define a provider capable of returningFulfillmentCalculatorinstances. - 
Uses of FulfillmentCalculatorProvider in com.broadleafcommerce.fulfillment.service
Methods in com.broadleafcommerce.fulfillment.service that return types with arguments of type FulfillmentCalculatorProviderModifier and TypeMethodDescriptionprotected List<FulfillmentCalculatorProvider>DefaultFulfillmentCalculatorService.getFulfillmentCalculatorProviders()Constructor parameters in com.broadleafcommerce.fulfillment.service with type arguments of type FulfillmentCalculatorProviderModifierConstructorDescriptionDefaultFulfillmentCalculatorService(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
Methods in com.broadleafcommerce.fulfillment.service.autoconfigure that return FulfillmentCalculatorProviderModifier and TypeMethodDescriptionFulfillmentServicesAutoConfiguration.itemAttributeFlatRateProvider()Method parameters in com.broadleafcommerce.fulfillment.service.autoconfigure with type arguments of type FulfillmentCalculatorProviderModifier and TypeMethodDescriptionFulfillmentServicesAutoConfiguration.fulfillmentCalculatorService(List<FulfillmentCalculatorProvider> fulfillmentCalculatorProviders, FulfillmentCalculatorFilterService calculatorFilterService, FulfillmentCalculationService calculationService)