Uses of Class
com.echothree.model.data.letter.common.pk.LetterDetailPK
Packages that use LetterDetailPK
Package
Description
-
Uses of LetterDetailPK in com.echothree.model.data.letter.server.entity
Methods in com.echothree.model.data.letter.server.entity that return LetterDetailPKModifier and TypeMethodDescriptionLetter.getActiveDetailPK()Letter.getLastDetailPK()LetterDetail.getPrimaryKey()Methods in com.echothree.model.data.letter.server.entity with parameters of type LetterDetailPKModifier and TypeMethodDescriptionvoidLetter.setActiveDetailPK(LetterDetailPK activeDetailPK) voidLetter.setLastDetailPK(LetterDetailPK lastDetailPK) -
Uses of LetterDetailPK in com.echothree.model.data.letter.server.factory
Methods in com.echothree.model.data.letter.server.factory that return LetterDetailPKModifier and TypeMethodDescriptionLetterDetailFactory.getNextPK()LetterDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) LetterDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.letter.server.factory that return types with arguments of type LetterDetailPKModifier and TypeMethodDescriptionLetterDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) LetterDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) LetterDetailFactory.getPKsFromResultSetAsList(ResultSet rs) LetterDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.letter.server.factory with parameters of type LetterDetailPKModifier and TypeMethodDescriptionLetterFactory.create(LetterDetailPK activeDetailPK, LetterDetailPK lastDetailPK) LetterDetailFactory.getEntityFromCache(LetterDetailPK pk) LetterDetailFactory.getEntityFromPK(EntityPermission entityPermission, LetterDetailPK pk) LetterDetailFactory.getValueFromPK(LetterDetailPK pk) voidLetterDetailFactory.remove(LetterDetailPK pk) booleanLetterDetailFactory.validPK(LetterDetailPK pk) Method parameters in com.echothree.model.data.letter.server.factory with type arguments of type LetterDetailPKModifier and TypeMethodDescriptionLetterDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<LetterDetailPK> pks) LetterDetailFactory.getValuesFromPKs(Collection<LetterDetailPK> pks) voidLetterDetailFactory.remove(Collection<LetterDetailPK> pks) -
Uses of LetterDetailPK in com.echothree.model.data.letter.server.value
Methods in com.echothree.model.data.letter.server.value that return LetterDetailPKModifier and TypeMethodDescriptionLetterValue.getActiveDetailPK()LetterValue.getLastDetailPK()LetterDetailValue.getPrimaryKey()Methods in com.echothree.model.data.letter.server.value with parameters of type LetterDetailPKModifier and TypeMethodDescriptionvoidLetterValue.setActiveDetailPK(LetterDetailPK activeDetailPK) voidLetterValue.setLastDetailPK(LetterDetailPK lastDetailPK) Constructors in com.echothree.model.data.letter.server.value with parameters of type LetterDetailPKModifierConstructorDescriptionLetterDetailValue(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 LetterDetailValueLetterValue(LetterDetailPK activeDetailPK, LetterDetailPK lastDetailPK) Creates a new instance of LetterValueLetterValue(LetterPK letterPK, LetterDetailPK activeDetailPK, LetterDetailPK lastDetailPK) Creates a new instance of LetterValue -
Uses of LetterDetailPK in com.echothree.model.jooq.server.records.letter
Methods in com.echothree.model.jooq.server.records.letter that return LetterDetailPKModifier and TypeMethodDescriptionLetters.ActiveDetail()Getter forletters.lttr_activedetailid.Letters.LastDetail()Getter forletters.lttr_lastdetailid.LetterDetails.LetterDetail()Getter forletterdetails.lttrdt_letterdetailid.Methods in com.echothree.model.jooq.server.records.letter that return types with arguments of type LetterDetailPKMethods in com.echothree.model.jooq.server.records.letter with parameters of type LetterDetailPKModifier and TypeMethodDescriptionvoidLetters.ActiveDetail(LetterDetailPK value) Setter forletters.lttr_activedetailid.voidLetters.LastDetail(LetterDetailPK value) Setter forletters.lttr_lastdetailid.voidLetterDetails.LetterDetail(LetterDetailPK value) Setter forletterdetails.lttrdt_letterdetailid.Constructors in com.echothree.model.jooq.server.records.letter with parameters of type LetterDetailPKModifierConstructorDescriptionLetterDetails(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 Letters -
Uses of LetterDetailPK in com.echothree.model.jooq.server.tables.letter
Fields in com.echothree.model.jooq.server.tables.letter with type parameters of type LetterDetailPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<Letters, LetterDetailPK> Letters.ACTIVE_DETAILThe columnletters.lttr_activedetailid.final org.jooq.TableField<Letters, LetterDetailPK> Letters.LAST_DETAILThe columnletters.lttr_lastdetailid.final org.jooq.TableField<LetterDetails, LetterDetailPK> LetterDetails.LETTER_DETAILThe columnletterdetails.lttrdt_letterdetailid.