| Modifier and Type | Method and Description |
|---|---|
static ScheduledNotification |
ScheduleController.show(ScheduledNotification notification)
Display the scheduled notification dialog modally.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
NotificationService.deleteScheduledNotification(ScheduledNotification notification)
Delete a scheduled notification.
|
List<String> |
NotificationService.getScheduledNotificationMessage(ScheduledNotification notification)
Returns the message associated with a scheduled notification.
|
void |
NotificationService.getScheduledNotificationRecipients(ScheduledNotification notification,
Collection<Recipient> result)
Returns a list of recipients associated with a scheduled notification.
|
boolean |
NotificationService.scheduleNotification(ScheduledNotification notification,
List<String> message,
Collection<Recipient> recipients)
Creates a schedule notification.
|
static ScheduledNotification |
ScheduleController.show(ScheduledNotification notification)
Display the scheduled notification dialog modally.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationService.getScheduledNotifications(Collection<ScheduledNotification> result)
Returns all scheduled notifications for the current user.
|
Copyright © 2014 Regenstrief Center for Biomedical Informatics. All rights reserved.