Uses of Class
com.echothree.model.data.letter.server.value.LetterSourceDetailValue
Packages that use LetterSourceDetailValue
Package
Description
-
Uses of LetterSourceDetailValue in com.echothree.model.control.letter.server.control
Methods in com.echothree.model.control.letter.server.control that return LetterSourceDetailValueModifier and TypeMethodDescriptionLetterControl.getDefaultLetterSourceDetailValueForUpdate()
LetterControl.getLetterSourceDetailValueByNameForUpdate
(String letterSourceName) LetterControl.getLetterSourceDetailValueForUpdate
(LetterSource letterSource) Methods in com.echothree.model.control.letter.server.control with parameters of type LetterSourceDetailValueModifier and TypeMethodDescriptionvoid
LetterControl.updateLetterSourceFromValue
(LetterSourceDetailValue letterSourceDetailValue, BasePK updatedBy) -
Uses of LetterSourceDetailValue in com.echothree.model.data.letter.server.entity
Methods in com.echothree.model.data.letter.server.entity that return LetterSourceDetailValueMethods in com.echothree.model.data.letter.server.entity with parameters of type LetterSourceDetailValueModifier and TypeMethodDescriptionvoid
LetterSourceDetail.setLetterSourceDetailValue
(LetterSourceDetailValue value) Constructors in com.echothree.model.data.letter.server.entity with parameters of type LetterSourceDetailValueModifierConstructorDescriptionLetterSourceDetail
(LetterSourceDetailValue value, EntityPermission entityPermission) Creates a new instance of LetterSourceDetail -
Uses of LetterSourceDetailValue in com.echothree.model.data.letter.server.factory
Methods in com.echothree.model.data.letter.server.factory that return LetterSourceDetailValueModifier and TypeMethodDescriptionLetterSourceDetailFactory.getValueFromPK
(Session session, LetterSourceDetailPK pk) LetterSourceDetailFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.letter.server.factory that return types with arguments of type LetterSourceDetailValueModifier and TypeMethodDescriptionLetterSourceDetailFactory.getValuesFromPKs
(Session session, Collection<LetterSourceDetailPK> pks) LetterSourceDetailFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.letter.server.factory with parameters of type LetterSourceDetailValueModifier and TypeMethodDescriptionLetterSourceDetailFactory.getEntityFromValue
(EntityPermission entityPermission, LetterSourceDetailValue value) LetterSourceDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, LetterSourceDetailValue value) Method parameters in com.echothree.model.data.letter.server.factory with type arguments of type LetterSourceDetailValueModifier and TypeMethodDescriptionvoid
LetterSourceDetailFactory.create
(Session session, Collection<LetterSourceDetailValue> _values) void
LetterSourceDetailFactory.create
(Collection<LetterSourceDetailValue> _values) -
Uses of LetterSourceDetailValue in com.echothree.model.data.letter.server.value
Methods in com.echothree.model.data.letter.server.value that return LetterSourceDetailValue