Uses of Class
com.echothree.model.data.associate.server.value.AssociateProgramValue
Packages that use AssociateProgramValue
Package
Description
-
Uses of AssociateProgramValue in com.echothree.model.data.associate.server.entity
Methods in com.echothree.model.data.associate.server.entity that return AssociateProgramValueMethods in com.echothree.model.data.associate.server.entity with parameters of type AssociateProgramValueModifier and TypeMethodDescriptionvoid
AssociateProgram.setAssociateProgramValue
(AssociateProgramValue value) Constructors in com.echothree.model.data.associate.server.entity with parameters of type AssociateProgramValueModifierConstructorDescriptionAssociateProgram
(AssociateProgramValue value, EntityPermission entityPermission) Creates a new instance of AssociateProgram -
Uses of AssociateProgramValue in com.echothree.model.data.associate.server.factory
Methods in com.echothree.model.data.associate.server.factory that return AssociateProgramValueModifier and TypeMethodDescriptionAssociateProgramFactory.getValueFromPK
(Session session, AssociateProgramPK pk) AssociateProgramFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.associate.server.factory that return types with arguments of type AssociateProgramValueModifier and TypeMethodDescriptionAssociateProgramFactory.getValuesFromPKs
(Session session, Collection<AssociateProgramPK> pks) AssociateProgramFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.associate.server.factory with parameters of type AssociateProgramValueModifier and TypeMethodDescriptionAssociateProgramFactory.getEntityFromValue
(EntityPermission entityPermission, AssociateProgramValue value) AssociateProgramFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, AssociateProgramValue value) Method parameters in com.echothree.model.data.associate.server.factory with type arguments of type AssociateProgramValueModifier and TypeMethodDescriptionvoid
AssociateProgramFactory.create
(Session session, Collection<AssociateProgramValue> _values) void
AssociateProgramFactory.create
(Collection<AssociateProgramValue> _values) -
Uses of AssociateProgramValue in com.echothree.model.data.associate.server.value
Methods in com.echothree.model.data.associate.server.value that return AssociateProgramValue