|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.web.notification.DaoWebNotificationRepository
public class DaoWebNotificationRepository
DaoWebNotificationRepository class.
| Constructor Summary | |
|---|---|
DaoWebNotificationRepository()
|
|
| Method Summary | |
|---|---|
void |
acknowledgeMatchingNotification(String user,
Date timestamp,
NotificationCriteria criteria)
acknowledgeMatchingNotification |
int |
countMatchingNotifications(NotificationCriteria criteria)
countMatchingNotifications |
Notification[] |
getMatchingNotifications(NotificationCriteria criteria)
getMatchingNotifications |
Notification |
getNotification(int noticeId)
getNotification |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DaoWebNotificationRepository()
| Method Detail |
|---|
@Transactional
public void acknowledgeMatchingNotification(String user,
Date timestamp,
NotificationCriteria criteria)
acknowledgeMatchingNotification
acknowledgeMatchingNotification in interface WebNotificationRepositoryuser - a String object.timestamp - a java$util$Date object.criteria - a NotificationCriteria object.@Transactional public int countMatchingNotifications(NotificationCriteria criteria)
countMatchingNotifications
countMatchingNotifications in interface WebNotificationRepositorycriteria - a NotificationCriteria object.
@Transactional public Notification[] getMatchingNotifications(NotificationCriteria criteria)
getMatchingNotifications
getMatchingNotifications in interface WebNotificationRepositorycriteria - a NotificationCriteria object.
Notification objects.@Transactional public Notification getNotification(int noticeId)
getNotification
getNotification in interface WebNotificationRepositorynoticeId - a int.
Notification object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||