public interface INotificationRepository
| Modifier and Type | Method and Description |
|---|---|
org.jasig.portlet.notice.NotificationResponse |
fetch(javax.servlet.http.HttpServletRequest request)
Provide the current collection of Notifications information for the specified user.
|
void |
refresh(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Reset all
INotificationService and INotificationServiceFilter instances that
implement IRefreshable. |
void refresh(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
INotificationService and INotificationServiceFilter instances that
implement IRefreshable.request - The REST requestresponse - The REST responseorg.jasig.portlet.notice.NotificationResponse fetch(javax.servlet.http.HttpServletRequest request)
request - The REST request