| Package | Description |
|---|---|
| org.visallo.core.model.notification | |
| org.visallo.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 |
SystemNotificationRepository.createNotification(SystemNotificationSeverity severity,
String title,
String message,
String actionEvent,
org.json.JSONObject actionPayload,
Date startDate,
Date endDate,
User user) |
SystemNotification |
SystemNotificationRepository.getNotification(String rowKey,
User user) |
SystemNotification |
SystemNotificationRepository.updateNotification(SystemNotification notification,
User user) |
| Modifier and Type | Method and Description |
|---|---|
List<SystemNotification> |
SystemNotificationRepository.getActiveNotifications(User user) |
List<SystemNotification> |
SystemNotificationRepository.getFutureNotifications(Date maxDate,
User user) |
| Modifier and Type | Method and Description |
|---|---|
void |
SystemNotificationRepository.endNotification(SystemNotification notification,
User user) |
SystemNotification |
SystemNotificationRepository.updateNotification(SystemNotification notification,
User user) |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkQueueRepository.pushSystemNotification(SystemNotification notification) |
void |
WorkQueueRepository.pushSystemNotificationUpdate(SystemNotification notification) |
Copyright © 2013–2016 V5 Analytics. All rights reserved.