public abstract class ItemDAO extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ItemDAO(Context ctx) |
| Modifier and Type | Method and Description |
|---|---|
abstract Bitstream |
getFirstBitstream(int itemId,
String bundleName) |
abstract Bitstream |
getNamedBitstream(int itemId,
String bundleName,
String fileName) |
abstract Bitstream |
getPrimaryBitstream(int itemId,
String bundleName) |
protected Context context
protected ItemDAO(Context ctx)
public abstract Bitstream getPrimaryBitstream(int itemId, String bundleName) throws SQLException
SQLExceptionpublic abstract Bitstream getFirstBitstream(int itemId, String bundleName) throws SQLException
SQLExceptionpublic abstract Bitstream getNamedBitstream(int itemId, String bundleName, String fileName) throws SQLException
SQLExceptionCopyright © 2013 DuraSpace. All Rights Reserved.