org.dspace.content.dao
Class ItemDAO
java.lang.Object
org.dspace.content.dao.ItemDAO
- Direct Known Subclasses:
- ItemDAOOracle, ItemDAOPostgres
public abstract class ItemDAO
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
context
protected Context context
ItemDAO
protected ItemDAO(Context ctx)
getPrimaryBitstream
public abstract Bitstream getPrimaryBitstream(int itemId,
String bundleName)
throws SQLException
- Throws:
SQLException
getFirstBitstream
public abstract Bitstream getFirstBitstream(int itemId,
String bundleName)
throws SQLException
- Throws:
SQLException
getNamedBitstream
public abstract Bitstream getNamedBitstream(int itemId,
String bundleName,
String fileName)
throws SQLException
- Throws:
SQLException
Copyright © 2010 DuraSpace. All Rights Reserved.