Uses of Class
com.echothree.model.jooq.server.records.content.ContentPageDetails
Packages that use ContentPageDetails
Package
Description
-
Uses of ContentPageDetails in com.echothree.model.jooq.server.keys.content
Fields in com.echothree.model.jooq.server.keys.content with type parameters of type ContentPageDetailsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<ContentPageDetails, ContentPages> ContentForeignKeys.CONTENT_PAGE_DETAILS_CONTENT_PAGE_FKstatic final org.jooq.ForeignKey<ContentPageDetails, ContentPageLayouts> ContentForeignKeys.CONTENT_PAGE_DETAILS_CONTENT_PAGE_LAYOUT_FKstatic final org.jooq.ForeignKey<ContentPageDetails, ContentSections> ContentForeignKeys.CONTENT_PAGE_DETAILS_CONTENT_SECTION_FKstatic final org.jooq.UniqueKey<ContentPageDetails> ContentUniqueKeys.CONTENT_PAGE_DETAILS_PKstatic final org.jooq.ForeignKey<ContentPages, ContentPageDetails> ContentForeignKeys.CONTENT_PAGES_ACTIVE_DETAIL_FKstatic final org.jooq.ForeignKey<ContentPages, ContentPageDetails> ContentForeignKeys.CONTENT_PAGES_LAST_DETAIL_FK -
Uses of ContentPageDetails in com.echothree.model.jooq.server.tables.content
Fields in com.echothree.model.jooq.server.tables.content with type parameters of type ContentPageDetailsModifier and TypeFieldDescriptionfinal org.jooq.TableField<ContentPageDetails, ContentPagePK> ContentPageDetails.CONTENT_PAGEThe columncontentpagedetails.cntpdt_cntp_contentpageid.final org.jooq.TableField<ContentPageDetails, ContentPageDetailPK> ContentPageDetails.CONTENT_PAGE_DETAILThe columncontentpagedetails.cntpdt_contentpagedetailid.final org.jooq.TableField<ContentPageDetails, ContentPageLayoutPK> ContentPageDetails.CONTENT_PAGE_LAYOUTThe columncontentpagedetails.cntpdt_cntpl_contentpagelayoutid.final org.jooq.TableField<ContentPageDetails, String> ContentPageDetails.CONTENT_PAGE_NAMEThe columncontentpagedetails.cntpdt_contentpagename.final org.jooq.TableField<ContentPageDetails, ContentSectionPK> ContentPageDetails.CONTENT_SECTIONThe columncontentpagedetails.cntpdt_cnts_contentsectionid.final org.jooq.TableField<ContentPageDetails, Long> ContentPageDetails.FROM_TIMEThe columncontentpagedetails.cntpdt_fromtime.final org.jooq.TableField<ContentPageDetails, Boolean> ContentPageDetails.IS_DEFAULTThe columncontentpagedetails.cntpdt_isdefault.final org.jooq.TableField<ContentPageDetails, Integer> ContentPageDetails.SORT_ORDERThe columncontentpagedetails.cntpdt_sortorder.final org.jooq.TableField<ContentPageDetails, Long> ContentPageDetails.THRU_TIMEThe columncontentpagedetails.cntpdt_thrutime.Methods in com.echothree.model.jooq.server.tables.content that return types with arguments of type ContentPageDetailsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<ContentPageDetails> ContentPageDetails.getPrimaryKey()ContentPageDetails.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<ContentPageDetails, ?>> ContentPageDetails.getReferences()Constructor parameters in com.echothree.model.jooq.server.tables.content with type arguments of type ContentPageDetailsModifierConstructorDescriptionContentPageDetails(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ContentPageDetails> childPath, org.jooq.InverseForeignKey<O, ContentPageDetails> parentPath) ContentPageDetails(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ContentPageDetails> childPath, org.jooq.InverseForeignKey<O, ContentPageDetails> parentPath) ContentPageDetailsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ContentPageDetails> childPath, org.jooq.InverseForeignKey<O, ContentPageDetails> parentPath) ContentPageDetailsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ContentPageDetails> childPath, org.jooq.InverseForeignKey<O, ContentPageDetails> parentPath)