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(TermPK pk) TermFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.term.server.factory that return types with arguments of type TermValueModifier and TypeMethodDescriptionTermFactory.getValuesFromPKs(Collection<TermPK> pks) TermFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.term.server.factory with parameters of type TermValueModifier and TypeMethodDescriptionTermFactory.getEntityFromValue(EntityPermission entityPermission, TermValue value) Method parameters in com.echothree.model.data.term.server.factory with type arguments of type TermValue -
Uses of TermValue in com.echothree.model.data.term.server.value
Methods in com.echothree.model.data.term.server.value that return TermValue