public class DefaultDynamicSkuPricingInvocationHandler
extends java.lang.Object
implements java.lang.reflect.InvocationHandler
| Constructor and Description |
|---|
DefaultDynamicSkuPricingInvocationHandler(java.math.BigDecimal salePriceOverride)
This is used with SkuBundleItem to allow the bundle override price.
|
DefaultDynamicSkuPricingInvocationHandler(Sku sku) |
DefaultDynamicSkuPricingInvocationHandler(Sku sku,
java.math.BigDecimal salePriceOverride)
This is used with SkuBundleItem to allow the bundle override price.
|
DefaultDynamicSkuPricingInvocationHandler(Sku sku,
Money adjustments)
Used to add ProductOptionValue price adjustments to the proxy Sku
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args) |
void |
reset() |
public DefaultDynamicSkuPricingInvocationHandler(Sku sku)
public DefaultDynamicSkuPricingInvocationHandler(Sku sku, java.math.BigDecimal salePriceOverride)
sku - salePriceOverride - public DefaultDynamicSkuPricingInvocationHandler(java.math.BigDecimal salePriceOverride)
sku - salePriceOverride - public DefaultDynamicSkuPricingInvocationHandler(Sku sku, Money adjustments)
sku - adjustments - - the sum total of the ProductOptionValue price adjustments. If null, this
functions the same as the default constructor. This value is added to both the salePrice and retailPriceCopyright © 2018. All Rights Reserved.