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 LetterPKModifier and TypeMethodDescriptionChainActionLetterFactory.create(ChainActionPK chainActionPK, LetterPK letterPK, Long fromTime, Long thruTime) -
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 TypeMethodDescriptionvoidLetterContactMechanismPurposeDetail.setLetterPK(LetterPK letterPK) voidLetterDescription.setLetterPK(LetterPK letterPK) voidLetterDetail.setLetterPK(LetterPK letterPK) voidQueuedLetter.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) LetterDescriptionFactory.create(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) QueuedLetterFactory.create(ChainInstancePK chainInstancePK, Integer queuedLetterSequence, LetterPK letterPK) LetterFactory.getEntityFromCache(LetterPK pk) LetterFactory.getEntityFromPK(EntityPermission entityPermission, LetterPK pk) LetterFactory.getValueFromPK(LetterPK pk) voidbooleanMethod parameters in com.echothree.model.data.letter.server.factory with type arguments of type LetterPKModifier and TypeMethodDescriptionLetterFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<LetterPK> pks) LetterFactory.getValuesFromPKs(Collection<LetterPK> pks) voidLetterFactory.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 TypeMethodDescriptionvoidLetterContactMechanismPurposeDetailValue.setLetterPK(LetterPK letterPK) voidLetterDescriptionValue.setLetterPK(LetterPK letterPK) voidLetterDetailValue.setLetterPK(LetterPK letterPK) voidQueuedLetterValue.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 -
Uses of LetterPK in com.echothree.model.jooq.server.records.chain
Methods in com.echothree.model.jooq.server.records.chain that return LetterPKModifier and TypeMethodDescriptionChainActionLetters.Letter()Getter forchainactionletters.chnactlttr_lttr_letterid.Methods in com.echothree.model.jooq.server.records.chain with parameters of type LetterPKModifier and TypeMethodDescriptionvoidSetter forchainactionletters.chnactlttr_lttr_letterid.Constructors in com.echothree.model.jooq.server.records.chain with parameters of type LetterPKModifierConstructorDescriptionChainActionLetters(ChainActionLetterPK ChainActionLetter, ChainActionPK ChainAction, LetterPK Letter, Long FromTime, Long ThruTime) Create a detached, initialised ChainActionLetters -
Uses of LetterPK in com.echothree.model.jooq.server.records.letter
Methods in com.echothree.model.jooq.server.records.letter that return LetterPKModifier and TypeMethodDescriptionLetterContactMechanismPurposeDetails.Letter()Getter forlettercontactmechanismpurposedetails.lttrcmprdt_lttr_letterid.LetterDescriptions.Letter()Getter forletterdescriptions.lttrd_lttr_letterid.LetterDetails.Letter()Getter forletterdetails.lttrdt_lttr_letterid.Letters.Letter()Getter forletters.lttr_letterid.QueuedLetters.Letter()Getter forqueuedletters.qlttr_lttr_letterid.Methods in com.echothree.model.jooq.server.records.letter that return types with arguments of type LetterPKMethods in com.echothree.model.jooq.server.records.letter with parameters of type LetterPKModifier and TypeMethodDescriptionvoidSetter forlettercontactmechanismpurposedetails.lttrcmprdt_lttr_letterid.voidSetter forletterdescriptions.lttrd_lttr_letterid.voidSetter forletterdetails.lttrdt_lttr_letterid.voidSetter forletters.lttr_letterid.voidSetter forqueuedletters.qlttr_lttr_letterid.Constructors in com.echothree.model.jooq.server.records.letter with parameters of type LetterPKModifierConstructorDescriptionLetterContactMechanismPurposeDetails(LetterContactMechanismPurposeDetailPK LetterContactMechanismPurposeDetail, LetterContactMechanismPurposePK LetterContactMechanismPurpose, LetterPK Letter, Integer Priority, ContactMechanismPurposePK ContactMechanismPurpose, Long FromTime, Long ThruTime) Create a detached, initialised LetterContactMechanismPurposeDetailsLetterDescriptions(LetterDescriptionPK LetterDescription, LetterPK Letter, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised LetterDescriptionsLetterDetails(LetterDetailPK LetterDetail, LetterPK Letter, ChainTypePK ChainType, String LetterName, LetterSourcePK LetterSource, ContactListPK ContactList, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised LetterDetailsLetters(LetterPK Letter, LetterDetailPK ActiveDetail, LetterDetailPK LastDetail) Create a detached, initialised LettersQueuedLetters(QueuedLetterPK QueuedLetter, ChainInstancePK ChainInstance, Integer QueuedLetterSequence, LetterPK Letter) Create a detached, initialised QueuedLetters -
Uses of LetterPK in com.echothree.model.jooq.server.tables.chain
Fields in com.echothree.model.jooq.server.tables.chain with type parameters of type LetterPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ChainActionLetters, LetterPK> ChainActionLetters.LETTERThe columnchainactionletters.chnactlttr_lttr_letterid. -
Uses of LetterPK in com.echothree.model.jooq.server.tables.letter
Fields in com.echothree.model.jooq.server.tables.letter with type parameters of type LetterPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<LetterContactMechanismPurposeDetails, LetterPK> LetterContactMechanismPurposeDetails.LETTERThe columnlettercontactmechanismpurposedetails.lttrcmprdt_lttr_letterid.final org.jooq.TableField<LetterDescriptions, LetterPK> LetterDescriptions.LETTERThe columnletterdescriptions.lttrd_lttr_letterid.final org.jooq.TableField<LetterDetails, LetterPK> LetterDetails.LETTERThe columnletterdetails.lttrdt_lttr_letterid.Letters.LETTERThe columnletters.lttr_letterid.final org.jooq.TableField<QueuedLetters, LetterPK> QueuedLetters.LETTERThe columnqueuedletters.qlttr_lttr_letterid.