Uses of Interface
com.broadleafcommerce.shipping.service.FulfillmentPricingService
-
Packages that use FulfillmentPricingService Package Description com.broadleafcommerce.shipping.service com.broadleafcommerce.shipping.service.autoconfigure com.broadleafcommerce.shipping.web.endpoint -
-
Uses of FulfillmentPricingService in com.broadleafcommerce.shipping.service
Classes in com.broadleafcommerce.shipping.service that implement FulfillmentPricingService Modifier and Type Class Description class
DefaultFulfillmentPricingService
-
Uses of FulfillmentPricingService in com.broadleafcommerce.shipping.service.autoconfigure
Methods in com.broadleafcommerce.shipping.service.autoconfigure that return FulfillmentPricingService Modifier and Type Method Description FulfillmentPricingService
ShippingServicesAutoConfiguration. fulfillmentProviderService(List<FulfillmentPricingProvider> fulfillmentPricingProviders)
-
Uses of FulfillmentPricingService in com.broadleafcommerce.shipping.web.endpoint
Methods in com.broadleafcommerce.shipping.web.endpoint that return FulfillmentPricingService Modifier and Type Method Description protected FulfillmentPricingService
FulfillmentPricingEndpoint. getFulfillmentPricingService()
Constructors in com.broadleafcommerce.shipping.web.endpoint with parameters of type FulfillmentPricingService Constructor Description FulfillmentPricingEndpoint(FulfillmentPricingService fulfillmentPricingService)
-