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 usingFulfillmentCalculators.Methods in com.broadleafcommerce.fulfillment.service that return FulfillmentCalculatorServiceModifier and TypeMethodDescriptionprotected FulfillmentCalculatorServiceDefaultFulfillmentOptionService.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(FulfillmentCalculatorConfigService<FulfillmentCalculatorConfig> calcCfgService, 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)