public class NotificationsPortlet
extends com.liferay.util.bridges.mvc.MVCPortlet
| Constructor and Description |
|---|
NotificationsPortlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteUserNotificationEvent(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
protected void |
getNotificationsCount(javax.portlet.ResourceRequest resourceRequest,
javax.portlet.ResourceResponse resourceResponse) |
protected void |
getUserNotificationEvents(javax.portlet.ResourceRequest resourceRequest,
javax.portlet.ResourceResponse resourceResponse) |
void |
markAllAsRead(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
void |
markAsRead(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
void |
processAction(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
protected String |
renderEntry(javax.portlet.ResourceRequest resourceRequest,
javax.portlet.ResourceResponse resourceResponse,
com.liferay.notifications.model.UserNotificationEvent userNotificationEvent) |
void |
serveResource(javax.portlet.ResourceRequest resourceRequest,
javax.portlet.ResourceResponse resourceResponse) |
void |
setDelivered(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
protected void |
updateArchived(long userNotificationEventId) |
void |
updateUserNotificationDelivery(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
callActionMethod, checkPermissions, doAbout, doConfig, doDispatch, doEdit, doEditDefaults, doEditGuest, doHelp, doPreview, doPrint, doView, getPath, include, include, include, include, include, init, invokeTaglibDiscussionaddSuccessMessage, checkPath, getActionMethod, getPaths, getRedirect, getTitle, initValidPaths, isAlwaysSendRedirect, isProcessActionRequest, isProcessPortletRequest, isProcessRenderRequest, isProcessResourceRequest, isSessionErrorException, isValidPath, sendRedirect, translate, translate, translate, writeJSON, writeJSONdestroy, doHeaders, getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getNextPossiblePortletModes, getPortletConfig, getPortletContext, getPortletName, getProcessingEventQNames, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales, init, processEvent, renderpublic void deleteUserNotificationEvent(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws Exception
Exceptionpublic void markAllAsRead(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws Exception
Exceptionpublic void markAsRead(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws Exception
Exceptionpublic void processAction(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws javax.portlet.PortletException
processAction in interface javax.portlet.PortletprocessAction in class com.liferay.util.bridges.mvc.MVCPortletjavax.portlet.PortletExceptionpublic void serveResource(javax.portlet.ResourceRequest resourceRequest,
javax.portlet.ResourceResponse resourceResponse)
throws javax.portlet.PortletException
serveResource in interface javax.portlet.ResourceServingPortletserveResource in class com.liferay.util.bridges.mvc.MVCPortletjavax.portlet.PortletExceptionpublic void setDelivered(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws Exception
Exceptionpublic void updateUserNotificationDelivery(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws Exception
Exceptionprotected void getNotificationsCount(javax.portlet.ResourceRequest resourceRequest,
javax.portlet.ResourceResponse resourceResponse)
throws Exception
Exceptionprotected void getUserNotificationEvents(javax.portlet.ResourceRequest resourceRequest,
javax.portlet.ResourceResponse resourceResponse)
throws Exception
Exceptionprotected String renderEntry(javax.portlet.ResourceRequest resourceRequest, javax.portlet.ResourceResponse resourceResponse, com.liferay.notifications.model.UserNotificationEvent userNotificationEvent) throws Exception
ExceptionCopyright © 2018. All Rights Reserved.