Uses of Class
com.broadleafcommerce.pricing.domain.PriceModifier
-
Uses of PriceModifier in com.broadleafcommerce.pricing.domain
Modifier and TypeMethodDescriptionPriceList.getPriceModifier()
Optionally describes how this price list will modify existing prices.Modifier and TypeMethodDescriptionvoid
PriceList.setPriceModifier
(PriceModifier priceModifier) Optionally describes how this price list will modify existing prices. -
Uses of PriceModifier in com.broadleafcommerce.pricing.service
Modifier 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) Modifier and TypeMethodDescriptionprotected javax.money.MonetaryAmount
DefaultPriceInfoService.modifyPrice
(javax.money.MonetaryAmount baseAmount, PriceModifier priceModifier) Performs thegetModificationType()
on the base price.