public interface HarvestedItemDAO extends GenericDAO<HarvestedItem>
| Modifier and Type | Method and Description |
|---|---|
HarvestedItem |
findByItem(Context context,
Item item) |
HarvestedItem |
findByOAIId(Context context,
String itemOaiID,
Collection collection) |
create, delete, findAll, findByID, findByID, findMany, findUnique, saveHarvestedItem findByItem(Context context, Item item) throws SQLException
SQLExceptionHarvestedItem findByOAIId(Context context, String itemOaiID, Collection collection) throws SQLException
SQLExceptionCopyright © 2016 DuraSpace. All Rights Reserved.