org.opennms.web.notification
Interface WebNotificationRepository
- All Known Implementing Classes:
- DaoWebNotificationRepository, JdbcWebNotificationRepository
public interface WebNotificationRepository
countMatchingNotifications
int countMatchingNotifications(NotificationCriteria criteria)
getNotification
Notification getNotification(int noticeId)
getMatchingNotifications
Notification[] getMatchingNotifications(NotificationCriteria criteria)
acknowledgeMatchingNotification
void acknowledgeMatchingNotification(String user,
Date timestamp,
NotificationCriteria criteria)
Copyright © 2009. All Rights Reserved.