| Package | Description |
|---|---|
| com.mware.core.model.notification | |
| com.mware.core.model.workQueue |
| Modifier and Type | Method and Description |
|---|---|
SystemNotification |
SystemNotificationRepository.createNotification(SystemNotificationSeverity severity,
String title,
String message,
String externalUrl,
Date startDate,
Date endDate,
User user) |
SystemNotification |
InMemorySystemNotificationRepository.createNotification(SystemNotificationSeverity severity,
String title,
String message,
String actionEvent,
org.json.JSONObject actionPayload,
Date startDate,
Date endDate,
User user) |
SystemNotification |
SystemNotificationRepository.createNotification(SystemNotificationSeverity severity,
String title,
String message,
String actionEvent,
org.json.JSONObject actionPayload,
Date startDate,
Date endDate,
User user) |
SystemNotification |
InMemorySystemNotificationRepository.getNotification(String id,
User user) |
SystemNotification |
SystemNotificationRepository.getNotification(String rowKey,
User user) |
SystemNotification |
InMemorySystemNotificationRepository.updateNotification(SystemNotification notification,
User user) |
SystemNotification |
SystemNotificationRepository.updateNotification(SystemNotification notification,
User user) |
| Modifier and Type | Method and Description |
|---|---|
List<SystemNotification> |
InMemorySystemNotificationRepository.getActiveNotifications(User user) |
List<SystemNotification> |
SystemNotificationRepository.getActiveNotifications(User user) |
List<SystemNotification> |
InMemorySystemNotificationRepository.getFutureNotifications(Date maxDate,
User user) |
List<SystemNotification> |
SystemNotificationRepository.getFutureNotifications(Date maxDate,
User user) |
| Modifier and Type | Method and Description |
|---|---|
void |
SystemNotificationRepository.endNotification(SystemNotification notification,
User user) |
SystemNotification |
InMemorySystemNotificationRepository.updateNotification(SystemNotification notification,
User user) |
SystemNotification |
SystemNotificationRepository.updateNotification(SystemNotification notification,
User user) |
| Modifier and Type | Method and Description |
|---|---|
void |
WebQueueRepository.pushSystemNotification(SystemNotification notification) |
void |
WebQueueRepository.pushSystemNotificationUpdate(SystemNotification notification) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.