Uses of Class
com.echothree.model.data.letter.server.value.LetterDetailValue
Packages that use LetterDetailValue
Package
Description
-
Uses of LetterDetailValue in com.echothree.model.control.letter.server.control
Methods in com.echothree.model.control.letter.server.control that return LetterDetailValueModifier and TypeMethodDescriptionLetterControl.getDefaultLetterDetailValueForUpdate
(ChainType chainType) LetterControl.getLetterDetailValueByNameForUpdate
(ChainType chainType, String letterName) LetterControl.getLetterDetailValueForUpdate
(Letter letter) Methods in com.echothree.model.control.letter.server.control with parameters of type LetterDetailValueModifier and TypeMethodDescriptionvoid
LetterControl.updateLetterFromValue
(LetterDetailValue letterDetailValue, BasePK updatedBy) -
Uses of LetterDetailValue in com.echothree.model.data.letter.server.entity
Methods in com.echothree.model.data.letter.server.entity that return LetterDetailValueMethods in com.echothree.model.data.letter.server.entity with parameters of type LetterDetailValueModifier and TypeMethodDescriptionvoid
LetterDetail.setLetterDetailValue
(LetterDetailValue value) Constructors in com.echothree.model.data.letter.server.entity with parameters of type LetterDetailValueModifierConstructorDescriptionLetterDetail
(LetterDetailValue value, EntityPermission entityPermission) Creates a new instance of LetterDetail -
Uses of LetterDetailValue in com.echothree.model.data.letter.server.factory
Methods in com.echothree.model.data.letter.server.factory that return LetterDetailValueModifier and TypeMethodDescriptionLetterDetailFactory.getValueFromPK
(Session session, LetterDetailPK pk) LetterDetailFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.letter.server.factory that return types with arguments of type LetterDetailValueModifier and TypeMethodDescriptionLetterDetailFactory.getValuesFromPKs
(Session session, Collection<LetterDetailPK> pks) LetterDetailFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.letter.server.factory with parameters of type LetterDetailValueModifier and TypeMethodDescriptionLetterDetailFactory.getEntityFromValue
(EntityPermission entityPermission, LetterDetailValue value) LetterDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, LetterDetailValue value) Method parameters in com.echothree.model.data.letter.server.factory with type arguments of type LetterDetailValueModifier and TypeMethodDescriptionvoid
LetterDetailFactory.create
(Session session, Collection<LetterDetailValue> _values) void
LetterDetailFactory.create
(Collection<LetterDetailValue> _values) -
Uses of LetterDetailValue in com.echothree.model.data.letter.server.value
Methods in com.echothree.model.data.letter.server.value that return LetterDetailValue