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
(Session session, ContentPageAreaBlobPK pk) ContentPageAreaBlobFactory.getEntityFromPK
(EntityPermission entityPermission, ContentPageAreaBlobPK pk) ContentPageAreaBlobFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ContentPageAreaBlobPK pk) ContentPageAreaBlobFactory.getValueFromPK
(Session session, ContentPageAreaBlobPK pk) void
ContentPageAreaBlobFactory.remove
(Session session, ContentPageAreaBlobPK pk) boolean
ContentPageAreaBlobFactory.validPK
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ContentPageAreaBlobPK> pks) ContentPageAreaBlobFactory.getValuesFromPKs
(Session session, Collection<ContentPageAreaBlobPK> pks) void
ContentPageAreaBlobFactory.remove
(Session session, Collection<ContentPageAreaBlobPK> pks) void
ContentPageAreaBlobFactory.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