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 TypeMethodDescriptionvoidPriceList.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) 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 PriceModifierModifier and TypeMethodDescriptionprotected List<com.broadleafcommerce.pricing.client.domain.PriceDataTierRef>DefaultPriceInfoService.buildModifiedPriceTiersList(@NonNull com.broadleafcommerce.pricing.client.domain.PriceDetail originalDetail, PriceModifier priceModifier, com.broadleafcommerce.pricing.client.domain.PriceableTarget target, PriceList priceList) protected javax.money.MonetaryAmountDefaultPriceInfoService.modifyPrice(javax.money.MonetaryAmount baseAmount, PriceModifier priceModifier, com.broadleafcommerce.pricing.client.domain.PriceableTarget priceableTarget, PriceList priceList)