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 TypeMethodDescriptionvoidTermControl.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 TypeMethodDescriptionvoidTermDescription.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(TermDescriptionPK pk) TermDescriptionFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.term.server.factory that return types with arguments of type TermDescriptionValueModifier and TypeMethodDescriptionTermDescriptionFactory.getValuesFromPKs(Collection<TermDescriptionPK> pks) TermDescriptionFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.term.server.factory with parameters of type TermDescriptionValueModifier and TypeMethodDescriptionTermDescriptionFactory.getEntityFromValue(EntityPermission entityPermission, TermDescriptionValue value) Method parameters in com.echothree.model.data.term.server.factory with type arguments of type TermDescriptionValueModifier and TypeMethodDescriptionvoidTermDescriptionFactory.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