Uses of Interface
com.broadleafcommerce.fulfillment.service.FulfillmentCalculatorService
Packages that use FulfillmentCalculatorService
Package
Description
-
Uses of FulfillmentCalculatorService in com.broadleafcommerce.fulfillment.service
Classes in com.broadleafcommerce.fulfillment.service that implement FulfillmentCalculatorServiceModifier and TypeClassDescriptionclass
/** Default implementation of calculator service used to find, qualify, and process fulfillment pricing usingFulfillmentCalculator
s.Methods in com.broadleafcommerce.fulfillment.service that return FulfillmentCalculatorServiceModifier and TypeMethodDescriptionprotected FulfillmentCalculatorService
DefaultFulfillmentOptionService.getCalculatorService()
Constructors in com.broadleafcommerce.fulfillment.service with parameters of type FulfillmentCalculatorServiceModifierConstructorDescriptionDefaultFulfillmentOptionService
(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
Methods in com.broadleafcommerce.fulfillment.service.autoconfigure that return FulfillmentCalculatorServiceModifier and TypeMethodDescriptionFulfillmentServicesAutoConfiguration.fulfillmentCalculatorService
(List<FulfillmentCalculatorProvider> fulfillmentCalculatorProviders, FulfillmentCalculatorFilterService calculatorFilterService, FulfillmentCalculationService calculationService) Methods in com.broadleafcommerce.fulfillment.service.autoconfigure with parameters of type FulfillmentCalculatorServiceModifier and TypeMethodDescriptionFulfillmentServicesAutoConfiguration.fulfillmentOptionService
(FulfillmentPricingConfigAccessor<com.broadleafcommerce.fulfillment.common.domain.FulfillmentPricingConfig> fulfillmentPricingConfigService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, FulfillmentCalculatorService calculatorService)