Uses of Class
com.echothree.model.data.content.common.pk.ContentPageAreaBlobPK
Packages that use ContentPageAreaBlobPK
Package
Description
-
Uses of ContentPageAreaBlobPK in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentPageAreaBlobPK -
Uses of ContentPageAreaBlobPK in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentPageAreaBlobPKModifier and TypeMethodDescriptionContentPageAreaBlobFactory.getNextPK()ContentPageAreaBlobFactory.getPKFromQuery(PreparedStatement ps, Object... params) ContentPageAreaBlobFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentPageAreaBlobPKModifier and TypeMethodDescriptionContentPageAreaBlobFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ContentPageAreaBlobFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ContentPageAreaBlobFactory.getPKsFromResultSetAsList(ResultSet rs) ContentPageAreaBlobFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentPageAreaBlobPKModifier and TypeMethodDescriptionContentPageAreaBlobFactory.getEntityFromCache(ContentPageAreaBlobPK pk) ContentPageAreaBlobFactory.getEntityFromPK(EntityPermission entityPermission, ContentPageAreaBlobPK pk) ContentPageAreaBlobFactory.getValueFromPK(ContentPageAreaBlobPK pk) voidContentPageAreaBlobFactory.remove(ContentPageAreaBlobPK pk) booleanContentPageAreaBlobFactory.validPK(ContentPageAreaBlobPK pk) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentPageAreaBlobPKModifier and TypeMethodDescriptionContentPageAreaBlobFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentPageAreaBlobPK> pks) ContentPageAreaBlobFactory.getValuesFromPKs(Collection<ContentPageAreaBlobPK> pks) voidContentPageAreaBlobFactory.remove(Collection<ContentPageAreaBlobPK> pks) -
Uses of ContentPageAreaBlobPK in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return ContentPageAreaBlobPKConstructors in com.echothree.model.data.content.server.value with parameters of type ContentPageAreaBlobPKModifierConstructorDescriptionContentPageAreaBlobValue(ContentPageAreaBlobPK contentPageAreaBlobPK, ContentPageAreaDetailPK contentPageAreaDetailPK, ByteArray blob) Creates a new instance of ContentPageAreaBlobValue -
Uses of ContentPageAreaBlobPK in com.echothree.model.jooq.server.records.content
Methods in com.echothree.model.jooq.server.records.content that return ContentPageAreaBlobPKModifier and TypeMethodDescriptionContentPageAreaBlobs.ContentPageAreaBlob()Getter forcontentpageareablobs.cntpab_contentpageareablobid.Methods in com.echothree.model.jooq.server.records.content that return types with arguments of type ContentPageAreaBlobPKModifier and TypeMethodDescriptionorg.jooq.Record1<ContentPageAreaBlobPK> ContentPageAreaBlobs.key()Methods in com.echothree.model.jooq.server.records.content with parameters of type ContentPageAreaBlobPKModifier and TypeMethodDescriptionvoidContentPageAreaBlobs.ContentPageAreaBlob(ContentPageAreaBlobPK value) Setter forcontentpageareablobs.cntpab_contentpageareablobid.Constructors in com.echothree.model.jooq.server.records.content with parameters of type ContentPageAreaBlobPKModifierConstructorDescriptionContentPageAreaBlobs(ContentPageAreaBlobPK ContentPageAreaBlob, ContentPageAreaDetailPK ContentPageAreaDetail, byte[] Blob) Create a detached, initialised ContentPageAreaBlobs -
Uses of ContentPageAreaBlobPK in com.echothree.model.jooq.server.tables.content
Fields in com.echothree.model.jooq.server.tables.content with type parameters of type ContentPageAreaBlobPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ContentPageAreaBlobs, ContentPageAreaBlobPK> ContentPageAreaBlobs.CONTENT_PAGE_AREA_BLOBThe columncontentpageareablobs.cntpab_contentpageareablobid.