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()OrderItemsthat 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 TypeMethodDescriptionvoidOrderItem.setDependentOrderItems(List<OrderItem> dependentOrderItems) OrderItemsthat depend on thisOrderItem.voidOrder.setOrderItems(List<OrderItem> orderItems) Items that are contained within this order.