Uses of Class
com.echothree.model.data.term.server.value.TermDescriptionValue
Packages that use TermDescriptionValue
Package
Description
-
Uses of TermDescriptionValue in com.echothree.model.control.term.server.control
Methods in com.echothree.model.control.term.server.control that return TermDescriptionValueModifier and TypeMethodDescriptionTermControl.getTermDescriptionValue
(TermDescription termDescription) TermControl.getTermDescriptionValueForUpdate
(Term term, Language language) Methods in com.echothree.model.control.term.server.control with parameters of type TermDescriptionValueModifier and TypeMethodDescriptionvoid
TermControl.updateTermDescriptionFromValue
(TermDescriptionValue termDescriptionValue, BasePK updatedBy) -
Uses of TermDescriptionValue in com.echothree.model.data.term.server.entity
Methods in com.echothree.model.data.term.server.entity that return TermDescriptionValueMethods in com.echothree.model.data.term.server.entity with parameters of type TermDescriptionValueModifier and TypeMethodDescriptionvoid
TermDescription.setTermDescriptionValue
(TermDescriptionValue value) Constructors in com.echothree.model.data.term.server.entity with parameters of type TermDescriptionValueModifierConstructorDescriptionTermDescription
(TermDescriptionValue value, EntityPermission entityPermission) Creates a new instance of TermDescription -
Uses of TermDescriptionValue in com.echothree.model.data.term.server.factory
Methods in com.echothree.model.data.term.server.factory that return TermDescriptionValueModifier and TypeMethodDescriptionTermDescriptionFactory.getValueFromPK
(Session session, TermDescriptionPK pk) TermDescriptionFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.term.server.factory that return types with arguments of type TermDescriptionValueModifier and TypeMethodDescriptionTermDescriptionFactory.getValuesFromPKs
(Session session, Collection<TermDescriptionPK> pks) TermDescriptionFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.term.server.factory with parameters of type TermDescriptionValueModifier and TypeMethodDescriptionTermDescriptionFactory.getEntityFromValue
(EntityPermission entityPermission, TermDescriptionValue value) TermDescriptionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, TermDescriptionValue value) Method parameters in com.echothree.model.data.term.server.factory with type arguments of type TermDescriptionValueModifier and TypeMethodDescriptionvoid
TermDescriptionFactory.create
(Session session, Collection<TermDescriptionValue> _values) void
TermDescriptionFactory.create
(Collection<TermDescriptionValue> _values) -
Uses of TermDescriptionValue in com.echothree.model.data.term.server.value
Methods in com.echothree.model.data.term.server.value that return TermDescriptionValue