org.broadleafcommerce.core.catalog.service.dynamic
Interface DynamicSkuPricingService
- All Known Implementing Classes:
- DefaultDynamicSkuPricingServiceImpl
public interface DynamicSkuPricingService
- Author:
- jfischer
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.