Uses of Class
com.broadleafcommerce.pricing.domain.PriceModifier
-
Packages that use PriceModifier Package Description com.broadleafcommerce.pricing.domain com.broadleafcommerce.pricing.service -
-
Uses of PriceModifier in com.broadleafcommerce.pricing.domain
Methods in com.broadleafcommerce.pricing.domain that return PriceModifier Modifier and Type Method Description PriceModifier
PriceList. getPriceModifier()
Optionally describes how this price list will modify existing prices.Methods in com.broadleafcommerce.pricing.domain with parameters of type PriceModifier Modifier and Type Method Description void
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 PriceModifier Modifier and Type Method Description protected 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 PriceModifier Modifier and Type Method Description protected javax.money.MonetaryAmount
DefaultPriceInfoService. modifyPrice(javax.money.MonetaryAmount baseAmount, PriceModifier priceModifier)
Performs thegetModificationType()
on the base price.
-