public interface HarvestedCollectionDAO extends GenericDAO<HarvestedCollection>
| Modifier and Type | Method and Description |
|---|---|
int |
count(Context context) |
HarvestedCollection |
findByCollection(Context context,
Collection collection) |
List<HarvestedCollection> |
findByLastHarvestedAndHarvestTypeAndHarvestStatusesAndHarvestTime(Context context,
Date startTime,
int minimalType,
int[] statuses,
int expirationStatus,
Date expirationTime) |
List<HarvestedCollection> |
findByStatus(Context context,
int status) |
HarvestedCollection |
findByStatusAndMinimalTypeOrderByLastHarvestedAsc(Context context,
int status,
int type,
int limit) |
HarvestedCollection |
findByStatusAndMinimalTypeOrderByLastHarvestedDesc(Context context,
int status,
int type,
int limit) |
create, delete, findAll, findByID, findByID, findMany, findUnique, saveHarvestedCollection findByStatusAndMinimalTypeOrderByLastHarvestedDesc(Context context, int status, int type, int limit) throws SQLException
SQLExceptionHarvestedCollection findByStatusAndMinimalTypeOrderByLastHarvestedAsc(Context context, int status, int type, int limit) throws SQLException
SQLExceptionList<HarvestedCollection> findByStatus(Context context, int status) throws SQLException
SQLExceptionHarvestedCollection findByCollection(Context context, Collection collection) throws SQLException
SQLExceptionList<HarvestedCollection> findByLastHarvestedAndHarvestTypeAndHarvestStatusesAndHarvestTime(Context context, Date startTime, int minimalType, int[] statuses, int expirationStatus, Date expirationTime) throws SQLException
SQLExceptionint count(Context context) throws SQLException
SQLExceptionCopyright © 2016 DuraSpace. All Rights Reserved.