org.broadleafcommerce.core.offer.service.discount.domain
Class PromotableOfferUtility
java.lang.Object
org.broadleafcommerce.core.offer.service.discount.domain.PromotableOfferUtility
public class PromotableOfferUtility
- extends Object
Provides shared code for the default implementations of PromotableOrderItemPriceDetailAdjustmentImpl and
PromotableCandidateItemOfferImpl
- Author:
- bpolster
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PromotableOfferUtility
public PromotableOfferUtility()
computeAdjustmentValue
public static Money computeAdjustmentValue(Money currentPriceDetailValue,
BigDecimal offerUnitValue,
OfferHolder offerHolder,
PromotionRounding rounding)
determineOfferUnitValue
public static BigDecimal determineOfferUnitValue(Offer offer,
PromotableCandidateItemOffer promotableCandidateItemOffer)
Copyright © 2013. All Rights Reserved.