Uses of Class
com.broadleafcommerce.promotion.offer.web.context.EnhancedOrderLineItem
-
Packages that use EnhancedOrderLineItem Package Description com.broadleafcommerce.promotion.offer.web.context -
-
Uses of EnhancedOrderLineItem in com.broadleafcommerce.promotion.offer.web.context
Methods in com.broadleafcommerce.promotion.offer.web.context that return EnhancedOrderLineItem Modifier and Type Method Description EnhancedOrderLineItemEnhancedFulfillmentLineItem. getOrderLineItem()The correspondingEnhancedOrderLineItemfor thisEnhancedFulfillmentLineItem.EnhancedOrderLineItemEnhancedOrderLineItem. getParent()Not part of the incoming or outgoing payloads but populated at the start of the offer engine in order to provide faster lookup during processing.Methods in com.broadleafcommerce.promotion.offer.web.context that return types with arguments of type EnhancedOrderLineItem Modifier and Type Method Description Set<EnhancedOrderLineItem>EnhancedOrderLineItem. getChildren()Not part of the incoming or outgoing payloads but populated at the start of the offer engine in order to provide faster lookup during processing.List<EnhancedOrderLineItem>EnhancedOrder. getOrderLineItems()Methods in com.broadleafcommerce.promotion.offer.web.context with parameters of type EnhancedOrderLineItem Modifier and Type Method Description protected voidEnhancedOrder. addChildrenForItem(EnhancedOrderLineItem parent, Collection<EnhancedOrderLineItem> allPotentialChildren)booleanEnhancedOrderLineItem. isAParentOf(EnhancedOrderLineItem potentialChild)Determines whether this item is a direct parent or general ancestor of the given item.voidEnhancedFulfillmentLineItem. setOrderLineItem(EnhancedOrderLineItem orderLineItem)The correspondingEnhancedOrderLineItemfor thisEnhancedFulfillmentLineItem.voidEnhancedOrderLineItem. setParent(EnhancedOrderLineItem parent)Not part of the incoming or outgoing payloads but populated at the start of the offer engine in order to provide faster lookup during processing.Method parameters in com.broadleafcommerce.promotion.offer.web.context with type arguments of type EnhancedOrderLineItem Modifier and Type Method Description protected voidEnhancedOrder. addChildrenForItem(EnhancedOrderLineItem parent, Collection<EnhancedOrderLineItem> allPotentialChildren)voidEnhancedOrderLineItem. setChildren(Set<EnhancedOrderLineItem> children)Not part of the incoming or outgoing payloads but populated at the start of the offer engine in order to provide faster lookup during processing.voidEnhancedOrder. setOrderLineItems(List<EnhancedOrderLineItem> orderLineItems)
-