| 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 |
|---|---|
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(Set<AlertRecipient> recipients) |
Copyright © 2024 OpenMRS Inc.. All rights reserved.