Uses of Class
com.echothree.model.data.content.common.pk.ContentPageLayoutDetailPK
Packages that use ContentPageLayoutDetailPK
Package
Description
-
Uses of ContentPageLayoutDetailPK in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentPageLayoutDetailPKModifier and TypeMethodDescriptionContentPageLayout.getActiveDetailPK()ContentPageLayout.getLastDetailPK()ContentPageLayoutDetail.getPrimaryKey()Methods in com.echothree.model.data.content.server.entity with parameters of type ContentPageLayoutDetailPKModifier and TypeMethodDescriptionvoidContentPageLayout.setActiveDetailPK(ContentPageLayoutDetailPK activeDetailPK) voidContentPageLayout.setLastDetailPK(ContentPageLayoutDetailPK lastDetailPK) -
Uses of ContentPageLayoutDetailPK in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentPageLayoutDetailPKModifier and TypeMethodDescriptionContentPageLayoutDetailFactory.getNextPK()ContentPageLayoutDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) ContentPageLayoutDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentPageLayoutDetailPKModifier and TypeMethodDescriptionContentPageLayoutDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ContentPageLayoutDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ContentPageLayoutDetailFactory.getPKsFromResultSetAsList(ResultSet rs) ContentPageLayoutDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentPageLayoutDetailPKModifier and TypeMethodDescriptionContentPageLayoutFactory.create(ContentPageLayoutDetailPK activeDetailPK, ContentPageLayoutDetailPK lastDetailPK) ContentPageLayoutDetailFactory.getEntityFromCache(ContentPageLayoutDetailPK pk) ContentPageLayoutDetailFactory.getEntityFromPK(EntityPermission entityPermission, ContentPageLayoutDetailPK pk) ContentPageLayoutDetailFactory.getValueFromPK(ContentPageLayoutDetailPK pk) voidContentPageLayoutDetailFactory.remove(ContentPageLayoutDetailPK pk) booleanContentPageLayoutDetailFactory.validPK(ContentPageLayoutDetailPK pk) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentPageLayoutDetailPKModifier and TypeMethodDescriptionContentPageLayoutDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentPageLayoutDetailPK> pks) ContentPageLayoutDetailFactory.getValuesFromPKs(Collection<ContentPageLayoutDetailPK> pks) voidContentPageLayoutDetailFactory.remove(Collection<ContentPageLayoutDetailPK> pks) -
Uses of ContentPageLayoutDetailPK in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return ContentPageLayoutDetailPKModifier and TypeMethodDescriptionContentPageLayoutValue.getActiveDetailPK()ContentPageLayoutValue.getLastDetailPK()ContentPageLayoutDetailValue.getPrimaryKey()Methods in com.echothree.model.data.content.server.value with parameters of type ContentPageLayoutDetailPKModifier and TypeMethodDescriptionvoidContentPageLayoutValue.setActiveDetailPK(ContentPageLayoutDetailPK activeDetailPK) voidContentPageLayoutValue.setLastDetailPK(ContentPageLayoutDetailPK lastDetailPK) Constructors in com.echothree.model.data.content.server.value with parameters of type ContentPageLayoutDetailPKModifierConstructorDescriptionContentPageLayoutDetailValue(ContentPageLayoutDetailPK contentPageLayoutDetailPK, ContentPageLayoutPK contentPageLayoutPK, String contentPageLayoutName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContentPageLayoutDetailValueContentPageLayoutValue(ContentPageLayoutDetailPK activeDetailPK, ContentPageLayoutDetailPK lastDetailPK) Creates a new instance of ContentPageLayoutValueContentPageLayoutValue(ContentPageLayoutPK contentPageLayoutPK, ContentPageLayoutDetailPK activeDetailPK, ContentPageLayoutDetailPK lastDetailPK) Creates a new instance of ContentPageLayoutValue -
Uses of ContentPageLayoutDetailPK in com.echothree.model.jooq.server.records.content
Methods in com.echothree.model.jooq.server.records.content that return ContentPageLayoutDetailPKModifier and TypeMethodDescriptionContentPageLayouts.ActiveDetail()Getter forcontentpagelayouts.cntpl_activedetailid.ContentPageLayoutDetails.ContentPageLayoutDetail()Getter forcontentpagelayoutdetails.cntpldt_contentpagelayoutdetailid.ContentPageLayouts.LastDetail()Getter forcontentpagelayouts.cntpl_lastdetailid.Methods in com.echothree.model.jooq.server.records.content that return types with arguments of type ContentPageLayoutDetailPKModifier and TypeMethodDescriptionorg.jooq.Record1<ContentPageLayoutDetailPK> ContentPageLayoutDetails.key()Methods in com.echothree.model.jooq.server.records.content with parameters of type ContentPageLayoutDetailPKModifier and TypeMethodDescriptionvoidContentPageLayouts.ActiveDetail(ContentPageLayoutDetailPK value) Setter forcontentpagelayouts.cntpl_activedetailid.voidContentPageLayoutDetails.ContentPageLayoutDetail(ContentPageLayoutDetailPK value) Setter forcontentpagelayoutdetails.cntpldt_contentpagelayoutdetailid.voidContentPageLayouts.LastDetail(ContentPageLayoutDetailPK value) Setter forcontentpagelayouts.cntpl_lastdetailid.Constructors in com.echothree.model.jooq.server.records.content with parameters of type ContentPageLayoutDetailPKModifierConstructorDescriptionContentPageLayoutDetails(ContentPageLayoutDetailPK ContentPageLayoutDetail, ContentPageLayoutPK ContentPageLayout, String ContentPageLayoutName, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised ContentPageLayoutDetailsContentPageLayouts(ContentPageLayoutPK ContentPageLayout, ContentPageLayoutDetailPK ActiveDetail, ContentPageLayoutDetailPK LastDetail) Create a detached, initialised ContentPageLayouts -
Uses of ContentPageLayoutDetailPK in com.echothree.model.jooq.server.tables.content
Fields in com.echothree.model.jooq.server.tables.content with type parameters of type ContentPageLayoutDetailPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ContentPageLayouts, ContentPageLayoutDetailPK> ContentPageLayouts.ACTIVE_DETAILThe columncontentpagelayouts.cntpl_activedetailid.final org.jooq.TableField<ContentPageLayoutDetails, ContentPageLayoutDetailPK> ContentPageLayoutDetails.CONTENT_PAGE_LAYOUT_DETAILThe columncontentpagelayoutdetails.cntpldt_contentpagelayoutdetailid.final org.jooq.TableField<ContentPageLayouts, ContentPageLayoutDetailPK> ContentPageLayouts.LAST_DETAILThe columncontentpagelayouts.cntpl_lastdetailid.