public interface INotificationStorage
| Modifier and Type | Method and Description |
|---|---|
boolean |
addNotification(Notification notification) |
boolean |
changeNotificationStatus(String notificationId) |
boolean |
deleteNotification(String notificationId) |
List<Notification> |
getAllNotifications() |
Notification |
getNotification(String notificationId) |
List<Notification> |
getUnreadNotifications() |
Notification getNotification(String notificationId)
List<Notification> getAllNotifications()
List<Notification> getUnreadNotifications()
boolean addNotification(Notification notification)
boolean changeNotificationStatus(String notificationId)
boolean deleteNotification(String notificationId)
Copyright © 2018. All rights reserved.