public interface NotificationsDao
| Modifier and Type | Method and Description |
|---|---|
void |
addNotification(Notification notification) |
Notification |
getNotification(Sid sid) |
List<Notification> |
getNotifications(Sid accountSid) |
List<Notification> |
getNotificationsByCall(Sid callSid) |
List<Notification> |
getNotificationsByLogLevel(int logLevel) |
List<Notification> |
getNotificationsByMessageDate(org.joda.time.DateTime messageDate) |
void |
removeNotification(Sid sid) |
void |
removeNotifications(Sid accountSid) |
void |
removeNotificationsByCall(Sid callSid) |
void addNotification(Notification notification)
Notification getNotification(Sid sid)
List<Notification> getNotifications(Sid accountSid)
List<Notification> getNotificationsByCall(Sid callSid)
List<Notification> getNotificationsByLogLevel(int logLevel)
List<Notification> getNotificationsByMessageDate(org.joda.time.DateTime messageDate)
void removeNotification(Sid sid)
void removeNotifications(Sid accountSid)
void removeNotificationsByCall(Sid callSid)
Copyright © 2017. All Rights Reserved.