@Service(value="blDynamicSkuPricingService") public class DefaultDynamicSkuPricingServiceImpl extends Object implements DynamicSkuPricingService
DynamicSkuPricingService which simply ignores the considerations hashmap in all
method implementations| Constructor and Description |
|---|
DefaultDynamicSkuPricingServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
DynamicSkuPrices |
getPriceAdjustment(ProductOptionValueImpl productOptionValueImpl,
Money priceAdjustment,
HashMap skuPricingConsiderationContext)
Execute dynamic pricing on the price of a product option value.
|
DynamicSkuPrices |
getSkuBundleItemPrice(SkuBundleItem skuBundleItem,
HashMap skuPricingConsiderations)
Used for t
|
DynamicSkuPrices |
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 |
public DynamicSkuPrices getSkuPrices(Sku sku, HashMap skuPricingConsiderations)
DynamicSkuPricingServiceDynamicSkuPrices (and not just null) the members of the result can all
be null; they do not have to be setgetSkuPrices in interface DynamicSkuPricingServicepublic DynamicSkuPrices getSkuBundleItemPrice(SkuBundleItem skuBundleItem, HashMap skuPricingConsiderations)
DynamicSkuPricingServicegetSkuBundleItemPrice in interface DynamicSkuPricingServicepublic DynamicSkuPrices getPriceAdjustment(ProductOptionValueImpl productOptionValueImpl, Money priceAdjustment, HashMap skuPricingConsiderationContext)
DynamicSkuPricingServicegetPriceAdjustment in interface DynamicSkuPricingServiceCopyright © 2014. All Rights Reserved.