Uses of Interface
org.dspace.eperson.service.SubscribeService
-
Packages that use SubscribeService Package Description org.dspace.content Provides an API for reading and manipulating content in the DSpace system.org.dspace.eperson Provides classes representing e-people and groups of e-people.org.dspace.eperson.factory -
-
Uses of SubscribeService in org.dspace.content
Fields in org.dspace.content declared as SubscribeService Modifier and Type Field Description protected SubscribeServiceCollectionServiceImpl. subscribeService -
Uses of SubscribeService in org.dspace.eperson
Classes in org.dspace.eperson that implement SubscribeService Modifier and Type Class Description classSubscribeServiceImplClass defining methods for sending new item e-mail alerts to usersFields in org.dspace.eperson declared as SubscribeService Modifier and Type Field Description protected SubscribeServiceEPersonServiceImpl. subscribeService -
Uses of SubscribeService in org.dspace.eperson.factory
Methods in org.dspace.eperson.factory that return SubscribeService Modifier and Type Method Description abstract SubscribeServiceEPersonServiceFactory. getSubscribeService()SubscribeServiceEPersonServiceFactoryImpl. getSubscribeService()
-