Uses of Interface
com.broadleafcommerce.shipping.service.integrations.ShippingLabelProvider
-
-
Uses of ShippingLabelProvider in com.broadleafcommerce.shipping.service
Methods in com.broadleafcommerce.shipping.service that return types with arguments of type ShippingLabelProvider Modifier and Type Method Description Optional<ShippingLabelProvider>
DefaultShippingLabelProviderService. getShippingLabelProvider(String fulfillmentOptionName)
Optional<ShippingLabelProvider>
ShippingLabelProviderService. getShippingLabelProvider(String fulfillmentOptionName)
Get the appropriateShippingLabelProvider
from the givenFulfillmentOption
name.protected List<ShippingLabelProvider>
DefaultShippingLabelProviderService. getShippingLabelProviders()
Constructor parameters in com.broadleafcommerce.shipping.service with type arguments of type ShippingLabelProvider Constructor Description DefaultShippingLabelProviderService(List<ShippingLabelProvider> shippingLabelProviders)
-
Uses of ShippingLabelProvider in com.broadleafcommerce.shipping.service.autoconfigure
Method parameters in com.broadleafcommerce.shipping.service.autoconfigure with type arguments of type ShippingLabelProvider Modifier and Type Method Description ShippingLabelProviderService
ShippingServicesAutoConfiguration. shippingLabelProviderService(List<ShippingLabelProvider> shippingLabelProviders)
-
Uses of ShippingLabelProvider in com.broadleafcommerce.shipping.service.integrations.shipengine.service
Classes in com.broadleafcommerce.shipping.service.integrations.shipengine.service that implement ShippingLabelProvider Modifier and Type Class Description class
ShipEngineFulfillmentPricingProvider
FulfillmentPricingProvider
for the ShipEngine integration. -
Uses of ShippingLabelProvider in com.broadleafcommerce.shipping.web.endpoint
Methods in com.broadleafcommerce.shipping.web.endpoint that return ShippingLabelProvider Modifier and Type Method Description protected ShippingLabelProvider
LabelEndpoint. getLabelProvider(String fulfillmentOptionName)
-