Uses of Class
org.javlo.service.NotificationService
-
Packages that use NotificationService Package Description org.javlo.actions org.javlo.service org.javlo.thread -
-
Uses of NotificationService in org.javlo.actions
Methods in org.javlo.actions with parameters of type NotificationService Modifier and Type Method Description static String
DataAction. performNotifications(RequestService rs, ContentContext ctx, GlobalContext globalContext, NotificationService notif, User user, javax.servlet.http.HttpSession session)
get the list of modification. option for request : markread=true, mark all notification returned as read. this method need user logger.static String
DataAction. performNotificationsAsRead(RequestService rs, ContentContext ctx, GlobalContext globalContext, NotificationService notif, User user, javax.servlet.http.HttpSession session)
-
Uses of NotificationService in org.javlo.service
Methods in org.javlo.service that return NotificationService Modifier and Type Method Description static NotificationService
NotificationService. getInstance(GlobalContext globalContext)
-
Uses of NotificationService in org.javlo.thread
Methods in org.javlo.thread that return NotificationService Modifier and Type Method Description NotificationService
AbstractThread. getNotificationService()
NotificationService
ThreadManager. getNotificationService()
Methods in org.javlo.thread with parameters of type NotificationService Modifier and Type Method Description void
AbstractThread. setNotificationService(NotificationService notificationService)
void
ThreadManager. setNotificationService(NotificationService notificationService)
-