|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.broadleafcommerce.core.catalog.service.dynamic.DefaultDynamicSkuPricingServiceImpl
@Service(value="blDynamicSkuPricingService") public class DefaultDynamicSkuPricingServiceImpl
Default implementation of the DynamicSkuPricingService which simply ignores the considerations hashmap in all
method implementations
| Constructor Summary | |
|---|---|
DefaultDynamicSkuPricingServiceImpl()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultDynamicSkuPricingServiceImpl()
| Method Detail |
|---|
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 set
getSkuPrices in interface DynamicSkuPricingService
public DynamicSkuPrices getSkuBundleItemPrice(SkuBundleItem skuBundleItem,
HashMap skuPricingConsiderations)
DynamicSkuPricingService
getSkuBundleItemPrice in interface DynamicSkuPricingService
public DynamicSkuPrices getPriceAdjustment(ProductOptionValueImpl productOptionValueImpl,
Money priceAdjustment,
HashMap skuPricingConsiderationContext)
DynamicSkuPricingService
getPriceAdjustment in interface DynamicSkuPricingService
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||