Package web.sportflow.notification
Class NotificationController
java.lang.Object
web.sportflow.notification.NotificationController
@Controller
@RequestMapping({"/users/notifications","/user/notifications"})
public class NotificationController
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmarkAllNotificationsAsRead(User currentUser, String returnTo) markNotificationAsRead(User currentUser, Long notificationId, String returnTo)
-
Constructor Details
-
NotificationController
-
-
Method Details
-
markNotificationAsRead
-
markAllNotificationsAsRead
-