Uses of Class
com.broadleafcommerce.order.common.domain.OfferRef
-
Packages that use OfferRef Package Description com.broadleafcommerce.order.common.domain -
-
Uses of OfferRef in com.broadleafcommerce.order.common.domain
Methods in com.broadleafcommerce.order.common.domain that return OfferRef Modifier and Type Method Description OfferRef
Adjustment. getOfferRef()
A reference to the offer that originated this adjustment.OfferRef
ProratedOfferAdjustment. getOfferRef()
TheOfferRef
for the offer where this prorated adjustment is from.Methods in com.broadleafcommerce.order.common.domain with parameters of type OfferRef Modifier and Type Method Description void
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.
-