Uses of Class
com.echothree.model.jooq.server.records.campaign.CampaignSources
Packages that use CampaignSources
Package
Description
-
Uses of CampaignSources in com.echothree.model.jooq.server.keys.campaign
Fields in com.echothree.model.jooq.server.keys.campaign with type parameters of type CampaignSourcesModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<CampaignSourceDescriptions, CampaignSources> CampaignForeignKeys.CAMPAIGN_SOURCE_DESCRIPTIONS_CAMPAIGN_SOURCE_FKstatic final org.jooq.ForeignKey<CampaignSourceDetails, CampaignSources> CampaignForeignKeys.CAMPAIGN_SOURCE_DETAILS_CAMPAIGN_SOURCE_FKstatic final org.jooq.ForeignKey<CampaignSources, CampaignSourceDetails> CampaignForeignKeys.CAMPAIGN_SOURCES_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<CampaignSources> CampaignUniqueKeys.CAMPAIGN_SOURCES_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<CampaignSources, CampaignSourceDetails> CampaignForeignKeys.CAMPAIGN_SOURCES_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<CampaignSources> CampaignUniqueKeys.CAMPAIGN_SOURCES_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<CampaignSources> CampaignUniqueKeys.CAMPAIGN_SOURCES_PKstatic final org.jooq.ForeignKey<UserVisitCampaigns, CampaignSources> CampaignForeignKeys.USER_VISIT_CAMPAIGNS_CAMPAIGN_SOURCE_FK -
Uses of CampaignSources in com.echothree.model.jooq.server.tables.campaign
Fields in com.echothree.model.jooq.server.tables.campaign with type parameters of type CampaignSourcesModifier and TypeFieldDescriptionfinal org.jooq.TableField<CampaignSources, CampaignSourceDetailPK> CampaignSources.ACTIVE_DETAILThe columncampaignsources.cmpgnsrc_activedetailid.final org.jooq.TableField<CampaignSources, CampaignSourcePK> CampaignSources.CAMPAIGN_SOURCEThe columncampaignsources.cmpgnsrc_campaignsourceid.final org.jooq.TableField<CampaignSources, CampaignSourceDetailPK> CampaignSources.LAST_DETAILThe columncampaignsources.cmpgnsrc_lastdetailid.Methods in com.echothree.model.jooq.server.tables.campaign that return types with arguments of type CampaignSourcesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<CampaignSources> CampaignSources.getPrimaryKey()CampaignSources.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<CampaignSources, ?>> CampaignSources.getReferences()List<org.jooq.UniqueKey<CampaignSources>> CampaignSources.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.campaign with type arguments of type CampaignSourcesModifierConstructorDescriptionCampaignSources(org.jooq.Table<O> path, org.jooq.ForeignKey<O, CampaignSources> childPath, org.jooq.InverseForeignKey<O, CampaignSources> parentPath) CampaignSources(org.jooq.Table<O> path, org.jooq.ForeignKey<O, CampaignSources> childPath, org.jooq.InverseForeignKey<O, CampaignSources> parentPath) CampaignSourcesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, CampaignSources> childPath, org.jooq.InverseForeignKey<O, CampaignSources> parentPath) CampaignSourcesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, CampaignSources> childPath, org.jooq.InverseForeignKey<O, CampaignSources> parentPath)