public interface WebNotificationRepository
WebNotificationRepository interface.
| Modifier and Type | Method and Description | 
|---|---|
void | 
acknowledgeMatchingNotification(String user,
                               Date timestamp,
                               NotificationCriteria criteria)
acknowledgeMatchingNotification 
 | 
int | 
countMatchingNotifications(NotificationCriteria criteria)
countMatchingNotifications 
 | 
Notification[] | 
getMatchingNotifications(NotificationCriteria criteria)
getMatchingNotifications 
 | 
Notification | 
getNotification(int noticeId)
getNotification 
 | 
int countMatchingNotifications(NotificationCriteria criteria)
countMatchingNotifications
criteria - a NotificationCriteria object.Notification getNotification(int noticeId)
getNotification
noticeId - a int.Notification object.Notification[] getMatchingNotifications(NotificationCriteria criteria)
getMatchingNotifications
criteria - a NotificationCriteria object.Notification objects.void acknowledgeMatchingNotification(String user, Date timestamp, NotificationCriteria criteria)
acknowledgeMatchingNotification
user - a String object.timestamp - a java$util$Date object.criteria - a NotificationCriteria object.Copyright © 2021. All rights reserved.