Uses of Class
com.broadleafcommerce.promotion.offer.domain.Attribute
Packages that use Attribute
-
Uses of Attribute in com.broadleafcommerce.promotion.offer.domain
Methods in com.broadleafcommerce.promotion.offer.domain that return types with arguments of type AttributeModifier and TypeMethodDescriptionOffer.getAttributes()
Dynamic attributes that are a part of the offer.OfferCode.getAttributes()
Dynamic attributes that are a part of the offer code.Method parameters in com.broadleafcommerce.promotion.offer.domain with type arguments of type AttributeModifier and TypeMethodDescriptionvoid
Offer.setAttributes
(Map<String, Attribute> attributes) Dynamic attributes that are a part of the offer.void
OfferCode.setAttributes
(Map<String, Attribute> attributes) Dynamic attributes that are a part of the offer code.