public class BitstreamDAOImpl extends AbstractHibernateDSODAO<Bitstream> implements BitstreamDAO
| Modifier | Constructor and Description |
|---|---|
protected |
BitstreamDAOImpl() |
| Modifier and Type | Method and Description |
|---|---|
Long |
countByStoreNumber(Context context,
Integer storeNumber) |
int |
countDeleted(Context context) |
int |
countRows(Context context) |
int |
countWithNoPolicy(Context context) |
List<Bitstream> |
findBitstreamsWithNoRecentChecksum(Context context) |
Iterator<Bitstream> |
findByCollection(Context context,
Collection collection) |
Iterator<Bitstream> |
findByCommunity(Context context,
Community community) |
Iterator<Bitstream> |
findByItem(Context context,
Item item) |
Iterator<Bitstream> |
findByStoreNumber(Context context,
Integer storeNumber) |
List<Bitstream> |
findDeletedBitstreams(Context context) |
List<Bitstream> |
findDuplicateInternalIdentifier(Context context,
Bitstream bitstream) |
List<Bitstream> |
getNotReferencedBitstreams(Context context) |
addMetadataLeftJoin, addMetadataSortQuery, addMetadataValueWhereQuery, findByLegacyIdcount, count, countLong, create, createCriteria, createCriteria, createQuery, delete, findAll, findByID, findByID, findMany, findMany, findUnique, getHibernateSession, iterate, list, list, save, singleResult, singleResult, uniqueResult, uniqueResultclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfindByLegacyIdcreate, delete, findAll, findByID, findByID, findMany, findUnique, savepublic List<Bitstream> findDeletedBitstreams(Context context) throws SQLException
findDeletedBitstreams in interface BitstreamDAOSQLExceptionpublic List<Bitstream> findDuplicateInternalIdentifier(Context context, Bitstream bitstream) throws SQLException
findDuplicateInternalIdentifier in interface BitstreamDAOSQLExceptionpublic List<Bitstream> findBitstreamsWithNoRecentChecksum(Context context) throws SQLException
findBitstreamsWithNoRecentChecksum in interface BitstreamDAOSQLExceptionpublic Iterator<Bitstream> findByCommunity(Context context, Community community) throws SQLException
findByCommunity in interface BitstreamDAOSQLExceptionpublic Iterator<Bitstream> findByCollection(Context context, Collection collection) throws SQLException
findByCollection in interface BitstreamDAOSQLExceptionpublic Iterator<Bitstream> findByItem(Context context, Item item) throws SQLException
findByItem in interface BitstreamDAOSQLExceptionpublic Iterator<Bitstream> findByStoreNumber(Context context, Integer storeNumber) throws SQLException
findByStoreNumber in interface BitstreamDAOSQLExceptionpublic Long countByStoreNumber(Context context, Integer storeNumber) throws SQLException
countByStoreNumber in interface BitstreamDAOSQLExceptionpublic int countRows(Context context) throws SQLException
countRows in interface BitstreamDAOSQLExceptionpublic int countDeleted(Context context) throws SQLException
countDeleted in interface BitstreamDAOSQLExceptionpublic int countWithNoPolicy(Context context) throws SQLException
countWithNoPolicy in interface BitstreamDAOSQLExceptionpublic List<Bitstream> getNotReferencedBitstreams(Context context) throws SQLException
getNotReferencedBitstreams in interface BitstreamDAOSQLExceptionCopyright © 2016 DuraSpace. All rights reserved.