org.jasig.portlet.widget.service
Interface IAlertService

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

public interface IAlertService


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

Method Detail

isEnabled

Boolean isEnabled()
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)

fetch

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

Parameters:
req -
Returns:


Copyright © 2012 Jasig. All Rights Reserved.