Uses of Class
com.echothree.model.data.term.server.value.DateDrivenTermValue
Packages that use DateDrivenTermValue
Package
Description
-
Uses of DateDrivenTermValue in com.echothree.model.control.term.server.control
Methods in com.echothree.model.control.term.server.control that return DateDrivenTermValueModifier and TypeMethodDescriptionTermControl.getDateDrivenTermValue
(DateDrivenTerm dateDrivenTerm) TermControl.getDateDrivenTermValueForUpdate
(Term term) Methods in com.echothree.model.control.term.server.control with parameters of type DateDrivenTermValueModifier and TypeMethodDescriptionvoid
TermControl.updateDateDrivenTermFromValue
(DateDrivenTermValue dateDrivenTermValue, BasePK updatedBy) -
Uses of DateDrivenTermValue in com.echothree.model.data.term.server.entity
Methods in com.echothree.model.data.term.server.entity that return DateDrivenTermValueMethods in com.echothree.model.data.term.server.entity with parameters of type DateDrivenTermValueModifier and TypeMethodDescriptionvoid
DateDrivenTerm.setDateDrivenTermValue
(DateDrivenTermValue value) Constructors in com.echothree.model.data.term.server.entity with parameters of type DateDrivenTermValueModifierConstructorDescriptionDateDrivenTerm
(DateDrivenTermValue value, EntityPermission entityPermission) Creates a new instance of DateDrivenTerm -
Uses of DateDrivenTermValue in com.echothree.model.data.term.server.factory
Methods in com.echothree.model.data.term.server.factory that return DateDrivenTermValueModifier and TypeMethodDescriptionDateDrivenTermFactory.getValueFromPK
(Session session, DateDrivenTermPK pk) DateDrivenTermFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.term.server.factory that return types with arguments of type DateDrivenTermValueModifier and TypeMethodDescriptionDateDrivenTermFactory.getValuesFromPKs
(Session session, Collection<DateDrivenTermPK> pks) DateDrivenTermFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.term.server.factory with parameters of type DateDrivenTermValueModifier and TypeMethodDescriptionDateDrivenTermFactory.getEntityFromValue
(EntityPermission entityPermission, DateDrivenTermValue value) DateDrivenTermFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, DateDrivenTermValue value) Method parameters in com.echothree.model.data.term.server.factory with type arguments of type DateDrivenTermValueModifier and TypeMethodDescriptionvoid
DateDrivenTermFactory.create
(Session session, Collection<DateDrivenTermValue> _values) void
DateDrivenTermFactory.create
(Collection<DateDrivenTermValue> _values) -
Uses of DateDrivenTermValue in com.echothree.model.data.term.server.value
Methods in com.echothree.model.data.term.server.value that return DateDrivenTermValue