org.broadleafcommerce.core.catalog.service.dynamic
Interface DynamicSkuPricingService

All Known Implementing Classes:
DefaultDynamicSkuPricingServiceImpl

public interface DynamicSkuPricingService

Author:
jfischer

Method Summary
 DynamicSkuPrices getPriceAdjustment(ProductOptionValueImpl productOptionValueImpl, Money priceAdjustment, HashMap skuPricingConsiderationContext)
           
 DynamicSkuPrices getSkuBundleItemPrice(SkuBundleItem sku, HashMap skuPricingConsiderations)
          getSkuBundleItemPrice method computes the sale price of a skuBundleItem
 DynamicSkuPrices getSkuPrices(Sku sku, HashMap skuPricingConsiderations)
           
 

Method Detail

getSkuPrices

DynamicSkuPrices getSkuPrices(Sku sku,
                              HashMap skuPricingConsiderations)

getSkuBundleItemPrice

DynamicSkuPrices getSkuBundleItemPrice(SkuBundleItem sku,
                                       HashMap skuPricingConsiderations)
getSkuBundleItemPrice method computes the sale price of a skuBundleItem

Parameters:
sku -
skuPricingConsiderations -
Returns:

getPriceAdjustment

DynamicSkuPrices getPriceAdjustment(ProductOptionValueImpl productOptionValueImpl,
                                    Money priceAdjustment,
                                    HashMap skuPricingConsiderationContext)


Copyright © 2013. All Rights Reserved.