| Modifier and Type | Method and Description |
|---|---|
NotificationInfo |
NotificationContext.getNotificationInfo()
Gets notification information
|
| Modifier and Type | Method and Description |
|---|---|
List<NotificationInfo> |
NotificationContext.getNotificationInfos()
Gets notification message list
|
| Modifier and Type | Method and Description |
|---|---|
NotificationContext |
NotificationContext.setNotificationInfo(NotificationInfo notification)
Sets notification infomation
|
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationContext.setNotificationInfos(List<NotificationInfo> notifications)
Sets notification information list
|
| Modifier and Type | Method and Description |
|---|---|
NotificationInfo |
NotificationCommand.processNotification(NotificationContext ctx)
Builds information of a notification from the notification context.
|
| Modifier and Type | Method and Description |
|---|---|
NotificationInfo |
AbstractNotificationPlugin.buildNotification(NotificationContext ctx)
Makes notification
|
protected NotificationInfo |
AbstractNotificationChildPlugin.makeNotification(NotificationContext ctx) |
protected abstract NotificationInfo |
AbstractNotificationPlugin.makeNotification(NotificationContext ctx)
Makes MessageInfo from given information what keep inside NotificationContext
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
AbstractNotificationPlugin.getLanguage(NotificationInfo message) |
| Modifier and Type | Method and Description |
|---|---|
Map<NotificationKey,List<NotificationInfo>> |
NotificationDataStorage.getByUser(NotificationContext context,
UserSetting userSetting)
Gets information of all notifications of a user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationService.process(NotificationInfo notification)
Processes information when a notification message is created.
|
void |
NotificationDataStorage.save(NotificationInfo notification)
Saves information of a notification.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationService.process(Collection<NotificationInfo> notifications)
Processes information when a list of notification messages are created.
|
| Modifier and Type | Method and Description |
|---|---|
MessageInfo |
DigestorService.buildMessage(NotificationContext context,
Map<NotificationKey,List<NotificationInfo>> notificationData,
UserSetting userSetting)
Builds information of a message from a list of notification messages.
|
Copyright © 2003–2015 eXo Platform SAS. All rights reserved.