org.jasig.portlet.widget.service
Interface IAlertService

All Known Implementing Classes:
AbstractCachingAlertService, AbstractXmlAlertService, ClasspathXmlAlertService, HttpXmlAlertService, RomeAlertService

Deprecated. This portlet was moved to the Apereo NotificationPortlet project.

public interface IAlertService


Method Summary
 List<IAlert> fetch(javax.portlet.PortletRequest req)
          Deprecated. Get the current alerts, if any.
 Boolean isEnabled()
          Deprecated. IMPORTANT -- might be null.
 void setEnabled(Boolean b)
          Deprecated.  
 

Method Detail

isEnabled

Boolean isEnabled()
Deprecated. 
IMPORTANT -- might be null. A null response means the the value is currently UNSPECIFIED (and the behavior will be chosen by PortletPreferences).

Returns:
true, false, or null (unspecified)

setEnabled

void setEnabled(Boolean b)
Deprecated. 

fetch

List<IAlert> fetch(javax.portlet.PortletRequest req)
Deprecated. 
Get the current alerts, if any.

Parameters:
req -
Returns:


Copyright © 2013 Jasig. All Rights Reserved.