| Package | Description | 
|---|---|
| org.openmrs.notification | 
| Modifier and Type | Method and Description | 
|---|---|
| AlertRecipient | Alert. getRecipient(User recipient)Convenience method to find the AlertRecipient object within this alert that corresponds to
 the given  recipient | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.Set<AlertRecipient> | Alert. getRecipients() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Alert. addRecipient(AlertRecipient r)Convenience method to add the given AlertRecipient to the list of recipients for this alert | 
| void | Alert. removeRecipient(AlertRecipient r)Convenience method to remove the given AlertRecipient from this Alert's list of recipients | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Alert. setRecipients(java.util.Set<AlertRecipient> recipients) | 
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.