Uses of Class
com.echothree.model.data.document.common.pk.DocumentBlobPK
Packages that use DocumentBlobPK
Package
Description
-
Uses of DocumentBlobPK in com.echothree.model.data.document.server.entity
Methods in com.echothree.model.data.document.server.entity that return DocumentBlobPK -
Uses of DocumentBlobPK in com.echothree.model.data.document.server.factory
Methods in com.echothree.model.data.document.server.factory that return DocumentBlobPKModifier and TypeMethodDescriptionDocumentBlobFactory.getNextPK()
DocumentBlobFactory.getPKFromQuery
(PreparedStatement ps, Object... params) DocumentBlobFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.document.server.factory that return types with arguments of type DocumentBlobPKModifier and TypeMethodDescriptionDocumentBlobFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) DocumentBlobFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) DocumentBlobFactory.getPKsFromResultSetAsList
(ResultSet rs) DocumentBlobFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.document.server.factory with parameters of type DocumentBlobPKModifier and TypeMethodDescriptionDocumentBlobFactory.getEntityFromCache
(Session session, DocumentBlobPK pk) DocumentBlobFactory.getEntityFromPK
(EntityPermission entityPermission, DocumentBlobPK pk) DocumentBlobFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, DocumentBlobPK pk) DocumentBlobFactory.getValueFromPK
(Session session, DocumentBlobPK pk) void
DocumentBlobFactory.remove
(Session session, DocumentBlobPK pk) boolean
DocumentBlobFactory.validPK
(Session session, DocumentBlobPK pk) Method parameters in com.echothree.model.data.document.server.factory with type arguments of type DocumentBlobPKModifier and TypeMethodDescriptionDocumentBlobFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<DocumentBlobPK> pks) DocumentBlobFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<DocumentBlobPK> pks) DocumentBlobFactory.getValuesFromPKs
(Session session, Collection<DocumentBlobPK> pks) void
DocumentBlobFactory.remove
(Session session, Collection<DocumentBlobPK> pks) void
DocumentBlobFactory.remove
(Collection<DocumentBlobPK> pks) -
Uses of DocumentBlobPK in com.echothree.model.data.document.server.value
Methods in com.echothree.model.data.document.server.value that return DocumentBlobPKConstructors in com.echothree.model.data.document.server.value with parameters of type DocumentBlobPKModifierConstructorDescriptionDocumentBlobValue
(DocumentBlobPK documentBlobPK, DocumentPK documentPK, ByteArray blob, Long fromTime, Long thruTime) Creates a new instance of DocumentBlobValue