public class DWRAlertService
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
protected org.apache.commons.logging.Log | 
log  | 
| Constructor and Description | 
|---|
DWRAlertService()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<AlertListItem> | 
getAlerts()
Calls the corresponding AlertService.getAlertsByUser(null) method to get alerts for the
 current user or for the authenticated role 
 | 
void | 
markAlertRead(java.lang.Integer alertId)
Calls the corresponding AlertService.markAlertRead(Alert) method 
 | 
public java.util.List<AlertListItem> getAlerts()
public void markAlertRead(java.lang.Integer alertId)
alertId - Copyright © 2018 OpenMRS Inc.. All Rights Reserved.