Uses of Class
com.echothree.model.data.letter.common.pk.LetterSourcePK
Packages that use LetterSourcePK
Package
Description
-
Uses of LetterSourcePK in com.echothree.model.data.letter.server.entity
Methods in com.echothree.model.data.letter.server.entity that return LetterSourcePKModifier and TypeMethodDescriptionLetterDetail.getLetterSourcePK()LetterSourceDescription.getLetterSourcePK()LetterSourceDetail.getLetterSourcePK()LetterSource.getPrimaryKey()Methods in com.echothree.model.data.letter.server.entity with parameters of type LetterSourcePKModifier and TypeMethodDescriptionvoidLetterDetail.setLetterSourcePK(LetterSourcePK letterSourcePK) voidLetterSourceDescription.setLetterSourcePK(LetterSourcePK letterSourcePK) voidLetterSourceDetail.setLetterSourcePK(LetterSourcePK letterSourcePK) -
Uses of LetterSourcePK in com.echothree.model.data.letter.server.factory
Methods in com.echothree.model.data.letter.server.factory that return LetterSourcePKModifier and TypeMethodDescriptionLetterSourceFactory.getNextPK()LetterSourceFactory.getPKFromQuery(PreparedStatement ps, Object... params) LetterSourceFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.letter.server.factory that return types with arguments of type LetterSourcePKModifier and TypeMethodDescriptionLetterSourceFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) LetterSourceFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) LetterSourceFactory.getPKsFromResultSetAsList(ResultSet rs) LetterSourceFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.letter.server.factory with parameters of type LetterSourcePKModifier and TypeMethodDescriptionLetterDetailFactory.create(LetterPK letterPK, ChainTypePK chainTypePK, String letterName, LetterSourcePK letterSourcePK, ContactListPK contactListPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) LetterSourceDescriptionFactory.create(LetterSourcePK letterSourcePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) LetterSourceDetailFactory.create(LetterSourcePK letterSourcePK, String letterSourceName, PartyPK companyPartyPK, PartyContactMechanismPK emailAddressPartyContactMechanismPK, PartyContactMechanismPK postalAddressPartyContactMechanismPK, PartyContactMechanismPK letterSourcePartyContactMechanismPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) LetterSourceFactory.getEntityFromCache(LetterSourcePK pk) LetterSourceFactory.getEntityFromPK(EntityPermission entityPermission, LetterSourcePK pk) LetterSourceFactory.getValueFromPK(LetterSourcePK pk) voidLetterSourceFactory.remove(LetterSourcePK pk) booleanLetterSourceFactory.validPK(LetterSourcePK pk) Method parameters in com.echothree.model.data.letter.server.factory with type arguments of type LetterSourcePKModifier and TypeMethodDescriptionLetterSourceFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<LetterSourcePK> pks) LetterSourceFactory.getValuesFromPKs(Collection<LetterSourcePK> pks) voidLetterSourceFactory.remove(Collection<LetterSourcePK> pks) -
Uses of LetterSourcePK in com.echothree.model.data.letter.server.value
Methods in com.echothree.model.data.letter.server.value that return LetterSourcePKModifier and TypeMethodDescriptionLetterDetailValue.getLetterSourcePK()LetterSourceDescriptionValue.getLetterSourcePK()LetterSourceDetailValue.getLetterSourcePK()LetterSourceValue.getPrimaryKey()Methods in com.echothree.model.data.letter.server.value with parameters of type LetterSourcePKModifier and TypeMethodDescriptionvoidLetterDetailValue.setLetterSourcePK(LetterSourcePK letterSourcePK) voidLetterSourceDescriptionValue.setLetterSourcePK(LetterSourcePK letterSourcePK) voidLetterSourceDetailValue.setLetterSourcePK(LetterSourcePK letterSourcePK) Constructors in com.echothree.model.data.letter.server.value with parameters of type LetterSourcePKModifierConstructorDescriptionLetterDetailValue(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 LetterDetailValueLetterSourceDescriptionValue(LetterSourceDescriptionPK letterSourceDescriptionPK, LetterSourcePK letterSourcePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of LetterSourceDescriptionValueLetterSourceDescriptionValue(LetterSourcePK letterSourcePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of LetterSourceDescriptionValueLetterSourceDetailValue(LetterSourceDetailPK letterSourceDetailPK, LetterSourcePK letterSourcePK, String letterSourceName, PartyPK companyPartyPK, PartyContactMechanismPK emailAddressPartyContactMechanismPK, PartyContactMechanismPK postalAddressPartyContactMechanismPK, PartyContactMechanismPK letterSourcePartyContactMechanismPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of LetterSourceDetailValueLetterSourceDetailValue(LetterSourcePK letterSourcePK, String letterSourceName, PartyPK companyPartyPK, PartyContactMechanismPK emailAddressPartyContactMechanismPK, PartyContactMechanismPK postalAddressPartyContactMechanismPK, PartyContactMechanismPK letterSourcePartyContactMechanismPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of LetterSourceDetailValueLetterSourceValue(LetterSourcePK letterSourcePK, LetterSourceDetailPK activeDetailPK, LetterSourceDetailPK lastDetailPK) Creates a new instance of LetterSourceValue -
Uses of LetterSourcePK in com.echothree.model.jooq.server.records.letter
Methods in com.echothree.model.jooq.server.records.letter that return LetterSourcePKModifier and TypeMethodDescriptionLetterDetails.LetterSource()Getter forletterdetails.lttrdt_lttrsrc_lettersourceid.LetterSourceDescriptions.LetterSource()Getter forlettersourcedescriptions.lttrsrcd_lttrsrc_lettersourceid.LetterSourceDetails.LetterSource()Getter forlettersourcedetails.lttrsrcdt_lttrsrc_lettersourceid.LetterSources.LetterSource()Getter forlettersources.lttrsrc_lettersourceid.Methods in com.echothree.model.jooq.server.records.letter that return types with arguments of type LetterSourcePKMethods in com.echothree.model.jooq.server.records.letter with parameters of type LetterSourcePKModifier and TypeMethodDescriptionvoidLetterDetails.LetterSource(LetterSourcePK value) Setter forletterdetails.lttrdt_lttrsrc_lettersourceid.voidLetterSourceDescriptions.LetterSource(LetterSourcePK value) Setter forlettersourcedescriptions.lttrsrcd_lttrsrc_lettersourceid.voidLetterSourceDetails.LetterSource(LetterSourcePK value) Setter forlettersourcedetails.lttrsrcdt_lttrsrc_lettersourceid.voidLetterSources.LetterSource(LetterSourcePK value) Setter forlettersources.lttrsrc_lettersourceid.Constructors in com.echothree.model.jooq.server.records.letter with parameters of type LetterSourcePKModifierConstructorDescriptionLetterDetails(LetterDetailPK LetterDetail, LetterPK Letter, ChainTypePK ChainType, String LetterName, LetterSourcePK LetterSource, ContactListPK ContactList, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised LetterDetailsLetterSourceDescriptions(LetterSourceDescriptionPK LetterSourceDescription, LetterSourcePK LetterSource, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised LetterSourceDescriptionsLetterSourceDetails(LetterSourceDetailPK LetterSourceDetail, LetterSourcePK LetterSource, String LetterSourceName, PartyPK CompanyParty, PartyContactMechanismPK EmailAddressPartyContactMechanism, PartyContactMechanismPK PostalAddressPartyContactMechanism, PartyContactMechanismPK LetterSourcePartyContactMechanism, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised LetterSourceDetailsLetterSources(LetterSourcePK LetterSource, LetterSourceDetailPK ActiveDetail, LetterSourceDetailPK LastDetail) Create a detached, initialised LetterSources -
Uses of LetterSourcePK in com.echothree.model.jooq.server.tables.letter
Fields in com.echothree.model.jooq.server.tables.letter with type parameters of type LetterSourcePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<LetterDetails, LetterSourcePK> LetterDetails.LETTER_SOURCEThe columnletterdetails.lttrdt_lttrsrc_lettersourceid.final org.jooq.TableField<LetterSourceDescriptions, LetterSourcePK> LetterSourceDescriptions.LETTER_SOURCEThe columnlettersourcedescriptions.lttrsrcd_lttrsrc_lettersourceid.final org.jooq.TableField<LetterSourceDetails, LetterSourcePK> LetterSourceDetails.LETTER_SOURCEThe columnlettersourcedetails.lttrsrcdt_lttrsrc_lettersourceid.final org.jooq.TableField<LetterSources, LetterSourcePK> LetterSources.LETTER_SOURCEThe columnlettersources.lttrsrc_lettersourceid.