Uses of Class
com.echothree.model.data.sequence.server.value.SequenceDescriptionValue
Packages that use SequenceDescriptionValue
Package
Description
-
Uses of SequenceDescriptionValue in com.echothree.model.control.sequence.server.control
Methods in com.echothree.model.control.sequence.server.control that return SequenceDescriptionValueModifier and TypeMethodDescriptionSequenceControl.getSequenceDescriptionValue
(SequenceDescription sequenceDescription) SequenceControl.getSequenceDescriptionValueForUpdate
(Sequence sequence, Language language) Methods in com.echothree.model.control.sequence.server.control with parameters of type SequenceDescriptionValueModifier and TypeMethodDescriptionvoid
SequenceControl.updateSequenceDescriptionFromValue
(SequenceDescriptionValue sequenceDescriptionValue, BasePK updatedBy) -
Uses of SequenceDescriptionValue in com.echothree.model.data.sequence.server.entity
Methods in com.echothree.model.data.sequence.server.entity that return SequenceDescriptionValueMethods in com.echothree.model.data.sequence.server.entity with parameters of type SequenceDescriptionValueModifier and TypeMethodDescriptionvoid
SequenceDescription.setSequenceDescriptionValue
(SequenceDescriptionValue value) Constructors in com.echothree.model.data.sequence.server.entity with parameters of type SequenceDescriptionValueModifierConstructorDescriptionSequenceDescription
(SequenceDescriptionValue value, EntityPermission entityPermission) Creates a new instance of SequenceDescription -
Uses of SequenceDescriptionValue in com.echothree.model.data.sequence.server.factory
Methods in com.echothree.model.data.sequence.server.factory that return SequenceDescriptionValueModifier and TypeMethodDescriptionSequenceDescriptionFactory.getValueFromPK
(Session session, SequenceDescriptionPK pk) SequenceDescriptionFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.sequence.server.factory that return types with arguments of type SequenceDescriptionValueModifier and TypeMethodDescriptionSequenceDescriptionFactory.getValuesFromPKs
(Session session, Collection<SequenceDescriptionPK> pks) SequenceDescriptionFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.sequence.server.factory with parameters of type SequenceDescriptionValueModifier and TypeMethodDescriptionSequenceDescriptionFactory.getEntityFromValue
(EntityPermission entityPermission, SequenceDescriptionValue value) SequenceDescriptionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, SequenceDescriptionValue value) Method parameters in com.echothree.model.data.sequence.server.factory with type arguments of type SequenceDescriptionValueModifier and TypeMethodDescriptionvoid
SequenceDescriptionFactory.create
(Session session, Collection<SequenceDescriptionValue> _values) void
SequenceDescriptionFactory.create
(Collection<SequenceDescriptionValue> _values) -
Uses of SequenceDescriptionValue in com.echothree.model.data.sequence.server.value
Methods in com.echothree.model.data.sequence.server.value that return SequenceDescriptionValue