Uses of Interface
org.broadleafcommerce.core.order.domain.BundleOrderItem

Packages that use BundleOrderItem
org.broadleafcommerce.core.offer.service.discount.domain   
org.broadleafcommerce.core.offer.service.processor   
org.broadleafcommerce.core.order.domain   
org.broadleafcommerce.core.order.service   
org.broadleafcommerce.core.order.service.manipulation   
 

Uses of BundleOrderItem in org.broadleafcommerce.core.offer.service.discount.domain
 

Methods in org.broadleafcommerce.core.offer.service.discount.domain that return types with arguments of type BundleOrderItem
 List<BundleOrderItem> PromotableOrderImpl.searchBundleSplitItems(BundleOrderItem key)
           
 List<BundleOrderItem> PromotableOrder.searchBundleSplitItems(BundleOrderItem key)
           
 

Methods in org.broadleafcommerce.core.offer.service.discount.domain with parameters of type BundleOrderItem
 List<BundleOrderItem> PromotableOrderImpl.searchBundleSplitItems(BundleOrderItem key)
           
 List<BundleOrderItem> PromotableOrder.searchBundleSplitItems(BundleOrderItem key)
           
 

Uses of BundleOrderItem in org.broadleafcommerce.core.offer.service.processor
 

Methods in org.broadleafcommerce.core.offer.service.processor with parameters of type BundleOrderItem
protected  String OrderOfferProcessorImpl.getBundleOrderItemIdentifier(BundleOrderItem bundleOrderItem)
           
 

Uses of BundleOrderItem in org.broadleafcommerce.core.order.domain
 

Classes in org.broadleafcommerce.core.order.domain that implement BundleOrderItem
 class BundleOrderItemImpl
           
 

Fields in org.broadleafcommerce.core.order.domain declared as BundleOrderItem
protected  BundleOrderItem BundleOrderItemFeePriceImpl.bundleOrderItem
           
protected  BundleOrderItem DiscreteOrderItemImpl.bundleOrderItem
           
 

Methods in org.broadleafcommerce.core.order.domain that return BundleOrderItem
 BundleOrderItem DiscreteOrderItem.getBundleOrderItem()
           
 BundleOrderItem BundleOrderItemFeePriceImpl.getBundleOrderItem()
           
 BundleOrderItem BundleOrderItemFeePrice.getBundleOrderItem()
           
 BundleOrderItem DiscreteOrderItemImpl.getBundleOrderItem()
           
 

Methods in org.broadleafcommerce.core.order.domain with parameters of type BundleOrderItem
 void DiscreteOrderItem.setBundleOrderItem(BundleOrderItem bundleOrderItem)
           
 void BundleOrderItemFeePriceImpl.setBundleOrderItem(BundleOrderItem bundleOrderItem)
           
 void BundleOrderItemFeePrice.setBundleOrderItem(BundleOrderItem bundleOrderItem)
           
 void DiscreteOrderItemImpl.setBundleOrderItem(BundleOrderItem bundleOrderItem)
           
 

Uses of BundleOrderItem in org.broadleafcommerce.core.order.service
 

Methods in org.broadleafcommerce.core.order.service that return BundleOrderItem
 BundleOrderItem OrderItemServiceImpl.createBundleOrderItem(BundleOrderItemRequest itemRequest)
           
 BundleOrderItem OrderItemService.createBundleOrderItem(BundleOrderItemRequest itemRequest)
           
 

Methods in org.broadleafcommerce.core.order.service with parameters of type BundleOrderItem
 OrderItem OrderServiceImpl.addOrderItemToBundle(Order order, BundleOrderItem bundle, DiscreteOrderItem newOrderItem, boolean priceOrder)
           
 OrderItem OrderService.addOrderItemToBundle(Order order, BundleOrderItem bundle, DiscreteOrderItem newOrderItem, boolean priceOrder)
           
protected  BundleOrderItemRequest OrderServiceImpl.createBundleOrderItemRequest(BundleOrderItem bundleOrderItem, List<DiscreteOrderItemRequest> discreteOrderItemRequests)
           
 Order OrderServiceImpl.removeItemFromBundle(Order order, BundleOrderItem bundle, OrderItem item, boolean priceOrder)
           
 Order OrderService.removeItemFromBundle(Order order, BundleOrderItem bundle, OrderItem item, boolean priceOrder)
           
 

Uses of BundleOrderItem in org.broadleafcommerce.core.order.service.manipulation
 

Fields in org.broadleafcommerce.core.order.service.manipulation declared as BundleOrderItem
protected  BundleOrderItem BundleOrderItemSplitContainer.key
           
 

Fields in org.broadleafcommerce.core.order.service.manipulation with type parameters of type BundleOrderItem
protected  List<BundleOrderItem> BundleOrderItemSplitContainer.splitItems
           
 

Methods in org.broadleafcommerce.core.order.service.manipulation that return BundleOrderItem
 BundleOrderItem DiscreteOrderItemDecorator.getBundleOrderItem()
           
 BundleOrderItem BundleOrderItemSplitContainer.getKey()
           
 

Methods in org.broadleafcommerce.core.order.service.manipulation that return types with arguments of type BundleOrderItem
 List<BundleOrderItem> BundleOrderItemSplitContainer.getSplitItems()
           
 

Methods in org.broadleafcommerce.core.order.service.manipulation with parameters of type BundleOrderItem
 void DiscreteOrderItemDecorator.setBundleOrderItem(BundleOrderItem bundleOrderItem)
           
 void BundleOrderItemSplitContainer.setKey(BundleOrderItem key)
           
 void OrderItemVisitorAdapter.visit(BundleOrderItem bundleOrderItem)
           
 void OrderItemVisitor.visit(BundleOrderItem bundleOrderItem)
           
 

Method parameters in org.broadleafcommerce.core.order.service.manipulation with type arguments of type BundleOrderItem
 void BundleOrderItemSplitContainer.setSplitItems(List<BundleOrderItem> splitItems)
           
 



Copyright © 2012. All Rights Reserved.