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

Packages that use SkuBundleItem
org.broadleafcommerce.core.catalog.domain   
org.broadleafcommerce.core.catalog.service.dynamic   
org.broadleafcommerce.core.order.domain   
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.catalog.service.dynamic
 

Methods in org.broadleafcommerce.core.catalog.service.dynamic with parameters of type SkuBundleItem
 DynamicSkuPrices DynamicSkuPricingService.getSkuBundleItemPrice(SkuBundleItem sku, HashMap skuPricingConsiderations)
          Used for t
 DynamicSkuPrices DefaultDynamicSkuPricingServiceImpl.getSkuBundleItemPrice(SkuBundleItem skuBundleItem, HashMap skuPricingConsiderations)
           
 

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.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.