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()
TheOfferRef
for the offer where this prorated adjustment is from.Voucher.getOfferRef()
TheOfferRef
of the voucher offer.Methods in com.broadleafcommerce.order.common.domain with parameters of type OfferRefModifier and TypeMethodDescriptionvoid
Adjustment.setOfferRef
(OfferRef offerRef) A reference to the offer that originated this adjustment.void
ProratedOfferAdjustment.setOfferRef
(OfferRef offerRef) TheOfferRef
for the offer where this prorated adjustment is from.void
Voucher.setOfferRef
(OfferRef offerRef) TheOfferRef
of the voucher offer.