Uses of Class
com.broadleafcommerce.promotion.offer.provider.jpa.domain.JpaAttribute
Packages that use JpaAttribute
-
Uses of JpaAttribute in com.broadleafcommerce.promotion.offer.provider.jpa.domain
Methods in com.broadleafcommerce.promotion.offer.provider.jpa.domain that return JpaAttributeModifier and TypeMethodDescriptionprotected JpaAttribute
JpaOfferCode.businessAttributeToJpa
(Attribute attribute) Methods in com.broadleafcommerce.promotion.offer.provider.jpa.domain that return types with arguments of type JpaAttributeMethods in com.broadleafcommerce.promotion.offer.provider.jpa.domain with parameters of type JpaAttributeModifier and TypeMethodDescriptionprotected Attribute
JpaOfferCode.jpaToBusinessAttribute
(JpaAttribute jpaAttribute) Method parameters in com.broadleafcommerce.promotion.offer.provider.jpa.domain with type arguments of type JpaAttributeModifier and TypeMethodDescriptionvoid
JpaOffer.setAttributes
(Map<String, JpaAttribute> attributes) void
JpaOfferCode.setAttributes
(Map<String, JpaAttribute> attributes)