@Service(value="blDynamicSkuPricingService") public class DefaultDynamicSkuPricingServiceImpl extends java.lang.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,
java.util.HashMap skuPricingConsiderationContext)
Execute dynamic pricing on the price of a product option value.
|
DynamicSkuPrices |
getSkuBundleItemPrice(SkuBundleItem skuBundleItem,
java.util.HashMap skuPricingConsiderations)
Used for t
|
DynamicSkuPrices |
getSkuPrices(Sku sku,
java.util.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, java.util.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, java.util.HashMap skuPricingConsiderations)
DynamicSkuPricingServicegetSkuBundleItemPrice in interface DynamicSkuPricingServicepublic DynamicSkuPrices getPriceAdjustment(ProductOptionValueImpl productOptionValueImpl, Money priceAdjustment, java.util.HashMap skuPricingConsiderationContext)
DynamicSkuPricingServicegetPriceAdjustment in interface DynamicSkuPricingServiceCopyright © 2018. All Rights Reserved.