Uses of Class
com.broadleafcommerce.tabby.provider.domain.OrderFulfillment
Packages that use OrderFulfillment
-
Uses of OrderFulfillment in com.broadleafcommerce.tabby.provider.domain
Methods in com.broadleafcommerce.tabby.provider.domain that return types with arguments of type OrderFulfillmentModifier and TypeMethodDescriptionCustomerOrderInfo.getFulfillments()
The fulfillments for the order.Method parameters in com.broadleafcommerce.tabby.provider.domain with type arguments of type OrderFulfillmentModifier and TypeMethodDescriptionvoid
CustomerOrderInfo.setFulfillments
(List<OrderFulfillment> fulfillments) The fulfillments for the order.