| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.commons.api.notification.model.NotificationInfo |
JPAWebNotificationStorage.convertWebNotifEntityToNotificationInfo(WebUsersEntity webUsersEntity)
Convert user web notification entity to notification DTO
|
| Modifier and Type | Method and Description |
|---|---|
List<WebUsersEntity> |
WebUsersDAO.findNotificationsByTypeAndParams(String pluginType,
String paramName,
String paramValue,
String receiver,
int offset,
int limit) |
List<WebUsersEntity> |
WebUsersDAO.findNotifsWithBadge(String userId) |
List<WebUsersEntity> |
WebUsersDAO.findUnreadNotification(String pluginId,
String userId,
String paramName,
String paramValue) |
List<WebUsersEntity> |
WebUsersDAO.findWebNotifsByFilter(String userId,
boolean isOnPopover,
int offset,
int limit) |
List<WebUsersEntity> |
WebUsersDAO.findWebNotifsByFilter(String userId,
int offset,
int limit) |
List<WebUsersEntity> |
WebUsersDAO.findWebNotifsByFilter(String pluginId,
String userId,
Boolean isOnPopover,
int offset,
int limit) |
List<WebUsersEntity> |
WebUsersDAO.findWebNotifsByLastUpdatedDate(Calendar fiveDaysAgo) |
List<WebUsersEntity> |
WebUsersDAO.findWebNotifsOfUserByLastUpdatedDate(String userId,
Calendar calendar) |
| Modifier and Type | Method and Description |
|---|---|
WebUsersEntity |
WebUsersEntity.setNotification(WebNotifEntity webNotification) |
WebUsersEntity |
WebUsersEntity.setRead(boolean read) |
WebUsersEntity |
WebUsersEntity.setReceiver(String receiver) |
WebUsersEntity |
WebUsersEntity.setShowPopover(boolean showPopover) |
WebUsersEntity |
WebUsersEntity.setUpdateDate(Calendar updateDate) |
| Modifier and Type | Method and Description |
|---|---|
Set<WebUsersEntity> |
WebNotifEntity.getReceivers() |
| Modifier and Type | Method and Description |
|---|---|
void |
WebNotifEntity.addReceiver(WebUsersEntity receiver) |
| Modifier and Type | Method and Description |
|---|---|
void |
WebNotifEntity.setReceivers(Set<WebUsersEntity> receivers) |
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.