Uses of Interface
org.broadleafcommerce.core.catalog.domain.SkuBundleItem

Packages that use SkuBundleItem
org.broadleafcommerce.core.catalog.domain   
org.broadleafcommerce.core.order.domain   
org.broadleafcommerce.core.order.service.manipulation   
org.broadleafcommerce.core.pricing.service.workflow   
 

Uses of SkuBundleItem in org.broadleafcommerce.core.catalog.domain
 

Classes in org.broadleafcommerce.core.catalog.domain that implement SkuBundleItem
 class SkuBundleItemImpl
           
 

Fields in org.broadleafcommerce.core.catalog.domain with type parameters of type SkuBundleItem
protected  List<SkuBundleItem> ProductBundleImpl.skuBundleItems
           
 

Methods in org.broadleafcommerce.core.catalog.domain that return types with arguments of type SkuBundleItem
 List<SkuBundleItem> ProductBundle.getSkuBundleItems()
           
 List<SkuBundleItem> ProductBundleImpl.getSkuBundleItems()
           
 

Method parameters in org.broadleafcommerce.core.catalog.domain with type arguments of type SkuBundleItem
 void ProductBundle.setSkuBundleItems(List<SkuBundleItem> bundleItems)
           
 void ProductBundleImpl.setSkuBundleItems(List<SkuBundleItem> skuBundleItems)
           
 

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

Fields in org.broadleafcommerce.core.order.domain declared as SkuBundleItem
protected  SkuBundleItem DiscreteOrderItemImpl.skuBundleItem
           
 

Methods in org.broadleafcommerce.core.order.domain that return SkuBundleItem
 SkuBundleItem DiscreteOrderItem.getSkuBundleItem()
          If this item is part of a bundle that was created via a ProductBundle, then this method returns a reference to the corresponding SkuBundleItem.
 SkuBundleItem DiscreteOrderItemImpl.getSkuBundleItem()
          If this item is part of a bundle that was created via a ProductBundle, then this method returns a reference to the corresponding SkuBundleItem.
 

Methods in org.broadleafcommerce.core.order.domain with parameters of type SkuBundleItem
 void DiscreteOrderItem.setSkuBundleItem(SkuBundleItem skuBundleItem)
          Sets the associated skuBundleItem.
 void DiscreteOrderItemImpl.setSkuBundleItem(SkuBundleItem SkuBundleItem)
          Sets the associated SkuBundleItem.
 

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

Methods in org.broadleafcommerce.core.order.service.manipulation that return SkuBundleItem
 SkuBundleItem DiscreteOrderItemDecorator.getSkuBundleItem()
          If this item is part of a bundle that was created via a ProductBundle, then this method returns a reference to the corresponding SkuBundleItem.
 

Methods in org.broadleafcommerce.core.order.service.manipulation with parameters of type SkuBundleItem
 void DiscreteOrderItemDecorator.setSkuBundleItem(SkuBundleItem skuBundleItem)
          Sets the associated skuBundleItem.
 

Uses of SkuBundleItem in org.broadleafcommerce.core.pricing.service.workflow
 

Methods in org.broadleafcommerce.core.pricing.service.workflow with parameters of type SkuBundleItem
protected  int AutoBundleActivity.countMaximumApplications(Order order, SkuBundleItem skuBundleItem, Set<Long> processedBundles)
           
 



Copyright © 2013. All Rights Reserved.