Uses of Interface
com.broadleafcommerce.fulfillment.service.FulfillmentOptionService
Packages that use FulfillmentOptionService
Package
Description
-
Uses of FulfillmentOptionService in com.broadleafcommerce.fulfillment.service
Classes in com.broadleafcommerce.fulfillment.service that implement FulfillmentOptionServiceModifier and TypeClassDescriptionclass
Component to call eachFulfillmentCalculator
and aggregate and de-duplicate results. -
Uses of FulfillmentOptionService in com.broadleafcommerce.fulfillment.service.autoconfigure
Methods in com.broadleafcommerce.fulfillment.service.autoconfigure that return FulfillmentOptionServiceModifier and TypeMethodDescriptionFulfillmentServicesAutoConfiguration.fulfillmentOptionService
(FulfillmentPricingConfigAccessor<com.broadleafcommerce.fulfillment.common.domain.FulfillmentPricingConfig> fulfillmentPricingConfigService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, FulfillmentCalculatorService calculatorService) -
Uses of FulfillmentOptionService in com.broadleafcommerce.fulfillment.web.endpoint
Methods in com.broadleafcommerce.fulfillment.web.endpoint that return FulfillmentOptionServiceModifier and TypeMethodDescriptionprotected FulfillmentOptionService
FulfillmentOptionServiceEndpoint.getFulfillmentOptionService()
Constructors in com.broadleafcommerce.fulfillment.web.endpoint with parameters of type FulfillmentOptionServiceModifierConstructorDescriptionFulfillmentOptionServiceEndpoint
(FulfillmentOptionService fulfillmentOptionService)