Uses of Class
com.broadleafcommerce.pricing.provider.external.domain.OrderItem
Packages that use OrderItem
Package
Description
-
Uses of OrderItem in com.broadleafcommerce.pricing.provider.external.domain
Methods in com.broadleafcommerce.pricing.provider.external.domain that return types with arguments of type OrderItemModifier and TypeMethodDescriptionOrder.getOrderItems()The list ofOrderItemsassociated with this order.Method parameters in com.broadleafcommerce.pricing.provider.external.domain with type arguments of type OrderItemModifier and TypeMethodDescriptionvoidOrder.setOrderItems(List<OrderItem> orderItems) The list ofOrderItemsassociated with this order.Constructor parameters in com.broadleafcommerce.pricing.provider.external.domain with type arguments of type OrderItem -
Uses of OrderItem in com.broadleafcommerce.pricing.service.messaging.rollback
Methods in com.broadleafcommerce.pricing.service.messaging.rollback with parameters of type OrderItemModifier and TypeMethodDescriptionprotected Optional<com.broadleafcommerce.pricing.client.domain.PriceInfo>PricingOrderFulfillmentCancelledEventListener.getPriceInfoFromItem(@NonNull OrderItem orderItem) protected booleanPricingOrderFulfillmentCancelledEventListener.isItemPriceLimitedByQuantity(@NonNull OrderItem orderItem)