Uses of Class
org.broadleafcommerce.core.catalog.service.dynamic.DynamicSkuPrices
Packages that use DynamicSkuPrices
Package
Description
-
Uses of DynamicSkuPrices in org.broadleafcommerce.core.catalog.domain
Fields in org.broadleafcommerce.core.catalog.domain declared as DynamicSkuPricesModifier and TypeFieldDescriptionprotected DynamicSkuPricesSkuBundleItemImpl.dynamicPricesDeprecated.Methods in org.broadleafcommerce.core.catalog.domain that return DynamicSkuPricesModifier and TypeMethodDescriptionSku.getPriceData()If a DynamicPricingService is being used, this method will return the dynamic Sku prices.SkuImpl.getPriceData() -
Uses of DynamicSkuPrices in org.broadleafcommerce.core.catalog.service.dynamic
Fields in org.broadleafcommerce.core.catalog.service.dynamic with type parameters of type DynamicSkuPricesModifier and TypeFieldDescriptionprotected HashMap<Long,DynamicSkuPrices> SkuPricingConsiderationContext.pricesBySkuMethods in org.broadleafcommerce.core.catalog.service.dynamic that return DynamicSkuPricesModifier and TypeMethodDescriptionstatic DynamicSkuPricesSkuPricingConsiderationContext.getDynamicSkuPrices(Sku sku) DefaultDynamicSkuPricingServiceImpl.getPriceAdjustment(ProductOptionValueImpl productOptionValueImpl, Money priceAdjustment, HashMap skuPricingConsiderationContext) DynamicSkuPricingService.getPriceAdjustment(ProductOptionValueImpl productOptionValueImpl, Money priceAdjustment, HashMap skuPricingConsiderationContext) Execute dynamic pricing on the price of a product option value.DefaultDynamicSkuPricingServiceImpl.getSkuBundleItemPrice(SkuBundleItem skuBundleItem, HashMap skuPricingConsiderations) DynamicSkuPricingService.getSkuBundleItemPrice(SkuBundleItem sku, HashMap skuPricingConsiderations) Used for tDefaultDynamicSkuPricingServiceImpl.getSkuPrices(SkuPriceWrapper skuWrapper, HashMap skuPricingConsiderations) DynamicSkuPricingService.getSkuPrices(SkuPriceWrapper skuWrapper, HashMap skuPricingConsiderations) While this method should return aDynamicSkuPrices(and not just null) the members of the result can all be null; they do not have to be setMethods in org.broadleafcommerce.core.catalog.service.dynamic that return types with arguments of type DynamicSkuPricesModifier and TypeMethodDescriptionstatic Map<Long,DynamicSkuPrices> SkuPricingConsiderationContext.getThreadCache()