Uses of Class
com.echothree.model.data.content.common.pk.ContentPageAreaPK
Packages that use ContentPageAreaPK
Package
Description
-
Uses of ContentPageAreaPK in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentPageAreaPKModifier and TypeMethodDescriptionContentPageAreaDetail.getContentPageAreaPK()ContentPageArea.getPrimaryKey()Methods in com.echothree.model.data.content.server.entity with parameters of type ContentPageAreaPKModifier and TypeMethodDescriptionvoidContentPageAreaDetail.setContentPageAreaPK(ContentPageAreaPK contentPageAreaPK) -
Uses of ContentPageAreaPK in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentPageAreaPKModifier and TypeMethodDescriptionContentPageAreaFactory.getNextPK()ContentPageAreaFactory.getPKFromQuery(PreparedStatement ps, Object... params) ContentPageAreaFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentPageAreaPKModifier and TypeMethodDescriptionContentPageAreaFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ContentPageAreaFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ContentPageAreaFactory.getPKsFromResultSetAsList(ResultSet rs) ContentPageAreaFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentPageAreaPKModifier and TypeMethodDescriptionContentPageAreaDetailFactory.create(ContentPageAreaPK contentPageAreaPK, ContentPagePK contentPagePK, ContentPageLayoutAreaPK contentPageLayoutAreaPK, LanguagePK languagePK, MimeTypePK mimeTypePK, Long fromTime, Long thruTime) ContentPageAreaFactory.getEntityFromCache(ContentPageAreaPK pk) ContentPageAreaFactory.getEntityFromPK(EntityPermission entityPermission, ContentPageAreaPK pk) ContentPageAreaFactory.getValueFromPK(ContentPageAreaPK pk) voidContentPageAreaFactory.remove(ContentPageAreaPK pk) booleanContentPageAreaFactory.validPK(ContentPageAreaPK pk) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentPageAreaPKModifier and TypeMethodDescriptionContentPageAreaFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentPageAreaPK> pks) ContentPageAreaFactory.getValuesFromPKs(Collection<ContentPageAreaPK> pks) voidContentPageAreaFactory.remove(Collection<ContentPageAreaPK> pks) -
Uses of ContentPageAreaPK in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return ContentPageAreaPKModifier and TypeMethodDescriptionContentPageAreaDetailValue.getContentPageAreaPK()ContentPageAreaValue.getPrimaryKey()Methods in com.echothree.model.data.content.server.value with parameters of type ContentPageAreaPKModifier and TypeMethodDescriptionvoidContentPageAreaDetailValue.setContentPageAreaPK(ContentPageAreaPK contentPageAreaPK) Constructors in com.echothree.model.data.content.server.value with parameters of type ContentPageAreaPKModifierConstructorDescriptionContentPageAreaDetailValue(ContentPageAreaDetailPK contentPageAreaDetailPK, ContentPageAreaPK contentPageAreaPK, ContentPagePK contentPagePK, ContentPageLayoutAreaPK contentPageLayoutAreaPK, LanguagePK languagePK, MimeTypePK mimeTypePK, Long fromTime, Long thruTime) Creates a new instance of ContentPageAreaDetailValueContentPageAreaDetailValue(ContentPageAreaPK contentPageAreaPK, ContentPagePK contentPagePK, ContentPageLayoutAreaPK contentPageLayoutAreaPK, LanguagePK languagePK, MimeTypePK mimeTypePK, Long fromTime, Long thruTime) Creates a new instance of ContentPageAreaDetailValueContentPageAreaValue(ContentPageAreaPK contentPageAreaPK, ContentPageAreaDetailPK activeDetailPK, ContentPageAreaDetailPK lastDetailPK) Creates a new instance of ContentPageAreaValue -
Uses of ContentPageAreaPK in com.echothree.model.jooq.server.records.content
Methods in com.echothree.model.jooq.server.records.content that return ContentPageAreaPKModifier and TypeMethodDescriptionContentPageAreaDetails.ContentPageArea()Getter forcontentpageareadetails.cntpad_cntpa_contentpageareaid.ContentPageAreas.ContentPageArea()Getter forcontentpageareas.cntpa_contentpageareaid.Methods in com.echothree.model.jooq.server.records.content that return types with arguments of type ContentPageAreaPKMethods in com.echothree.model.jooq.server.records.content with parameters of type ContentPageAreaPKModifier and TypeMethodDescriptionvoidContentPageAreaDetails.ContentPageArea(ContentPageAreaPK value) Setter forcontentpageareadetails.cntpad_cntpa_contentpageareaid.voidContentPageAreas.ContentPageArea(ContentPageAreaPK value) Setter forcontentpageareas.cntpa_contentpageareaid.Constructors in com.echothree.model.jooq.server.records.content with parameters of type ContentPageAreaPKModifierConstructorDescriptionContentPageAreaDetails(ContentPageAreaDetailPK ContentPageAreaDetail, ContentPageAreaPK ContentPageArea, ContentPagePK ContentPage, ContentPageLayoutAreaPK ContentPageLayoutArea, LanguagePK Language, MimeTypePK MimeType, Long FromTime, Long ThruTime) Create a detached, initialised ContentPageAreaDetailsContentPageAreas(ContentPageAreaPK ContentPageArea, ContentPageAreaDetailPK ActiveDetail, ContentPageAreaDetailPK LastDetail) Create a detached, initialised ContentPageAreas -
Uses of ContentPageAreaPK in com.echothree.model.jooq.server.tables.content
Fields in com.echothree.model.jooq.server.tables.content with type parameters of type ContentPageAreaPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ContentPageAreaDetails, ContentPageAreaPK> ContentPageAreaDetails.CONTENT_PAGE_AREAThe columncontentpageareadetails.cntpad_cntpa_contentpageareaid.final org.jooq.TableField<ContentPageAreas, ContentPageAreaPK> ContentPageAreas.CONTENT_PAGE_AREAThe columncontentpageareas.cntpa_contentpageareaid.