Uses of Class
com.echothree.model.jooq.server.records.campaign.CampaignTerms
Packages that use CampaignTerms
Package
Description
-
Uses of CampaignTerms in com.echothree.model.jooq.server.keys.campaign
Fields in com.echothree.model.jooq.server.keys.campaign with type parameters of type CampaignTermsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<CampaignTermDescriptions, CampaignTerms> CampaignForeignKeys.CAMPAIGN_TERM_DESCRIPTIONS_CAMPAIGN_TERM_FKstatic final org.jooq.ForeignKey<CampaignTermDetails, CampaignTerms> CampaignForeignKeys.CAMPAIGN_TERM_DETAILS_CAMPAIGN_TERM_FKstatic final org.jooq.ForeignKey<CampaignTerms, CampaignTermDetails> CampaignForeignKeys.CAMPAIGN_TERMS_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<CampaignTerms> CampaignUniqueKeys.CAMPAIGN_TERMS_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<CampaignTerms, CampaignTermDetails> CampaignForeignKeys.CAMPAIGN_TERMS_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<CampaignTerms> CampaignUniqueKeys.CAMPAIGN_TERMS_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<CampaignTerms> CampaignUniqueKeys.CAMPAIGN_TERMS_PKstatic final org.jooq.ForeignKey<UserVisitCampaigns, CampaignTerms> CampaignForeignKeys.USER_VISIT_CAMPAIGNS_CAMPAIGN_TERM_FK -
Uses of CampaignTerms in com.echothree.model.jooq.server.tables.campaign
Fields in com.echothree.model.jooq.server.tables.campaign with type parameters of type CampaignTermsModifier and TypeFieldDescriptionfinal org.jooq.TableField<CampaignTerms, CampaignTermDetailPK> CampaignTerms.ACTIVE_DETAILThe columncampaignterms.cmpgntrm_activedetailid.final org.jooq.TableField<CampaignTerms, CampaignTermPK> CampaignTerms.CAMPAIGN_TERMThe columncampaignterms.cmpgntrm_campaigntermid.final org.jooq.TableField<CampaignTerms, CampaignTermDetailPK> CampaignTerms.LAST_DETAILThe columncampaignterms.cmpgntrm_lastdetailid.Methods in com.echothree.model.jooq.server.tables.campaign that return types with arguments of type CampaignTermsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<CampaignTerms> CampaignTerms.getPrimaryKey()CampaignTerms.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<CampaignTerms, ?>> CampaignTerms.getReferences()List<org.jooq.UniqueKey<CampaignTerms>> CampaignTerms.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.campaign with type arguments of type CampaignTermsModifierConstructorDescriptionCampaignTerms(org.jooq.Table<O> path, org.jooq.ForeignKey<O, CampaignTerms> childPath, org.jooq.InverseForeignKey<O, CampaignTerms> parentPath) CampaignTerms(org.jooq.Table<O> path, org.jooq.ForeignKey<O, CampaignTerms> childPath, org.jooq.InverseForeignKey<O, CampaignTerms> parentPath) CampaignTermsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, CampaignTerms> childPath, org.jooq.InverseForeignKey<O, CampaignTerms> parentPath) CampaignTermsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, CampaignTerms> childPath, org.jooq.InverseForeignKey<O, CampaignTerms> parentPath)