Uses of Class
com.echothree.model.jooq.server.records.communication.CommunicationSources
Packages that use CommunicationSources
Package
Description
-
Uses of CommunicationSources in com.echothree.model.jooq.server.keys.communication
Fields in com.echothree.model.jooq.server.keys.communication with type parameters of type CommunicationSourcesModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<CommunicationEmailSources, CommunicationSources> CommunicationForeignKeys.COMMUNICATION_EMAIL_SOURCES_COMMUNICATION_SOURCE_FKstatic final org.jooq.ForeignKey<CommunicationEventDetails, CommunicationSources> CommunicationForeignKeys.COMMUNICATION_EVENT_DETAILS_COMMUNICATION_SOURCE_FKstatic final org.jooq.ForeignKey<CommunicationSourceDescriptions, CommunicationSources> CommunicationForeignKeys.COMMUNICATION_SOURCE_DESCRIPTIONS_COMMUNICATION_SOURCE_FKstatic final org.jooq.ForeignKey<CommunicationSourceDetails, CommunicationSources> CommunicationForeignKeys.COMMUNICATION_SOURCE_DETAILS_COMMUNICATION_SOURCE_FKstatic final org.jooq.ForeignKey<CommunicationSources, CommunicationSourceDetails> CommunicationForeignKeys.COMMUNICATION_SOURCES_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<CommunicationSources> CommunicationUniqueKeys.COMMUNICATION_SOURCES_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<CommunicationSources, CommunicationSourceDetails> CommunicationForeignKeys.COMMUNICATION_SOURCES_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<CommunicationSources> CommunicationUniqueKeys.COMMUNICATION_SOURCES_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<CommunicationSources> CommunicationUniqueKeys.COMMUNICATION_SOURCES_PK -
Uses of CommunicationSources in com.echothree.model.jooq.server.tables.communication
Fields in com.echothree.model.jooq.server.tables.communication with type parameters of type CommunicationSourcesModifier and TypeFieldDescriptionfinal org.jooq.TableField<CommunicationSources, CommunicationSourceDetailPK> CommunicationSources.ACTIVE_DETAILThe columncommunicationsources.cmmnsrc_activedetailid.final org.jooq.TableField<CommunicationSources, CommunicationSourcePK> CommunicationSources.COMMUNICATION_SOURCEThe columncommunicationsources.cmmnsrc_communicationsourceid.final org.jooq.TableField<CommunicationSources, CommunicationSourceDetailPK> CommunicationSources.LAST_DETAILThe columncommunicationsources.cmmnsrc_lastdetailid.Methods in com.echothree.model.jooq.server.tables.communication that return types with arguments of type CommunicationSourcesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<CommunicationSources> CommunicationSources.getPrimaryKey()CommunicationSources.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<CommunicationSources, ?>> CommunicationSources.getReferences()List<org.jooq.UniqueKey<CommunicationSources>> CommunicationSources.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.communication with type arguments of type CommunicationSourcesModifierConstructorDescriptionCommunicationSources(org.jooq.Table<O> path, org.jooq.ForeignKey<O, CommunicationSources> childPath, org.jooq.InverseForeignKey<O, CommunicationSources> parentPath) CommunicationSources(org.jooq.Table<O> path, org.jooq.ForeignKey<O, CommunicationSources> childPath, org.jooq.InverseForeignKey<O, CommunicationSources> parentPath) CommunicationSourcesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, CommunicationSources> childPath, org.jooq.InverseForeignKey<O, CommunicationSources> parentPath) CommunicationSourcesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, CommunicationSources> childPath, org.jooq.InverseForeignKey<O, CommunicationSources> parentPath)