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 classDefaultFulfillmentPricingService -
Uses of FulfillmentPricingService in com.broadleafcommerce.shipping.service.autoconfigure
Methods in com.broadleafcommerce.shipping.service.autoconfigure that return FulfillmentPricingService Modifier and Type Method Description FulfillmentPricingServiceShippingServicesAutoConfiguration. 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 FulfillmentPricingServiceFulfillmentPricingEndpoint. getFulfillmentPricingService()Constructors in com.broadleafcommerce.shipping.web.endpoint with parameters of type FulfillmentPricingService Constructor Description FulfillmentPricingEndpoint(FulfillmentPricingService fulfillmentPricingService)
-