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 StringDataAction. 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 StringDataAction. 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 NotificationServiceNotificationService. getInstance(GlobalContext globalContext) -
Uses of NotificationService in org.javlo.thread
Methods in org.javlo.thread that return NotificationService Modifier and Type Method Description NotificationServiceAbstractThread. getNotificationService()NotificationServiceThreadManager. getNotificationService()Methods in org.javlo.thread with parameters of type NotificationService Modifier and Type Method Description voidAbstractThread. setNotificationService(NotificationService notificationService)voidThreadManager. setNotificationService(NotificationService notificationService)
-