Uses of Class
com.broadleafcommerce.order.common.domain.OfferRef
Packages that use OfferRef
-
Uses of OfferRef in com.broadleafcommerce.order.common.domain
Methods in com.broadleafcommerce.order.common.domain that return OfferRefModifier and TypeMethodDescriptionAdjustment.getOfferRef()A reference to the offer that originated this adjustment.ProratedOfferAdjustment.getOfferRef()TheOfferReffor the offer where this prorated adjustment is from.Voucher.getOfferRef()TheOfferRefof the voucher offer.Methods in com.broadleafcommerce.order.common.domain with parameters of type OfferRefModifier and TypeMethodDescriptionvoidAdjustment.setOfferRef(OfferRef offerRef) A reference to the offer that originated this adjustment.voidProratedOfferAdjustment.setOfferRef(OfferRef offerRef) TheOfferReffor the offer where this prorated adjustment is from.voidVoucher.setOfferRef(OfferRef offerRef) TheOfferRefof the voucher offer.