Uses of Class
com.broadleafcommerce.pricing.provider.external.domain.OrderFulfillmentItem
Packages that use OrderFulfillmentItem
-
Uses of OrderFulfillmentItem in com.broadleafcommerce.pricing.provider.external.domain
Methods in com.broadleafcommerce.pricing.provider.external.domain that return types with arguments of type OrderFulfillmentItemModifier and TypeMethodDescriptionOrderFulfillment.getFulfillmentItems()The list ofOrderItemsassociated with this order.Method parameters in com.broadleafcommerce.pricing.provider.external.domain with type arguments of type OrderFulfillmentItemModifier and TypeMethodDescriptionvoidOrderFulfillment.setFulfillmentItems(List<OrderFulfillmentItem> fulfillmentItems) The list ofOrderItemsassociated with this order.Constructor parameters in com.broadleafcommerce.pricing.provider.external.domain with type arguments of type OrderFulfillmentItemModifierConstructorDescriptionOrderFulfillment(String id, List<OrderFulfillmentItem> fulfillmentItems)