Uses of Class
jku.se.Notification
Packages that use Notification
-
Uses of Notification in jku.se
Methods in jku.se with parameters of type NotificationModifier and TypeMethodDescriptionvoid
User.setNotification
(Notification notification) Sets the Notification object used by this user. -
Uses of Notification in jku.se.repository
Methods in jku.se.repository that return types with arguments of type NotificationModifier and TypeMethodDescriptionstatic List
<Notification> AdminNotificationRepository.getAllAdminNotifications()
Methods in jku.se.repository with parameters of type NotificationModifier and TypeMethodDescriptionstatic void
AdminNotificationRepository.addAdminNotification
(Notification notification) -
Uses of Notification in jku.se.Utilities
Methods in jku.se.Utilities that return types with arguments of type NotificationModifier and TypeMethodDescriptionNotificationManager.getNotifications()
NotificationManager.getNotificationsForUser
(String userEmail) Gets all notifications for a specific user (global + user-specific).NotificationManager.getUserSpecificNotifications
(String userEmail) Gets only user-specific notifications for a specific user (excludes global admin notifications).Methods in jku.se.Utilities with parameters of type NotificationModifier and TypeMethodDescriptionvoid
NotificationManager.addNotification
(Notification notification) void
NotificationManager.addNotificationForUser
(String userEmail, Notification notification) Adds a notification for a specific user.