org.jasig.portlet.widget.service
Class AbstractCachingAlertService

java.lang.Object
  extended by org.jasig.portlet.widget.service.AbstractCachingAlertService
All Implemented Interfaces:
IAlertService
Direct Known Subclasses:
AbstractXmlAlertService, RomeAlertService

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

public abstract class AbstractCachingAlertService
extends Object
implements IAlertService


Field Summary
static String ENABLED_BY_DEFAULT_PREFERENCE
          Deprecated.  
static String MAX_ITEMS_PREFERENCE
          Deprecated.  
 
Constructor Summary
AbstractCachingAlertService()
          Deprecated.  
 
Method Summary
 List<IAlert> fetch(javax.portlet.PortletRequest req)
          Deprecated. Return the current alerts, if any.
protected abstract  List<IAlert> getFeedFromSource(javax.portlet.PortletRequest req)
          Deprecated.  
 Boolean isEnabled()
          Deprecated. Important -- may be null.
 void setCacheTimeout(long cacheTimeout)
          Deprecated.  
 void setEnabled(Boolean b)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENABLED_BY_DEFAULT_PREFERENCE

public static final String ENABLED_BY_DEFAULT_PREFERENCE
Deprecated. 
See Also:
Constant Field Values

MAX_ITEMS_PREFERENCE

public static final String MAX_ITEMS_PREFERENCE
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

AbstractCachingAlertService

public AbstractCachingAlertService()
Deprecated. 
Method Detail

isEnabled

public final Boolean isEnabled()
Deprecated. 
Important -- may be null.

Specified by:
isEnabled in interface IAlertService
Returns:
true, false, or null (unspecified)

setEnabled

public final void setEnabled(Boolean b)
Deprecated. 
Specified by:
setEnabled in interface IAlertService

setCacheTimeout

public final void setCacheTimeout(long cacheTimeout)
Deprecated. 

fetch

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

Specified by:
fetch in interface IAlertService
Returns:

getFeedFromSource

protected abstract List<IAlert> getFeedFromSource(javax.portlet.PortletRequest req)
Deprecated. 


Copyright © 2013 Jasig. All Rights Reserved.