Uses of Class
com.broadleafcommerce.fulfillment.common.domain.FulfillmentOriginInfo
Packages that use FulfillmentOriginInfo
-
Uses of FulfillmentOriginInfo in com.broadleafcommerce.fulfillment.common.domain
Methods in com.broadleafcommerce.fulfillment.common.domain that return types with arguments of type FulfillmentOriginInfoModifier and TypeMethodDescriptionFulfillmentPricingItem.getFulfillmentOriginInfos()
Used to allow targeting of fulfillment pricing based on a location where the application expects the item to be shipped from.Method parameters in com.broadleafcommerce.fulfillment.common.domain with type arguments of type FulfillmentOriginInfoModifier and TypeMethodDescriptionvoid
FulfillmentPricingItem.setFulfillmentOriginInfos
(List<FulfillmentOriginInfo> fulfillmentOriginInfos) Used to allow targeting of fulfillment pricing based on a location where the application expects the item to be shipped from.