| Modifier and Type | Method and Description |
|---|---|
void |
NotificationService.forwardNotifications(Collection<Notification> notifications,
Collection<Recipient> recipients,
String comment)
Forward multiple notifications.
|
void |
NotificationService.getGroups(String startFrom,
boolean forward,
Collection<Recipient> result)
Returns a bolus of mail groups.
|
void |
NotificationService.getScheduledNotificationRecipients(ScheduledNotification notification,
Collection<Recipient> result)
Returns a list of recipients associated with a scheduled notification.
|
void |
NotificationService.getUsers(String startFrom,
boolean forward,
Collection<Recipient> result)
Returns a bolus of users.
|
boolean |
NotificationService.scheduleNotification(ScheduledNotification notification,
List<String> message,
Collection<Recipient> recipients)
Creates a schedule notification.
|
protected static boolean |
RecipientsController.show(Collection<Recipient> recipients)
Display the dialog modally, hiding the comment input element.
|
protected static String |
RecipientsController.showWithComment(Collection<Recipient> recipients)
Display the dialog modally, showing the comment input element.
|
Copyright © 2014 Regenstrief Center for Biomedical Informatics. All rights reserved.