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 ShippingLabelDownloadShippingLabelProvider. 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 ShippingLabelDownloadShipEngineFulfillmentPricingProvider. 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 ShippingLabelProviderLabelEndpoint. getLabelProvider(String fulfillmentOptionName)ShippingLabelDownloadLabelEndpoint. purchaseLabel(com.broadleafcommerce.data.tracking.core.context.ContextInfo context, com.broadleafcommerce.order.client.domain.OrderFulfillment orderFulfillment)ShippingLabelDownloadLabelEndpoint. reprintLabel(com.broadleafcommerce.data.tracking.core.context.ContextInfo context, com.broadleafcommerce.order.client.domain.OrderFulfillment orderFulfillment)
-