org.broadleafcommerce.core.order.domain
Interface OrderItemContainer
- All Known Subinterfaces:
- BundleOrderItem
- All Known Implementing Classes:
- BundleOrderItemImpl
public interface OrderItemContainer
getOrderItems
List<? extends OrderItem> getOrderItems()
getAllowDiscountsOnChildItems
boolean getAllowDiscountsOnChildItems()
- Returns true if the contained items can be discounted.
- Returns:
isPricingAtContainerLevel
boolean isPricingAtContainerLevel()
- Returns true if pricing operations are at the container level (as opposed to being
the sum of the contained items)
- Returns:
Copyright © 2013. All Rights Reserved.