Uses of Class
com.broadleafcommerce.promotion.offer.domain.Attribute
Packages that use Attribute
Package
Description
-
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. -
Uses of Attribute in com.broadleafcommerce.promotion.offer.provider.jpa.domain
Methods in com.broadleafcommerce.promotion.offer.provider.jpa.domain that return AttributeModifier and TypeMethodDescriptionprotected Attribute
JpaOfferCode.jpaToBusinessAttribute
(JpaAttribute jpaAttribute) Methods in com.broadleafcommerce.promotion.offer.provider.jpa.domain with parameters of type AttributeModifier and TypeMethodDescriptionprotected JpaAttribute
JpaOfferCode.businessAttributeToJpa
(Attribute attribute)