Uses of Class
com.echothree.model.data.letter.server.value.LetterSourceDescriptionValue
Packages that use LetterSourceDescriptionValue
Package
Description
-
Uses of LetterSourceDescriptionValue in com.echothree.model.control.letter.server.control
Methods in com.echothree.model.control.letter.server.control that return LetterSourceDescriptionValueModifier and TypeMethodDescriptionLetterControl.getLetterSourceDescriptionValue
(LetterSourceDescription letterSourceDescription) LetterControl.getLetterSourceDescriptionValueForUpdate
(LetterSource letterSource, Language language) Methods in com.echothree.model.control.letter.server.control with parameters of type LetterSourceDescriptionValueModifier and TypeMethodDescriptionvoid
LetterControl.updateLetterSourceDescriptionFromValue
(LetterSourceDescriptionValue letterSourceDescriptionValue, BasePK updatedBy) -
Uses of LetterSourceDescriptionValue in com.echothree.model.data.letter.server.entity
Methods in com.echothree.model.data.letter.server.entity that return LetterSourceDescriptionValueMethods in com.echothree.model.data.letter.server.entity with parameters of type LetterSourceDescriptionValueModifier and TypeMethodDescriptionvoid
LetterSourceDescription.setLetterSourceDescriptionValue
(LetterSourceDescriptionValue value) Constructors in com.echothree.model.data.letter.server.entity with parameters of type LetterSourceDescriptionValueModifierConstructorDescriptionLetterSourceDescription
(LetterSourceDescriptionValue value, EntityPermission entityPermission) Creates a new instance of LetterSourceDescription -
Uses of LetterSourceDescriptionValue in com.echothree.model.data.letter.server.factory
Methods in com.echothree.model.data.letter.server.factory that return LetterSourceDescriptionValueModifier and TypeMethodDescriptionLetterSourceDescriptionFactory.getValueFromPK
(Session session, LetterSourceDescriptionPK pk) LetterSourceDescriptionFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.letter.server.factory that return types with arguments of type LetterSourceDescriptionValueModifier and TypeMethodDescriptionLetterSourceDescriptionFactory.getValuesFromPKs
(Session session, Collection<LetterSourceDescriptionPK> pks) LetterSourceDescriptionFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.letter.server.factory with parameters of type LetterSourceDescriptionValueModifier and TypeMethodDescriptionLetterSourceDescriptionFactory.getEntityFromValue
(EntityPermission entityPermission, LetterSourceDescriptionValue value) LetterSourceDescriptionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, LetterSourceDescriptionValue value) Method parameters in com.echothree.model.data.letter.server.factory with type arguments of type LetterSourceDescriptionValueModifier and TypeMethodDescriptionvoid
LetterSourceDescriptionFactory.create
(Session session, Collection<LetterSourceDescriptionValue> _values) void
LetterSourceDescriptionFactory.create
(Collection<LetterSourceDescriptionValue> _values) -
Uses of LetterSourceDescriptionValue in com.echothree.model.data.letter.server.value
Methods in com.echothree.model.data.letter.server.value that return LetterSourceDescriptionValue