| Package | Description |
|---|---|
| eu.dnetlib.uoaadmintools.controllers | |
| eu.dnetlib.uoaadmintools.dao | |
| eu.dnetlib.uoaadmintools.dao.MongoDBDAOs |
| Modifier and Type | Method and Description |
|---|---|
Notifications |
NotificationsController.getNotificationsForUser(String pid) |
Notifications |
NotificationsController.saveNotification(String pid,
Notifications notifications) |
| Modifier and Type | Method and Description |
|---|---|
List<Notifications> |
NotificationsController.getNotifications(String pid) |
| Modifier and Type | Method and Description |
|---|---|
Notifications |
NotificationsController.saveNotification(String pid,
Notifications notifications) |
| Modifier and Type | Method and Description |
|---|---|
Notifications |
NotificationsDAO.findById(String Id) |
Notifications |
NotificationsDAO.findByManagerEmailAndPortalPid(String managerEmail,
String portalPid) |
Notifications |
NotificationsDAO.save(Notifications entity) |
| Modifier and Type | Method and Description |
|---|---|
List<Notifications> |
NotificationsDAO.findAll() |
List<Notifications> |
NotificationsDAO.findByPortalPid(String portalPid) |
| Modifier and Type | Method and Description |
|---|---|
Notifications |
NotificationsDAO.save(Notifications entity) |
| Modifier and Type | Method and Description |
|---|---|
Notifications |
MongoDBNotificationsDAO.findById(String Id) |
Notifications |
MongoDBNotificationsDAO.findByManagerEmailAndPortalPid(String managerEmail,
String portalPid) |
Notifications |
MongoDBNotificationsDAO.save(Notifications entity) |
| Modifier and Type | Method and Description |
|---|---|
List<Notifications> |
MongoDBNotificationsDAO.findAll() |
List<Notifications> |
MongoDBNotificationsDAO.findByPortalPid(String portalPid) |
| Modifier and Type | Method and Description |
|---|---|
Notifications |
MongoDBNotificationsDAO.save(Notifications entity) |
Copyright © 2022. All rights reserved.