Uses of Class
com.echothree.model.jooq.server.records.content.ContentPageLayoutAreas
Packages that use ContentPageLayoutAreas
Package
Description
-
Uses of ContentPageLayoutAreas in com.echothree.model.jooq.server.keys.content
Fields in com.echothree.model.jooq.server.keys.content with type parameters of type ContentPageLayoutAreasModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<ContentPageAreaDetails, ContentPageLayoutAreas> ContentForeignKeys.CONTENT_PAGE_AREA_DETAILS_CONTENT_PAGE_LAYOUT_AREA_FKstatic final org.jooq.ForeignKey<ContentPageLayoutAreaDescriptions, ContentPageLayoutAreas> ContentForeignKeys.CONTENT_PAGE_LAYOUT_AREA_DESCRIPTIONS_CONTENT_PAGE_LAYOUT_AREA_FKstatic final org.jooq.ForeignKey<ContentPageLayoutAreas, ContentPageAreaTypes> ContentForeignKeys.CONTENT_PAGE_LAYOUT_AREAS_CONTENT_PAGE_AREA_TYPE_FKstatic final org.jooq.UniqueKey<ContentPageLayoutAreas> ContentUniqueKeys.CONTENT_PAGE_LAYOUT_AREAS_CONTENT_PAGE_LAYOUT_AND_SORT_ORDER_UKstatic final org.jooq.ForeignKey<ContentPageLayoutAreas, ContentPageLayouts> ContentForeignKeys.CONTENT_PAGE_LAYOUT_AREAS_CONTENT_PAGE_LAYOUT_FKstatic final org.jooq.UniqueKey<ContentPageLayoutAreas> ContentUniqueKeys.CONTENT_PAGE_LAYOUT_AREAS_PK -
Uses of ContentPageLayoutAreas in com.echothree.model.jooq.server.tables.content
Fields in com.echothree.model.jooq.server.tables.content with type parameters of type ContentPageLayoutAreasModifier and TypeFieldDescriptionfinal org.jooq.TableField<ContentPageLayoutAreas, ContentPageAreaTypePK> ContentPageLayoutAreas.CONTENT_PAGE_AREA_TYPEThe columncontentpagelayoutareas.cntpla_cntpat_contentpageareatypeid.final org.jooq.TableField<ContentPageLayoutAreas, ContentPageLayoutPK> ContentPageLayoutAreas.CONTENT_PAGE_LAYOUTThe columncontentpagelayoutareas.cntpla_cntpl_contentpagelayoutid.final org.jooq.TableField<ContentPageLayoutAreas, ContentPageLayoutAreaPK> ContentPageLayoutAreas.CONTENT_PAGE_LAYOUT_AREAThe columncontentpagelayoutareas.cntpla_contentpagelayoutareaid.final org.jooq.TableField<ContentPageLayoutAreas, Boolean> ContentPageLayoutAreas.SHOW_DESCRIPTION_FIELDThe columncontentpagelayoutareas.cntpla_showdescriptionfield.final org.jooq.TableField<ContentPageLayoutAreas, Integer> ContentPageLayoutAreas.SORT_ORDERThe columncontentpagelayoutareas.cntpla_sortorder.Methods in com.echothree.model.jooq.server.tables.content that return types with arguments of type ContentPageLayoutAreasModifier and TypeMethodDescriptionorg.jooq.UniqueKey<ContentPageLayoutAreas> ContentPageLayoutAreas.getPrimaryKey()ContentPageLayoutAreas.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<ContentPageLayoutAreas, ?>> ContentPageLayoutAreas.getReferences()List<org.jooq.UniqueKey<ContentPageLayoutAreas>> ContentPageLayoutAreas.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.content with type arguments of type ContentPageLayoutAreasModifierConstructorDescriptionContentPageLayoutAreas(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ContentPageLayoutAreas> childPath, org.jooq.InverseForeignKey<O, ContentPageLayoutAreas> parentPath) ContentPageLayoutAreas(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ContentPageLayoutAreas> childPath, org.jooq.InverseForeignKey<O, ContentPageLayoutAreas> parentPath) ContentPageLayoutAreasPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ContentPageLayoutAreas> childPath, org.jooq.InverseForeignKey<O, ContentPageLayoutAreas> parentPath) ContentPageLayoutAreasPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ContentPageLayoutAreas> childPath, org.jooq.InverseForeignKey<O, ContentPageLayoutAreas> parentPath)