Uses of Class
eu.dnetlib.uoaadmintools.entities.Notifications
-
Packages that use Notifications Package Description eu.dnetlib.uoaadmintools.controllers eu.dnetlib.uoaadmintools.dao eu.dnetlib.uoaadmintools.dao.MongoDBDAOs -
-
Uses of Notifications in eu.dnetlib.uoaadmintools.controllers
Methods in eu.dnetlib.uoaadmintools.controllers that return Notifications Modifier and Type Method Description NotificationsNotificationsController. getNotificationsForUser(String pid)NotificationsNotificationsController. saveNotification(String pid, Notifications notifications)Methods in eu.dnetlib.uoaadmintools.controllers that return types with arguments of type Notifications Modifier and Type Method Description List<Notifications>NotificationsController. getNotifications(String pid)Methods in eu.dnetlib.uoaadmintools.controllers with parameters of type Notifications Modifier and Type Method Description NotificationsNotificationsController. saveNotification(String pid, Notifications notifications) -
Uses of Notifications in eu.dnetlib.uoaadmintools.dao
Methods in eu.dnetlib.uoaadmintools.dao that return Notifications Modifier and Type Method Description NotificationsNotificationsDAO. findById(String Id)NotificationsNotificationsDAO. findByManagerEmailAndPortalPid(String managerEmail, String portalPid)NotificationsNotificationsDAO. save(Notifications entity)Methods in eu.dnetlib.uoaadmintools.dao that return types with arguments of type Notifications Modifier and Type Method Description List<Notifications>NotificationsDAO. findAll()List<Notifications>NotificationsDAO. findByPortalPid(String portalPid)Methods in eu.dnetlib.uoaadmintools.dao with parameters of type Notifications Modifier and Type Method Description NotificationsNotificationsDAO. save(Notifications entity) -
Uses of Notifications in eu.dnetlib.uoaadmintools.dao.MongoDBDAOs
Methods in eu.dnetlib.uoaadmintools.dao.MongoDBDAOs that return Notifications Modifier and Type Method Description NotificationsMongoDBNotificationsDAO. findById(String Id)NotificationsMongoDBNotificationsDAO. findByManagerEmailAndPortalPid(String managerEmail, String portalPid)NotificationsMongoDBNotificationsDAO. save(Notifications entity)Methods in eu.dnetlib.uoaadmintools.dao.MongoDBDAOs that return types with arguments of type Notifications Modifier and Type Method Description List<Notifications>MongoDBNotificationsDAO. findAll()List<Notifications>MongoDBNotificationsDAO. findByPortalPid(String portalPid)Methods in eu.dnetlib.uoaadmintools.dao.MongoDBDAOs with parameters of type Notifications Modifier and Type Method Description NotificationsMongoDBNotificationsDAO. save(Notifications entity)
-