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 JpaAttributeJpaOfferCode.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 AttributeJpaOfferCode.jpaToBusinessAttribute(JpaAttribute jpaAttribute) Method parameters in com.broadleafcommerce.promotion.offer.provider.jpa.domain with type arguments of type JpaAttributeModifier and TypeMethodDescriptionvoidJpaOffer.setAttributes(Map<String, JpaAttribute> attributes) voidJpaOfferCode.setAttributes(Map<String, JpaAttribute> attributes)