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 TypeMethodDescriptionvoidOffer.setAttributes(Map<String, Attribute> attributes) Dynamic attributes that are a part of the offer.voidOfferCode.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 AttributeJpaOfferCode.jpaToBusinessAttribute(JpaAttribute jpaAttribute) Methods in com.broadleafcommerce.promotion.offer.provider.jpa.domain with parameters of type AttributeModifier and TypeMethodDescriptionprotected JpaAttributeJpaOfferCode.businessAttributeToJpa(Attribute attribute)