Uses of Class
com.broadleafcommerce.pricing.domain.PriceModifier
Packages that use PriceModifier
-
Uses of PriceModifier in com.broadleafcommerce.pricing.domain
Methods in com.broadleafcommerce.pricing.domain that return PriceModifierModifier and TypeMethodDescriptionPriceList.getPriceModifier()
Optionally describes how this price list will modify existing prices.Methods in com.broadleafcommerce.pricing.domain with parameters of type PriceModifierModifier and TypeMethodDescriptionvoid
PriceList.setPriceModifier
(PriceModifier priceModifier) Optionally describes how this price list will modify existing prices. -
Uses of PriceModifier in com.broadleafcommerce.pricing.service
Methods in com.broadleafcommerce.pricing.service that return types with arguments of type PriceModifierModifier and TypeMethodDescriptionprotected Optional<PriceModifier>
DefaultPriceInfoService.getPriceModifierForTarget
(com.broadleafcommerce.pricing.client.domain.PriceableTarget target, PriceList priceList, PriceableTargetPriceState priceState, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Methods in com.broadleafcommerce.pricing.service with parameters of type PriceModifierModifier and TypeMethodDescriptionprotected javax.money.MonetaryAmount
DefaultPriceInfoService.modifyPrice
(javax.money.MonetaryAmount baseAmount, PriceModifier priceModifier) Performs thegetModificationType()
on the base price.