Uses of Class
com.echothree.model.data.term.server.value.StandardTermValue
Packages that use StandardTermValue
Package
Description
-
Uses of StandardTermValue in com.echothree.model.control.term.server.control
Methods in com.echothree.model.control.term.server.control that return StandardTermValueModifier and TypeMethodDescriptionTermControl.getStandardTermValue
(StandardTerm standardTerm) TermControl.getStandardTermValueForUpdate
(Term term) Methods in com.echothree.model.control.term.server.control with parameters of type StandardTermValueModifier and TypeMethodDescriptionvoid
TermControl.updateStandardTermFromValue
(StandardTermValue standardTermValue, BasePK updatedBy) -
Uses of StandardTermValue in com.echothree.model.data.term.server.entity
Methods in com.echothree.model.data.term.server.entity that return StandardTermValueMethods in com.echothree.model.data.term.server.entity with parameters of type StandardTermValueModifier and TypeMethodDescriptionvoid
StandardTerm.setStandardTermValue
(StandardTermValue value) Constructors in com.echothree.model.data.term.server.entity with parameters of type StandardTermValueModifierConstructorDescriptionStandardTerm
(StandardTermValue value, EntityPermission entityPermission) Creates a new instance of StandardTerm -
Uses of StandardTermValue in com.echothree.model.data.term.server.factory
Methods in com.echothree.model.data.term.server.factory that return StandardTermValueModifier and TypeMethodDescriptionStandardTermFactory.getValueFromPK
(Session session, StandardTermPK pk) StandardTermFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.term.server.factory that return types with arguments of type StandardTermValueModifier and TypeMethodDescriptionStandardTermFactory.getValuesFromPKs
(Session session, Collection<StandardTermPK> pks) StandardTermFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.term.server.factory with parameters of type StandardTermValueModifier and TypeMethodDescriptionStandardTermFactory.getEntityFromValue
(EntityPermission entityPermission, StandardTermValue value) StandardTermFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, StandardTermValue value) Method parameters in com.echothree.model.data.term.server.factory with type arguments of type StandardTermValueModifier and TypeMethodDescriptionvoid
StandardTermFactory.create
(Session session, Collection<StandardTermValue> _values) void
StandardTermFactory.create
(Collection<StandardTermValue> _values) -
Uses of StandardTermValue in com.echothree.model.data.term.server.value
Methods in com.echothree.model.data.term.server.value that return StandardTermValue