public interface AlertDAO
Context
,
AlertService
Modifier and Type | Method and Description |
---|---|
void |
deleteAlert(Alert alert) |
Alert |
getAlert(Integer alertId) |
List<Alert> |
getAlerts(User user,
boolean includeRead,
boolean includeVoided) |
List<Alert> |
getAllAlerts(boolean includeExpired) |
Alert |
saveAlert(Alert alert) |
Alert saveAlert(Alert alert) throws DAOException
DAOException
AlertService.saveAlert(org.openmrs.notification.Alert)
Alert getAlert(Integer alertId) throws DAOException
DAOException
AlertService.getAlert(Integer)
List<Alert> getAlerts(User user, boolean includeRead, boolean includeVoided) throws DAOException
DAOException
AlertService.getAlerts(org.openmrs.User, boolean, boolean)
void deleteAlert(Alert alert) throws DAOException
DAOException
AlertService.purgeAlert(org.openmrs.notification.Alert)
List<Alert> getAllAlerts(boolean includeExpired)
AlertService.getAllAlerts(boolean)
Copyright © 2024 OpenMRS Inc.. All rights reserved.