| Package | Description |
|---|---|
| org.dspace.eperson |
Provides classes representing e-people and groups of e-people.
|
| org.dspace.eperson.dao | |
| org.dspace.eperson.dao.impl | |
| org.dspace.eperson.service |
| Modifier and Type | Method and Description |
|---|---|
List<Subscription> |
SubscribeServiceImpl.findAll(Context context) |
List<Subscription> |
SubscribeServiceImpl.getSubscriptions(Context context,
EPerson eperson) |
| Modifier and Type | Method and Description |
|---|---|
Subscription |
SubscriptionDAO.findByCollectionAndEPerson(Context context,
EPerson eperson,
Collection collection) |
| Modifier and Type | Method and Description |
|---|---|
List<Subscription> |
SubscriptionDAO.findAllOrderedByEPerson(Context context) |
List<Subscription> |
SubscriptionDAO.findByEPerson(Context context,
EPerson eperson) |
| Modifier and Type | Method and Description |
|---|---|
Subscription |
SubscriptionDAOImpl.findByCollectionAndEPerson(Context context,
EPerson eperson,
Collection collection) |
| Modifier and Type | Method and Description |
|---|---|
List<Subscription> |
SubscriptionDAOImpl.findAllOrderedByEPerson(Context context) |
List<Subscription> |
SubscriptionDAOImpl.findByEPerson(Context context,
EPerson eperson) |
| Modifier and Type | Method and Description |
|---|---|
List<Subscription> |
SubscribeService.findAll(Context context) |
List<Subscription> |
SubscribeService.getSubscriptions(Context context,
EPerson eperson)
Find out which collections an e-person is subscribed to
|
Copyright © 2022 LYRASIS. All rights reserved.