| Package | Description |
|---|---|
| org.broadleafcommerce.core.catalog.domain | |
| org.broadleafcommerce.core.catalog.service.dynamic |
| Modifier and Type | Field and Description |
|---|---|
protected DynamicSkuPrices |
SkuImpl.dynamicPrices |
protected DynamicSkuPrices |
SkuBundleItemImpl.dynamicPrices |
| Modifier and Type | Method and Description |
|---|---|
DynamicSkuPrices |
DynamicSkuPricingService.getPriceAdjustment(ProductOptionValueImpl productOptionValueImpl,
Money priceAdjustment,
HashMap skuPricingConsiderationContext)
Execute dynamic pricing on the price of a product option value.
|
DynamicSkuPrices |
DefaultDynamicSkuPricingServiceImpl.getPriceAdjustment(ProductOptionValueImpl productOptionValueImpl,
Money priceAdjustment,
HashMap skuPricingConsiderationContext) |
DynamicSkuPrices |
DynamicSkuPricingService.getSkuBundleItemPrice(SkuBundleItem sku,
HashMap skuPricingConsiderations)
Used for t
|
DynamicSkuPrices |
DefaultDynamicSkuPricingServiceImpl.getSkuBundleItemPrice(SkuBundleItem skuBundleItem,
HashMap skuPricingConsiderations) |
DynamicSkuPrices |
DynamicSkuPricingService.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 |
DynamicSkuPrices |
DefaultDynamicSkuPricingServiceImpl.getSkuPrices(Sku sku,
HashMap skuPricingConsiderations) |
Copyright © 2015. All Rights Reserved.