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