Uses of Class
com.echothree.model.data.term.server.value.TermValue
Packages that use TermValue
Package
Description
-
Uses of TermValue in com.echothree.model.data.term.server.entity
Methods in com.echothree.model.data.term.server.entity that return TermValueMethods in com.echothree.model.data.term.server.entity with parameters of type TermValueConstructors in com.echothree.model.data.term.server.entity with parameters of type TermValueModifierConstructorDescriptionTerm
(TermValue value, EntityPermission entityPermission) Creates a new instance of Term -
Uses of TermValue in com.echothree.model.data.term.server.factory
Methods in com.echothree.model.data.term.server.factory that return TermValueModifier and TypeMethodDescriptionTermFactory.getValueFromPK
(Session session, TermPK pk) TermFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.term.server.factory that return types with arguments of type TermValueModifier and TypeMethodDescriptionTermFactory.getValuesFromPKs
(Session session, Collection<TermPK> pks) TermFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.term.server.factory with parameters of type TermValueModifier and TypeMethodDescriptionTermFactory.getEntityFromValue
(EntityPermission entityPermission, TermValue value) TermFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, TermValue value) Method parameters in com.echothree.model.data.term.server.factory with type arguments of type TermValueModifier and TypeMethodDescriptionvoid
TermFactory.create
(Session session, Collection<TermValue> _values) void
TermFactory.create
(Collection<TermValue> _values) -
Uses of TermValue in com.echothree.model.data.term.server.value
Methods in com.echothree.model.data.term.server.value that return TermValue