Uses of Class
com.echothree.model.data.letter.server.value.LetterSourceValue
Packages that use LetterSourceValue
Package
Description
-
Uses of LetterSourceValue in com.echothree.model.data.letter.server.entity
Methods in com.echothree.model.data.letter.server.entity that return LetterSourceValueMethods in com.echothree.model.data.letter.server.entity with parameters of type LetterSourceValueModifier and TypeMethodDescriptionvoid
LetterSource.setLetterSourceValue
(LetterSourceValue value) Constructors in com.echothree.model.data.letter.server.entity with parameters of type LetterSourceValueModifierConstructorDescriptionLetterSource
(LetterSourceValue value, EntityPermission entityPermission) Creates a new instance of LetterSource -
Uses of LetterSourceValue in com.echothree.model.data.letter.server.factory
Methods in com.echothree.model.data.letter.server.factory that return LetterSourceValueModifier and TypeMethodDescriptionLetterSourceFactory.getValueFromPK
(Session session, LetterSourcePK pk) LetterSourceFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.letter.server.factory that return types with arguments of type LetterSourceValueModifier and TypeMethodDescriptionLetterSourceFactory.getValuesFromPKs
(Session session, Collection<LetterSourcePK> pks) LetterSourceFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.letter.server.factory with parameters of type LetterSourceValueModifier and TypeMethodDescriptionLetterSourceFactory.getEntityFromValue
(EntityPermission entityPermission, LetterSourceValue value) LetterSourceFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, LetterSourceValue value) Method parameters in com.echothree.model.data.letter.server.factory with type arguments of type LetterSourceValueModifier and TypeMethodDescriptionvoid
LetterSourceFactory.create
(Session session, Collection<LetterSourceValue> _values) void
LetterSourceFactory.create
(Collection<LetterSourceValue> _values) -
Uses of LetterSourceValue in com.echothree.model.data.letter.server.value
Methods in com.echothree.model.data.letter.server.value that return LetterSourceValue