Uses of Class
com.echothree.model.data.term.server.value.TermDetailValue
Packages that use TermDetailValue
Package
Description
-
Uses of TermDetailValue in com.echothree.model.control.term.server.control
Methods in com.echothree.model.control.term.server.control that return TermDetailValueModifier and TypeMethodDescriptionTermControl.getDefaultTermDetailValueForUpdate()TermControl.getTermDetailValueByNameForUpdate(String termName) Methods in com.echothree.model.control.term.server.control with parameters of type TermDetailValueModifier and TypeMethodDescriptionvoidTermControl.updateTermFromValue(TermDetailValue termDetailValue, BasePK updatedBy) -
Uses of TermDetailValue in com.echothree.model.control.term.server.logic
Methods in com.echothree.model.control.term.server.logic with parameters of type TermDetailValueModifier and TypeMethodDescriptionvoidTermLogic.updateTermFromValue(ExecutionErrorAccumulator eea, TermDetailValue termDetailValue, BasePK updatedBy) -
Uses of TermDetailValue in com.echothree.model.data.term.server.entity
Methods in com.echothree.model.data.term.server.entity that return TermDetailValueMethods in com.echothree.model.data.term.server.entity with parameters of type TermDetailValueConstructors in com.echothree.model.data.term.server.entity with parameters of type TermDetailValueModifierConstructorDescriptionTermDetail(TermDetailValue value, EntityPermission entityPermission) Creates a new instance of TermDetail -
Uses of TermDetailValue in com.echothree.model.data.term.server.factory
Methods in com.echothree.model.data.term.server.factory that return TermDetailValueModifier and TypeMethodDescriptionTermDetailFactory.getValueFromPK(Session session, TermDetailPK pk) TermDetailFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.term.server.factory that return types with arguments of type TermDetailValueModifier and TypeMethodDescriptionTermDetailFactory.getValuesFromPKs(Session session, Collection<TermDetailPK> pks) TermDetailFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.term.server.factory with parameters of type TermDetailValueModifier and TypeMethodDescriptionTermDetailFactory.getEntityFromValue(EntityPermission entityPermission, TermDetailValue value) TermDetailFactory.getEntityFromValue(Session session, EntityPermission entityPermission, TermDetailValue value) Method parameters in com.echothree.model.data.term.server.factory with type arguments of type TermDetailValueModifier and TypeMethodDescriptionvoidTermDetailFactory.create(Session session, Collection<TermDetailValue> _values) voidTermDetailFactory.create(Collection<TermDetailValue> _values) -
Uses of TermDetailValue in com.echothree.model.data.term.server.value
Methods in com.echothree.model.data.term.server.value that return TermDetailValue