Uses of Class
org.broadleafcommerce.core.catalog.service.dynamic.DynamicSkuPrices

Packages that use DynamicSkuPrices
org.broadleafcommerce.core.catalog.domain   
org.broadleafcommerce.core.catalog.service.dynamic   
 

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

Fields in org.broadleafcommerce.core.catalog.domain declared as DynamicSkuPrices
protected  DynamicSkuPrices SkuImpl.dynamicPrices
           
protected  DynamicSkuPrices SkuBundleItemImpl.dynamicPrices
           
 

Uses of DynamicSkuPrices in org.broadleafcommerce.core.catalog.service.dynamic
 

Methods in org.broadleafcommerce.core.catalog.service.dynamic that return DynamicSkuPrices
 DynamicSkuPrices DynamicSkuPricingService.getPriceAdjustment(ProductOptionValueImpl productOptionValueImpl, Money priceAdjustment, HashMap skuPricingConsiderationContext)
          Execute dynamic pricing on the price of a product option value.
 DynamicSkuPrices DefaultDynamicSkuPricingServiceImpl.getPriceAdjustment(ProductOptionValueImpl productOptionValueImpl, Money priceAdjustment, HashMap skuPricingConsiderationContext)
           
 DynamicSkuPrices DynamicSkuPricingService.getSkuBundleItemPrice(SkuBundleItem sku, HashMap skuPricingConsiderations)
          Used for t
 DynamicSkuPrices DefaultDynamicSkuPricingServiceImpl.getSkuBundleItemPrice(SkuBundleItem skuBundleItem, HashMap skuPricingConsiderations)
           
 DynamicSkuPrices DynamicSkuPricingService.getSkuPrices(Sku sku, HashMap skuPricingConsiderations)
          While this method should return a DynamicSkuPrices (and not just null) the members of the result can all be null; they do not have to be set
 DynamicSkuPrices DefaultDynamicSkuPricingServiceImpl.getSkuPrices(Sku sku, HashMap skuPricingConsiderations)
           
 



Copyright © 2013. All Rights Reserved.