A C D E F G H I L N O P R S T U V 

A

AbstractNotificationService - Class in org.jasig.portlet.notice.service
 
AbstractNotificationService() - Constructor for class org.jasig.portlet.notice.service.AbstractNotificationService
 
ATTRIBUTE_HIDDEN_ERRORS - Static variable in class org.jasig.portlet.notice.controller.notification.NotificationController
 
attributeKey - Variable in class org.jasig.portlet.notice.service.rest.PortletRequestAttributeParameterEvaluator
 

C

CacheNotificationService - Class in org.jasig.portlet.notice.service
This class contains all the notification service providers.
CacheNotificationService() - Constructor for class org.jasig.portlet.notice.service.CacheNotificationService
 
ClassLoaderResourceNotificationService - Class in org.jasig.portlet.notice.service.classloader
This is a simple service provider that reads notifications from one or more files in the classpath.
ClassLoaderResourceNotificationService() - Constructor for class org.jasig.portlet.notice.service.classloader.ClassLoaderResourceNotificationService
 
collect(EventRequest, EventResponse) - Method in interface org.jasig.portlet.notice.INotificationService
This method allows INotificationService implementations that receive portlet events to collect notifications from other portlets in the portal.
collect(EventRequest, EventResponse) - Method in class org.jasig.portlet.notice.service.AbstractNotificationService
Subclasses of AbstractNotificationService that need to perform some logic within this method should override it.
collect(EventRequest, EventResponse) - Method in class org.jasig.portlet.notice.service.CacheNotificationService
 
collect(EventRequest, EventResponse) - Method in class org.jasig.portlet.notice.service.event.PortletEventNotificationService
 
collectNotifications(EventRequest, EventResponse) - Method in class org.jasig.portlet.notice.controller.NotificationLifecycleController
 
createServiceUserWindowSpecificCacheKey(PortletRequest) - Method in class org.jasig.portlet.notice.service.AbstractNotificationService
 

D

DemoNotificationService - Class in org.jasig.portlet.notice.service.classloader
This is a simple demo service provider that reads notifications from a file.
DemoNotificationService() - Constructor for class org.jasig.portlet.notice.service.classloader.DemoNotificationService
 
DO_EVENTS_PREFERENCE - Static variable in class org.jasig.portlet.notice.controller.NotificationLifecycleController
 

E

EmergencyAlertAdminController - Class in org.jasig.portlet.notice.controller.emergency
 
EmergencyAlertAdminController() - Constructor for class org.jasig.portlet.notice.controller.emergency.EmergencyAlertAdminController
 
EmergencyAlertController - Class in org.jasig.portlet.notice.controller.emergency
 
EmergencyAlertController() - Constructor for class org.jasig.portlet.notice.controller.emergency.EmergencyAlertController
 
evaluate(PortletRequest) - Method in interface org.jasig.portlet.notice.service.rest.IParameterEvaluator
Provides a value for the configured parameter, or null if none is available.
evaluate(PortletRequest) - Method in class org.jasig.portlet.notice.service.rest.PortletRequestAttributeParameterEvaluator
 
evaluate(PortletRequest) - Method in class org.jasig.portlet.notice.service.rest.StringLiteralParameterEvaluator
 
evaluate(PortletRequest) - Method in class org.jasig.portlet.notice.service.rest.UserAttributeParameterEvaluator
 

F

fetch(ResourceRequest) - Method in interface org.jasig.portlet.notice.INotificationService
Provide the current collection of Notifications information for the user represented by the PortletRequest.
fetch(ResourceRequest) - Method in class org.jasig.portlet.notice.service.CacheNotificationService
 
fetch(ResourceRequest) - Method in class org.jasig.portlet.notice.service.classloader.ClassLoaderResourceNotificationService
 
fetch(ResourceRequest) - Method in class org.jasig.portlet.notice.service.classloader.DemoNotificationService
 
fetch(ResourceRequest) - Method in class org.jasig.portlet.notice.service.event.PortletEventNotificationService
 
fetch(ResourceRequest) - Method in class org.jasig.portlet.notice.service.rest.RestfulJsonNotificationService
 
fetch(ResourceRequest) - Method in class org.jasig.portlet.notice.service.rome.RomeNotificationService
 
findUsername(PortletRequest) - Method in class org.jasig.portlet.notice.util.UsernameFinder
 

G

getLocations(PortletRequest) - Method in class org.jasig.portlet.notice.service.classloader.ClassLoaderResourceNotificationService
Returns a specific List impl (ArrayList) because it implements Serializable.
getLocations(PortletRequest) - Method in class org.jasig.portlet.notice.service.classloader.DemoNotificationService
 
getName() - Method in interface org.jasig.portlet.notice.INotificationService
Returns the name of the service, which should be unique in the portlet app.
getName() - Method in class org.jasig.portlet.notice.service.AbstractNotificationService
 
getNotifications(ResourceRequest, String) - Method in class org.jasig.portlet.notice.controller.emergency.EmergencyAlertController
 
getNotifications(ResourceRequest) - Method in class org.jasig.portlet.notice.controller.notification.NotificationController
 

H

hideError(ActionRequest, ActionResponse, String) - Method in class org.jasig.portlet.notice.controller.notification.NotificationController
 

I

INotificationService - Interface in org.jasig.portlet.notice
This is the central interface of the Notifications API.
invoke(ActionRequest, ActionResponse, boolean) - Method in interface org.jasig.portlet.notice.INotificationService
This method 'primes the pump' for INotificationService implementations.
invoke(ActionRequest, ActionResponse, boolean) - Method in class org.jasig.portlet.notice.service.AbstractNotificationService
Subclasses of AbstractNotificationService that need to perform some logic within this method should override it.
invoke(ActionRequest, ActionResponse, boolean) - Method in class org.jasig.portlet.notice.service.CacheNotificationService
 
invoke(ActionRequest, ActionResponse, boolean) - Method in class org.jasig.portlet.notice.service.event.PortletEventNotificationService
 
invoke(ActionRequest, ActionResponse, boolean) - Method in class org.jasig.portlet.notice.service.rome.RomeNotificationService
 
invokeNotificationService(ActionRequest, ActionResponse, String) - Method in class org.jasig.portlet.notice.controller.NotificationLifecycleController
 
IParameterEvaluator - Interface in org.jasig.portlet.notice.service.rest
 
isActive() - Method in class org.jasig.portlet.notice.service.classloader.DemoNotificationService
 
isValid(ResourceRequest, NotificationResponse) - Method in interface org.jasig.portlet.notice.INotificationService
Indicates whether a previous (presumably cached) NotificationResponse is still valid.
isValid(ResourceRequest, NotificationResponse) - Method in class org.jasig.portlet.notice.service.AbstractNotificationService
Returns true.
isValid(ResourceRequest, NotificationResponse) - Method in class org.jasig.portlet.notice.service.classloader.ClassLoaderResourceNotificationService
 

L

LOCATIONS_PREFERENCE - Static variable in class org.jasig.portlet.notice.service.classloader.ClassLoaderResourceNotificationService
 
LOCATIONS_PREFERENCE - Static variable in class org.jasig.portlet.notice.service.classloader.DemoNotificationService
 

N

NOTIFICATION_NAMESPACE - Static variable in class org.jasig.portlet.notice.controller.NotificationLifecycleController
 
NOTIFICATION_QUERY_LOCAL_NAME - Static variable in class org.jasig.portlet.notice.controller.NotificationLifecycleController
 
NOTIFICATION_QUERY_QNAME - Static variable in class org.jasig.portlet.notice.controller.NotificationLifecycleController
 
NOTIFICATION_QUERY_QNAME_STRING - Static variable in class org.jasig.portlet.notice.controller.NotificationLifecycleController
 
NOTIFICATION_RESULT_LOCAL_NAME - Static variable in class org.jasig.portlet.notice.controller.NotificationLifecycleController
 
NOTIFICATION_RESULT_QNAME - Static variable in class org.jasig.portlet.notice.controller.NotificationLifecycleController
 
NOTIFICATION_RESULT_QNAME_STRING - Static variable in class org.jasig.portlet.notice.controller.NotificationLifecycleController
 
NotificationController - Class in org.jasig.portlet.notice.controller.notification
 
NotificationController() - Constructor for class org.jasig.portlet.notice.controller.notification.NotificationController
 
NotificationLifecycleController - Class in org.jasig.portlet.notice.controller
Gathering of notifications requires action and sometimes event phases.
NotificationLifecycleController() - Constructor for class org.jasig.portlet.notice.controller.NotificationLifecycleController
 

O

org.jasig.portlet.notice - package org.jasig.portlet.notice
 
org.jasig.portlet.notice.controller - package org.jasig.portlet.notice.controller
 
org.jasig.portlet.notice.controller.emergency - package org.jasig.portlet.notice.controller.emergency
 
org.jasig.portlet.notice.controller.notification - package org.jasig.portlet.notice.controller.notification
 
org.jasig.portlet.notice.service - package org.jasig.portlet.notice.service
 
org.jasig.portlet.notice.service.classloader - package org.jasig.portlet.notice.service.classloader
 
org.jasig.portlet.notice.service.event - package org.jasig.portlet.notice.service.event
 
org.jasig.portlet.notice.service.rest - package org.jasig.portlet.notice.service.rest
 
org.jasig.portlet.notice.service.rome - package org.jasig.portlet.notice.service.rome
 
org.jasig.portlet.notice.util - package org.jasig.portlet.notice.util
 

P

PortletEventNotificationService - Class in org.jasig.portlet.notice.service.event
 
PortletEventNotificationService() - Constructor for class org.jasig.portlet.notice.service.event.PortletEventNotificationService
 
PortletRequestAttributeParameterEvaluator - Class in org.jasig.portlet.notice.service.rest
 
PortletRequestAttributeParameterEvaluator() - Constructor for class org.jasig.portlet.notice.service.rest.PortletRequestAttributeParameterEvaluator
 
prepareErrorResponse(String, String) - Method in class org.jasig.portlet.notice.service.AbstractNotificationService
 

R

RestfulJsonNotificationService - Class in org.jasig.portlet.notice.service.rest
 
RestfulJsonNotificationService() - Constructor for class org.jasig.portlet.notice.service.rest.RestfulJsonNotificationService
 
RomeNotificationService - Class in org.jasig.portlet.notice.service.rome
 
RomeNotificationService() - Constructor for class org.jasig.portlet.notice.service.rome.RomeNotificationService
 

S

SERVICE_URLS_PREFERENCE - Static variable in class org.jasig.portlet.notice.service.rest.RestfulJsonNotificationService
 
setActive(boolean) - Method in class org.jasig.portlet.notice.service.classloader.DemoNotificationService
 
setAttributeKey(String) - Method in class org.jasig.portlet.notice.service.rest.PortletRequestAttributeParameterEvaluator
 
setCache(Cache) - Method in class org.jasig.portlet.notice.service.CacheNotificationService
 
setCache(Cache) - Method in class org.jasig.portlet.notice.service.classloader.ClassLoaderResourceNotificationService
 
setCache(Cache) - Method in class org.jasig.portlet.notice.service.event.PortletEventNotificationService
 
setCache(Cache) - Method in class org.jasig.portlet.notice.service.rome.RomeNotificationService
 
setEmbeddedServices(List<INotificationService>) - Method in class org.jasig.portlet.notice.service.CacheNotificationService
 
setName(String) - Method in class org.jasig.portlet.notice.service.AbstractNotificationService
 
setPasswordEvaluator(IParameterEvaluator) - Method in class org.jasig.portlet.notice.service.rest.RestfulJsonNotificationService
 
setRestTemplate(RestTemplate) - Method in class org.jasig.portlet.notice.service.rest.RestfulJsonNotificationService
 
setUrlParameters(Map<String, IParameterEvaluator>) - Method in class org.jasig.portlet.notice.service.rest.RestfulJsonNotificationService
 
setUserAttributeKey(String) - Method in class org.jasig.portlet.notice.service.rest.UserAttributeParameterEvaluator
 
setUsernameEvaluator(IParameterEvaluator) - Method in class org.jasig.portlet.notice.service.rest.RestfulJsonNotificationService
 
setValue(String) - Method in class org.jasig.portlet.notice.service.rest.StringLiteralParameterEvaluator
 
showAdmin(PortletRequest) - Method in class org.jasig.portlet.notice.controller.emergency.EmergencyAlertAdminController
 
showAlert(PortletRequest) - Method in class org.jasig.portlet.notice.controller.emergency.EmergencyAlertController
 
showNotificationsList() - Method in class org.jasig.portlet.notice.controller.notification.NotificationController
 
StringLiteralParameterEvaluator - Class in org.jasig.portlet.notice.service.rest
 
StringLiteralParameterEvaluator() - Constructor for class org.jasig.portlet.notice.service.rest.StringLiteralParameterEvaluator
 

T

toggleEnabled(ActionRequest) - Method in class org.jasig.portlet.notice.controller.emergency.EmergencyAlertAdminController
 

U

URLS_PREFERENCE - Static variable in class org.jasig.portlet.notice.service.rome.RomeNotificationService
 
UserAttributeParameterEvaluator - Class in org.jasig.portlet.notice.service.rest
 
UserAttributeParameterEvaluator() - Constructor for class org.jasig.portlet.notice.service.rest.UserAttributeParameterEvaluator
 
usernameFinder - Variable in class org.jasig.portlet.notice.service.AbstractNotificationService
 
UsernameFinder - Class in org.jasig.portlet.notice.util
 
UsernameFinder() - Constructor for class org.jasig.portlet.notice.util.UsernameFinder
 

V

VIEW_SHOW_ALERTS - Static variable in class org.jasig.portlet.notice.controller.emergency.EmergencyAlertController
 
VIEWNAME - Static variable in class org.jasig.portlet.notice.controller.emergency.EmergencyAlertAdminController
 
A C D E F G H I L N O P R S T U V 

Copyright © 2013 Jasig. All Rights Reserved.