Uses of Class
com.serinity.forumcontrol.model.Notification
Packages that use Notification
-
Uses of Notification in com.serinity.forumcontrol.controller
Methods in com.serinity.forumcontrol.controller that return NotificationMethods in com.serinity.forumcontrol.controller with parameters of type NotificationModifier and TypeMethodDescriptionvoidNotificationCardController.setNotification(Notification notification, Runnable onClickCallback, Runnable onDeleteCallback) Set notification data and display it -
Uses of Notification in com.serinity.forumcontrol.service
Methods in com.serinity.forumcontrol.service that return types with arguments of type NotificationModifier and TypeMethodDescriptionServiceNotification.getUnseenNotifications(String userId) Get unseen notifications for a userServiceNotification.getUserNotifications(String userId) Get all notifications for a user (newest first)