org.dspace.content.dao
Class ItemDAOOracle
java.lang.Object
org.dspace.content.dao.ItemDAO
org.dspace.content.dao.ItemDAOOracle
public class ItemDAOOracle
- extends ItemDAO
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getPrimaryBitstream
public Bitstream getPrimaryBitstream(int itemId,
String bundleName)
throws SQLException
- Specified by:
getPrimaryBitstream in class ItemDAO
- Throws:
SQLException
getFirstBitstream
public Bitstream getFirstBitstream(int itemId,
String bundleName)
throws SQLException
- Specified by:
getFirstBitstream in class ItemDAO
- Throws:
SQLException
getNamedBitstream
public Bitstream getNamedBitstream(int itemId,
String bundleName,
String fileName)
throws SQLException
- Specified by:
getNamedBitstream in class ItemDAO
- Throws:
SQLException
Copyright © 2009 The DSpace Foundation. All Rights Reserved.