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(DocumentBlobPK pk) DocumentBlobFactory.getEntityFromPK(EntityPermission entityPermission, DocumentBlobPK pk) DocumentBlobFactory.getValueFromPK(DocumentBlobPK pk) voidDocumentBlobFactory.remove(DocumentBlobPK pk) booleanDocumentBlobFactory.validPK(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.getValuesFromPKs(Collection<DocumentBlobPK> pks) voidDocumentBlobFactory.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