public final class RomeNotificationService extends AbstractNotificationService
| Modifier and Type | Field and Description |
|---|---|
static String |
URLS_PREFERENCE |
| Constructor and Description |
|---|
RomeNotificationService() |
| Modifier and Type | Method and Description |
|---|---|
NotificationResponse |
fetch(javax.portlet.ResourceRequest req)
Provide the current collection of Notifications information for the user
represented by the
PortletRequest. |
void |
invoke(javax.portlet.ActionRequest req,
javax.portlet.ActionResponse res,
boolean refresh)
Subclasses of
AbstractNotificationService that need to perform
some logic within this method should override it. |
void |
setCache(net.sf.ehcache.Cache cache) |
collect, createServiceUserWindowSpecificCacheKey, getName, isValid, prepareErrorResponse, setNamepublic static final String URLS_PREFERENCE
public void setCache(net.sf.ehcache.Cache cache)
public void invoke(javax.portlet.ActionRequest req,
javax.portlet.ActionResponse res,
boolean refresh)
AbstractNotificationServiceAbstractNotificationService that need to perform
some logic within this method should override it.invoke in interface INotificationServiceinvoke in class AbstractNotificationServicereq - The current ActionRequestres - The current ActionResponserefresh - If true, the service should expire any cached datapublic NotificationResponse fetch(javax.portlet.ResourceRequest req)
INotificationServicePortletRequest.req - The PortletRequestCopyright © 2013 Jasig. All Rights Reserved.