Uses of Class
com.echothree.model.jooq.server.records.content.ContentPageLayouts
Packages that use ContentPageLayouts
Package
Description
-
Uses of ContentPageLayouts in com.echothree.model.jooq.server.keys.content
Fields in com.echothree.model.jooq.server.keys.content with type parameters of type ContentPageLayoutsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<ContentPageDetails, ContentPageLayouts> ContentForeignKeys.CONTENT_PAGE_DETAILS_CONTENT_PAGE_LAYOUT_FKstatic final org.jooq.ForeignKey<ContentPageLayoutAreas, ContentPageLayouts> ContentForeignKeys.CONTENT_PAGE_LAYOUT_AREAS_CONTENT_PAGE_LAYOUT_FKstatic final org.jooq.ForeignKey<ContentPageLayoutDescriptions, ContentPageLayouts> ContentForeignKeys.CONTENT_PAGE_LAYOUT_DESCRIPTIONS_CONTENT_PAGE_LAYOUT_FKstatic final org.jooq.ForeignKey<ContentPageLayoutDetails, ContentPageLayouts> ContentForeignKeys.CONTENT_PAGE_LAYOUT_DETAILS_CONTENT_PAGE_LAYOUT_FKstatic final org.jooq.ForeignKey<ContentPageLayouts, ContentPageLayoutDetails> ContentForeignKeys.CONTENT_PAGE_LAYOUTS_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<ContentPageLayouts> ContentUniqueKeys.CONTENT_PAGE_LAYOUTS_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<ContentPageLayouts, ContentPageLayoutDetails> ContentForeignKeys.CONTENT_PAGE_LAYOUTS_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<ContentPageLayouts> ContentUniqueKeys.CONTENT_PAGE_LAYOUTS_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<ContentPageLayouts> ContentUniqueKeys.CONTENT_PAGE_LAYOUTS_PK -
Uses of ContentPageLayouts in com.echothree.model.jooq.server.tables.content
Fields in com.echothree.model.jooq.server.tables.content with type parameters of type ContentPageLayoutsModifier and TypeFieldDescriptionfinal org.jooq.TableField<ContentPageLayouts, ContentPageLayoutDetailPK> ContentPageLayouts.ACTIVE_DETAILThe columncontentpagelayouts.cntpl_activedetailid.final org.jooq.TableField<ContentPageLayouts, ContentPageLayoutPK> ContentPageLayouts.CONTENT_PAGE_LAYOUTThe columncontentpagelayouts.cntpl_contentpagelayoutid.final org.jooq.TableField<ContentPageLayouts, ContentPageLayoutDetailPK> ContentPageLayouts.LAST_DETAILThe columncontentpagelayouts.cntpl_lastdetailid.Methods in com.echothree.model.jooq.server.tables.content that return types with arguments of type ContentPageLayoutsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<ContentPageLayouts> ContentPageLayouts.getPrimaryKey()ContentPageLayouts.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<ContentPageLayouts, ?>> ContentPageLayouts.getReferences()List<org.jooq.UniqueKey<ContentPageLayouts>> ContentPageLayouts.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.content with type arguments of type ContentPageLayoutsModifierConstructorDescriptionContentPageLayouts(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ContentPageLayouts> childPath, org.jooq.InverseForeignKey<O, ContentPageLayouts> parentPath) ContentPageLayouts(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ContentPageLayouts> childPath, org.jooq.InverseForeignKey<O, ContentPageLayouts> parentPath) ContentPageLayoutsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ContentPageLayouts> childPath, org.jooq.InverseForeignKey<O, ContentPageLayouts> parentPath) ContentPageLayoutsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ContentPageLayouts> childPath, org.jooq.InverseForeignKey<O, ContentPageLayouts> parentPath)