| Package | Description |
|---|---|
| org.restcomm.connect.dao | |
| org.restcomm.connect.dao.entities | |
| org.restcomm.connect.dao.mybatis |
| Modifier and Type | Method and Description |
|---|---|
Notification |
NotificationsDao.getNotification(Sid sid) |
| Modifier and Type | Method and Description |
|---|---|
List<Notification> |
NotificationsDao.getNotifications(Sid accountSid) |
List<Notification> |
NotificationsDao.getNotificationsByCall(Sid callSid) |
List<Notification> |
NotificationsDao.getNotificationsByLogLevel(int logLevel) |
List<Notification> |
NotificationsDao.getNotificationsByMessageDate(org.joda.time.DateTime messageDate) |
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationsDao.addNotification(Notification notification) |
| Modifier and Type | Method and Description |
|---|---|
Notification |
Notification.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<Notification> |
NotificationList.getNotifications() |
| Constructor and Description |
|---|
NotificationList(List<Notification> notifications) |
| Modifier and Type | Method and Description |
|---|---|
Notification |
MybatisNotificationsDao.getNotification(Sid sid) |
| Modifier and Type | Method and Description |
|---|---|
List<Notification> |
MybatisNotificationsDao.getNotifications(Sid accountSid) |
List<Notification> |
MybatisNotificationsDao.getNotificationsByCall(Sid callSid) |
List<Notification> |
MybatisNotificationsDao.getNotificationsByLogLevel(int logLevel) |
List<Notification> |
MybatisNotificationsDao.getNotificationsByMessageDate(org.joda.time.DateTime messageDate) |
| Modifier and Type | Method and Description |
|---|---|
void |
MybatisNotificationsDao.addNotification(Notification notification) |
Copyright © 2017. All Rights Reserved.