|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portlet.widget.service.AbstractCachingAlertService
public abstract class AbstractCachingAlertService
| 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 |
|---|
public static final String ENABLED_BY_DEFAULT_PREFERENCE
public static final String MAX_ITEMS_PREFERENCE
| Constructor Detail |
|---|
public AbstractCachingAlertService()
| Method Detail |
|---|
public final Boolean isEnabled()
isEnabled in interface IAlertServicepublic final void setEnabled(Boolean b)
setEnabled in interface IAlertServicepublic final void setCacheTimeout(long cacheTimeout)
public final List<IAlert> fetch(javax.portlet.PortletRequest req)
fetch in interface IAlertServiceprotected abstract List<IAlert> getFeedFromSource(javax.portlet.PortletRequest req)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||