Uses of Class
com.echothree.model.data.letter.common.pk.LetterPK
Packages that use LetterPK
Package
Description
-
Uses of LetterPK in com.echothree.model.data.chain.server.entity
Methods in com.echothree.model.data.chain.server.entity that return LetterPKMethods in com.echothree.model.data.chain.server.entity with parameters of type LetterPK -
Uses of LetterPK in com.echothree.model.data.chain.server.factory
Methods in com.echothree.model.data.chain.server.factory with parameters of type LetterPK -
Uses of LetterPK in com.echothree.model.data.chain.server.value
Methods in com.echothree.model.data.chain.server.value that return LetterPKMethods in com.echothree.model.data.chain.server.value with parameters of type LetterPKConstructors in com.echothree.model.data.chain.server.value with parameters of type LetterPKModifierConstructorDescriptionChainActionLetterValue
(ChainActionLetterPK chainActionLetterPK, ChainActionPK chainActionPK, LetterPK letterPK, Long fromTime, Long thruTime) Creates a new instance of ChainActionLetterValueChainActionLetterValue
(ChainActionPK chainActionPK, LetterPK letterPK, Long fromTime, Long thruTime) Creates a new instance of ChainActionLetterValue -
Uses of LetterPK in com.echothree.model.data.letter.server.entity
Methods in com.echothree.model.data.letter.server.entity that return LetterPKModifier and TypeMethodDescriptionLetterContactMechanismPurposeDetail.getLetterPK()
LetterDescription.getLetterPK()
LetterDetail.getLetterPK()
QueuedLetter.getLetterPK()
Letter.getPrimaryKey()
Methods in com.echothree.model.data.letter.server.entity with parameters of type LetterPKModifier and TypeMethodDescriptionvoid
LetterContactMechanismPurposeDetail.setLetterPK
(LetterPK letterPK) void
LetterDescription.setLetterPK
(LetterPK letterPK) void
LetterDetail.setLetterPK
(LetterPK letterPK) void
QueuedLetter.setLetterPK
(LetterPK letterPK) -
Uses of LetterPK in com.echothree.model.data.letter.server.factory
Methods in com.echothree.model.data.letter.server.factory that return LetterPKModifier and TypeMethodDescriptionLetterFactory.getNextPK()
LetterFactory.getPKFromQuery
(PreparedStatement ps, Object... params) LetterFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.letter.server.factory that return types with arguments of type LetterPKModifier and TypeMethodDescriptionLetterFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) LetterFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) LetterFactory.getPKsFromResultSetAsList
(ResultSet rs) LetterFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.letter.server.factory with parameters of type LetterPKModifier and TypeMethodDescriptionLetterContactMechanismPurposeDetailFactory.create
(LetterContactMechanismPurposePK letterContactMechanismPurposePK, LetterPK letterPK, Integer priority, ContactMechanismPurposePK contactMechanismPurposePK, Long fromTime, Long thruTime) LetterContactMechanismPurposeDetailFactory.create
(Session session, LetterContactMechanismPurposePK letterContactMechanismPurposePK, LetterPK letterPK, Integer priority, ContactMechanismPurposePK contactMechanismPurposePK, Long fromTime, Long thruTime) LetterDescriptionFactory.create
(LetterPK letterPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) LetterDescriptionFactory.create
(Session session, LetterPK letterPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) LetterDetailFactory.create
(LetterPK letterPK, ChainTypePK chainTypePK, String letterName, LetterSourcePK letterSourcePK, ContactListPK contactListPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) LetterDetailFactory.create
(Session session, LetterPK letterPK, ChainTypePK chainTypePK, String letterName, LetterSourcePK letterSourcePK, ContactListPK contactListPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) QueuedLetterFactory.create
(ChainInstancePK chainInstancePK, Integer queuedLetterSequence, LetterPK letterPK) QueuedLetterFactory.create
(Session session, ChainInstancePK chainInstancePK, Integer queuedLetterSequence, LetterPK letterPK) LetterFactory.getEntityFromCache
(Session session, LetterPK pk) LetterFactory.getEntityFromPK
(EntityPermission entityPermission, LetterPK pk) LetterFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, LetterPK pk) LetterFactory.getValueFromPK
(Session session, LetterPK pk) void
boolean
Method parameters in com.echothree.model.data.letter.server.factory with type arguments of type LetterPKModifier and TypeMethodDescriptionLetterFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<LetterPK> pks) LetterFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<LetterPK> pks) LetterFactory.getValuesFromPKs
(Session session, Collection<LetterPK> pks) void
LetterFactory.remove
(Session session, Collection<LetterPK> pks) void
LetterFactory.remove
(Collection<LetterPK> pks) -
Uses of LetterPK in com.echothree.model.data.letter.server.value
Methods in com.echothree.model.data.letter.server.value that return LetterPKModifier and TypeMethodDescriptionLetterContactMechanismPurposeDetailValue.getLetterPK()
LetterDescriptionValue.getLetterPK()
LetterDetailValue.getLetterPK()
QueuedLetterValue.getLetterPK()
LetterValue.getPrimaryKey()
Methods in com.echothree.model.data.letter.server.value with parameters of type LetterPKModifier and TypeMethodDescriptionvoid
LetterContactMechanismPurposeDetailValue.setLetterPK
(LetterPK letterPK) void
LetterDescriptionValue.setLetterPK
(LetterPK letterPK) void
LetterDetailValue.setLetterPK
(LetterPK letterPK) void
QueuedLetterValue.setLetterPK
(LetterPK letterPK) Constructors in com.echothree.model.data.letter.server.value with parameters of type LetterPKModifierConstructorDescriptionLetterContactMechanismPurposeDetailValue
(LetterContactMechanismPurposeDetailPK letterContactMechanismPurposeDetailPK, LetterContactMechanismPurposePK letterContactMechanismPurposePK, LetterPK letterPK, Integer priority, ContactMechanismPurposePK contactMechanismPurposePK, Long fromTime, Long thruTime) Creates a new instance of LetterContactMechanismPurposeDetailValueLetterContactMechanismPurposeDetailValue
(LetterContactMechanismPurposePK letterContactMechanismPurposePK, LetterPK letterPK, Integer priority, ContactMechanismPurposePK contactMechanismPurposePK, Long fromTime, Long thruTime) Creates a new instance of LetterContactMechanismPurposeDetailValueLetterDescriptionValue
(LetterDescriptionPK letterDescriptionPK, LetterPK letterPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of LetterDescriptionValueLetterDescriptionValue
(LetterPK letterPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of LetterDescriptionValueLetterDetailValue
(LetterDetailPK letterDetailPK, LetterPK letterPK, ChainTypePK chainTypePK, String letterName, LetterSourcePK letterSourcePK, ContactListPK contactListPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of LetterDetailValueLetterDetailValue
(LetterPK letterPK, ChainTypePK chainTypePK, String letterName, LetterSourcePK letterSourcePK, ContactListPK contactListPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of LetterDetailValueLetterValue
(LetterPK letterPK, LetterDetailPK activeDetailPK, LetterDetailPK lastDetailPK) Creates a new instance of LetterValueQueuedLetterValue
(ChainInstancePK chainInstancePK, Integer queuedLetterSequence, LetterPK letterPK) Creates a new instance of QueuedLetterValueQueuedLetterValue
(QueuedLetterPK queuedLetterPK, ChainInstancePK chainInstancePK, Integer queuedLetterSequence, LetterPK letterPK) Creates a new instance of QueuedLetterValue