Uses of Class
com.broadleafcommerce.shipping.service.exception.LabelException
-
-
Uses of LabelException in com.broadleafcommerce.shipping.service.integrations
Methods in com.broadleafcommerce.shipping.service.integrations that throw LabelException Modifier and Type Method Description ShippingLabelDownload
ShippingLabelProvider. provideShippingLabel(com.broadleafcommerce.order.client.domain.OrderFulfillment orderFulfillment, boolean purchase, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
Get the shipping label associated with this fulfillment. -
Uses of LabelException in com.broadleafcommerce.shipping.service.integrations.shipengine.service
Methods in com.broadleafcommerce.shipping.service.integrations.shipengine.service that throw LabelException Modifier and Type Method Description ShippingLabelDownload
ShipEngineFulfillmentPricingProvider. provideShippingLabel(@NonNull com.broadleafcommerce.order.client.domain.OrderFulfillment orderFulfillment, boolean purchase, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
-
Uses of LabelException in com.broadleafcommerce.shipping.web.endpoint
Methods in com.broadleafcommerce.shipping.web.endpoint that throw LabelException Modifier and Type Method Description protected ShippingLabelProvider
LabelEndpoint. getLabelProvider(String fulfillmentOptionName)
ShippingLabelDownload
LabelEndpoint. purchaseLabel(com.broadleafcommerce.data.tracking.core.context.ContextInfo context, com.broadleafcommerce.order.client.domain.OrderFulfillment orderFulfillment)
ShippingLabelDownload
LabelEndpoint. reprintLabel(com.broadleafcommerce.data.tracking.core.context.ContextInfo context, com.broadleafcommerce.order.client.domain.OrderFulfillment orderFulfillment)
-