public abstract class BaseShowProducersAction extends BaseMoskitoUIAction
ATTR_IS_NAV_MENU_COLLAPSED, AVAILABLE_UNITS_LIST, BEAN_AUTORELOAD, BEAN_CHART_ENGINE, BEAN_INTERVAL, BEAN_SORT_TYPE_PREFIX, BEAN_SORT_TYPE_SINGLE_PRODUCER_PREFIX, BEAN_UNIT, DEFAULT_FORWARD, DEFAULT_INTERVAL, DEFAULT_TITLE, DEFAULT_UNIT, DEFAULT_UNIT_BEAN, PARAM_CATEGORY, PARAM_CHART_ENGINE, PARAM_FILTER_ZERO, PARAM_FORWARD, PARAM_ID, PARAM_INTERVAL, PARAM_PRODUCER_ID, PARAM_RELOAD_INTERVAL, PARAM_SORT_BY, PARAM_SORT_ORDER, PARAM_SUBSYSTEM, PARAM_UNIT, WHITESPACES| Constructor and Description |
|---|
BaseShowProducersAction() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doCustomProcessing(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
net.anotheria.maf.action.ActionCommand |
execute(net.anotheria.maf.action.ActionMapping mapping,
net.anotheria.maf.bean.FormBean formBean,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
protected boolean |
exportSupported()
Override and return true if your action supports csv/xml/json export.
|
protected NaviItem |
getCurrentNaviItem()
Returns the highlighted navigation item.
|
protected List<ProducerDecoratorBean> |
getDecoratedProducers(javax.servlet.http.HttpServletRequest req,
List<ProducerAO> producers,
Map<String,GraphDataBean> graphData) |
protected String |
getPageName() |
abstract String |
getPageTitle(javax.servlet.http.HttpServletRequest req)
Returns the page title.
|
protected abstract List<ProducerAO> |
getProducers(javax.servlet.http.HttpServletRequest req)
Returns the list of producers for presentation.
|
protected String |
getSubTitle() |
getAccumulatorAPI, getAdditionalFunctionalityAPI, getCurrentInterval, getCurrentInterval, getCurrentSubNaviItem, getCurrentUnit, getCurrentUnit, getDashboardAPI, getDecoratorRegistry, getForward, getGaugeAPI, getJourneyAPI, getLinkToCurrentPage, getProducerAPI, getProducerId, getSubsystem, getThresholdAPI, postProcess, preProcess, rebuildQueryStringWithoutParameterprotected abstract List<ProducerAO> getProducers(javax.servlet.http.HttpServletRequest req)
req - public abstract String getPageTitle(javax.servlet.http.HttpServletRequest req)
req - public net.anotheria.maf.action.ActionCommand execute(net.anotheria.maf.action.ActionMapping mapping,
net.anotheria.maf.bean.FormBean formBean,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
protected void doCustomProcessing(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
protected final NaviItem getCurrentNaviItem()
BaseMoskitoUIActiongetCurrentNaviItem in class BaseMoskitoUIActionprotected List<ProducerDecoratorBean> getDecoratedProducers(javax.servlet.http.HttpServletRequest req, List<ProducerAO> producers, Map<String,GraphDataBean> graphData)
protected String getPageName()
getPageName in class BaseMoskitoUIActionprotected String getSubTitle()
getSubTitle in class BaseMoskitoUIActionprotected boolean exportSupported()
BaseMoskitoUIActionexportSupported in class BaseMoskitoUIActionCopyright © 2010-2015 anotheria.net. All Rights Reserved.