Uses of Interface
com.broadleafcommerce.fulfillment.service.FulfillmentCalculatorService
Package
Description
-
Uses of FulfillmentCalculatorService in com.broadleafcommerce.fulfillment.service
Modifier and TypeClassDescriptionclass
/** Default implementation of calculator service used to find, qualify, and process fulfillment pricing usingFulfillmentCalculator
s.Modifier and TypeMethodDescriptionprotected FulfillmentCalculatorService
DefaultFulfillmentOptionService.getCalculatorService()
ModifierConstructorDescriptionDefaultFulfillmentOptionService
(FulfillmentPricingConfigAccessor<? extends com.broadleafcommerce.fulfillment.common.domain.FulfillmentPricingConfig> fulfillmentPricingConfigService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, FulfillmentCalculatorService calculatorService) -
Uses of FulfillmentCalculatorService in com.broadleafcommerce.fulfillment.service.autoconfigure
Modifier and TypeMethodDescriptionFulfillmentServicesAutoConfiguration.fulfillmentCalculatorService
(List<FulfillmentCalculatorProvider> fulfillmentCalculatorProviders, FulfillmentCalculatorFilterService calculatorFilterService, FulfillmentCalculationService calculationService) Modifier and TypeMethodDescriptionFulfillmentServicesAutoConfiguration.fulfillmentOptionService
(FulfillmentPricingConfigAccessor<com.broadleafcommerce.fulfillment.common.domain.FulfillmentPricingConfig> fulfillmentPricingConfigService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, FulfillmentCalculatorService calculatorService)