public interface SubscriptionDAO extends GenericDAO<Subscription>
| Modifier and Type | Method and Description |
|---|---|
void |
deleteByCollection(Context context,
Collection collection) |
void |
deleteByCollectionAndEPerson(Context context,
Collection collection,
EPerson eperson) |
void |
deleteByEPerson(Context context,
EPerson eperson) |
List<Subscription> |
findAllOrderedByEPerson(Context context) |
Subscription |
findByCollectionAndEPerson(Context context,
EPerson eperson,
Collection collection) |
List<Subscription> |
findByEPerson(Context context,
EPerson eperson) |
create, delete, findAll, findByID, findByID, findMany, findUnique, savevoid deleteByCollection(Context context, Collection collection) throws SQLException
SQLExceptionList<Subscription> findByEPerson(Context context, EPerson eperson) throws SQLException
SQLExceptionSubscription findByCollectionAndEPerson(Context context, EPerson eperson, Collection collection) throws SQLException
SQLExceptionvoid deleteByEPerson(Context context, EPerson eperson) throws SQLException
SQLExceptionvoid deleteByCollectionAndEPerson(Context context, Collection collection, EPerson eperson) throws SQLException
SQLExceptionList<Subscription> findAllOrderedByEPerson(Context context) throws SQLException
SQLExceptionCopyright © 2016 DuraSpace. All Rights Reserved.