Uses of Class
com.echothree.model.jooq.server.records.content.ContentPageLayoutDetails
Packages that use ContentPageLayoutDetails
Package
Description
-
Uses of ContentPageLayoutDetails in com.echothree.model.jooq.server.keys.content
Fields in com.echothree.model.jooq.server.keys.content with type parameters of type ContentPageLayoutDetailsModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<ContentPageLayoutDetails> ContentUniqueKeys.CONTENT_PAGE_LAYOUT_DETAILS_CONTENT_PAGE_LAYOUT_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<ContentPageLayoutDetails, ContentPageLayouts> ContentForeignKeys.CONTENT_PAGE_LAYOUT_DETAILS_CONTENT_PAGE_LAYOUT_FKstatic final org.jooq.UniqueKey<ContentPageLayoutDetails> ContentUniqueKeys.CONTENT_PAGE_LAYOUT_DETAILS_CONTENT_PAGE_LAYOUT_NAME_AND_THRU_TIME_UKstatic final org.jooq.UniqueKey<ContentPageLayoutDetails> ContentUniqueKeys.CONTENT_PAGE_LAYOUT_DETAILS_PKstatic final org.jooq.ForeignKey<ContentPageLayouts, ContentPageLayoutDetails> ContentForeignKeys.CONTENT_PAGE_LAYOUTS_ACTIVE_DETAIL_FKstatic final org.jooq.ForeignKey<ContentPageLayouts, ContentPageLayoutDetails> ContentForeignKeys.CONTENT_PAGE_LAYOUTS_LAST_DETAIL_FK -
Uses of ContentPageLayoutDetails in com.echothree.model.jooq.server.tables.content
Fields in com.echothree.model.jooq.server.tables.content with type parameters of type ContentPageLayoutDetailsModifier and TypeFieldDescriptionfinal org.jooq.TableField<ContentPageLayoutDetails, ContentPageLayoutPK> ContentPageLayoutDetails.CONTENT_PAGE_LAYOUTThe columncontentpagelayoutdetails.cntpldt_cntpl_contentpagelayoutid.final org.jooq.TableField<ContentPageLayoutDetails, ContentPageLayoutDetailPK> ContentPageLayoutDetails.CONTENT_PAGE_LAYOUT_DETAILThe columncontentpagelayoutdetails.cntpldt_contentpagelayoutdetailid.final org.jooq.TableField<ContentPageLayoutDetails, String> ContentPageLayoutDetails.CONTENT_PAGE_LAYOUT_NAMEThe columncontentpagelayoutdetails.cntpldt_contentpagelayoutname.final org.jooq.TableField<ContentPageLayoutDetails, Long> ContentPageLayoutDetails.FROM_TIMEThe columncontentpagelayoutdetails.cntpldt_fromtime.final org.jooq.TableField<ContentPageLayoutDetails, Boolean> ContentPageLayoutDetails.IS_DEFAULTThe columncontentpagelayoutdetails.cntpldt_isdefault.final org.jooq.TableField<ContentPageLayoutDetails, Integer> ContentPageLayoutDetails.SORT_ORDERThe columncontentpagelayoutdetails.cntpldt_sortorder.final org.jooq.TableField<ContentPageLayoutDetails, Long> ContentPageLayoutDetails.THRU_TIMEThe columncontentpagelayoutdetails.cntpldt_thrutime.Methods in com.echothree.model.jooq.server.tables.content that return types with arguments of type ContentPageLayoutDetailsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<ContentPageLayoutDetails> ContentPageLayoutDetails.getPrimaryKey()ContentPageLayoutDetails.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<ContentPageLayoutDetails, ?>> ContentPageLayoutDetails.getReferences()List<org.jooq.UniqueKey<ContentPageLayoutDetails>> ContentPageLayoutDetails.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.content with type arguments of type ContentPageLayoutDetailsModifierConstructorDescriptionContentPageLayoutDetails(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ContentPageLayoutDetails> childPath, org.jooq.InverseForeignKey<O, ContentPageLayoutDetails> parentPath) ContentPageLayoutDetails(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ContentPageLayoutDetails> childPath, org.jooq.InverseForeignKey<O, ContentPageLayoutDetails> parentPath) ContentPageLayoutDetailsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ContentPageLayoutDetails> childPath, org.jooq.InverseForeignKey<O, ContentPageLayoutDetails> parentPath) ContentPageLayoutDetailsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ContentPageLayoutDetails> childPath, org.jooq.InverseForeignKey<O, ContentPageLayoutDetails> parentPath)