Uses of Class
com.broadleafcommerce.order.client.domain.OrderItem
Packages that use OrderItem
-
Uses of OrderItem in com.broadleafcommerce.order.client.domain
Methods in com.broadleafcommerce.order.client.domain that return types with arguments of type OrderItemModifier and TypeMethodDescriptionOrderItem.getDependentOrderItems()
OrderItems
that depend on thisOrderItem
.Order.getOrderItems()
Items that are contained within this order.Order.getOrderItemsWithDependentItems()
Method parameters in com.broadleafcommerce.order.client.domain with type arguments of type OrderItemModifier and TypeMethodDescriptionvoid
OrderItem.setDependentOrderItems
(List<OrderItem> dependentOrderItems) OrderItems
that depend on thisOrderItem
.void
Order.setOrderItems
(List<OrderItem> orderItems) Items that are contained within this order.