public class DefaultOnmsReportConfigDao extends AbstractCastorConfigDao<OpennmsReports,List<Report>> implements OnmsReportConfigDao
AbstractCastorConfigDao.CastorReloadCallback| Constructor and Description |
|---|
DefaultOnmsReportConfigDao()
Constructor for DefaultOnmsReportConfigDao.
|
| Modifier and Type | Method and Description |
|---|---|
DateParm[] |
getDateParms(String id)
getDateParms
|
String |
getHtmlStylesheetLocation(String id)
getHtmlStylesheetLocation
|
IntParm[] |
getIntParms(String id)
getIntParms
|
String |
getLogo(String id)
getLogo
|
Parameters |
getParameters(String id)
getParameters
|
String |
getPdfStylesheetLocation(String id)
getPdfStylesheetLocation
|
StringParm[] |
getStringParms(String id)
getStringParms
|
String |
getSvgStylesheetLocation(String id)
getSvgStylesheetLocation
|
String |
getType(String id)
getType
|
List<Report> |
translateConfig(OpennmsReports castorConfig)
translateConfig
|
afterPropertiesSet, createLoadedLogMessage, getConfigResource, getContainer, getDescription, getReloadCheckInterval, loadConfig, setConfigResource, setReloadCheckIntervalpublic DefaultOnmsReportConfigDao()
Constructor for DefaultOnmsReportConfigDao.
public String getHtmlStylesheetLocation(String id)
getHtmlStylesheetLocation
getHtmlStylesheetLocation in interface OnmsReportConfigDaoid - a String object.String object.public String getPdfStylesheetLocation(String id)
getPdfStylesheetLocation
getPdfStylesheetLocation in interface OnmsReportConfigDaoid - a String object.String object.public String getSvgStylesheetLocation(String id)
getSvgStylesheetLocation
getSvgStylesheetLocation in interface OnmsReportConfigDaoid - a String object.String object.public String getLogo(String id)
getLogo
getLogo in interface OnmsReportConfigDaoid - a String object.String object.public String getType(String id)
getType
getType in interface OnmsReportConfigDaoid - a String object.String object.public Parameters getParameters(String id)
getParameters
getParameters in interface OnmsReportConfigDaoid - a String object.Parameters object.public DateParm[] getDateParms(String id)
getDateParms
getDateParms in interface OnmsReportConfigDaoid - a String object.DateParm objects.public StringParm[] getStringParms(String id)
getStringParms
getStringParms in interface OnmsReportConfigDaoid - a String object.StringParm objects.public IntParm[] getIntParms(String id)
getIntParms
getIntParms in interface OnmsReportConfigDaoid - a String object.IntParm objects.public List<Report> translateConfig(OpennmsReports castorConfig)
translateConfig
translateConfig in class AbstractCastorConfigDao<OpennmsReports,List<Report>>castorConfig - a K object.Copyright © 2017. All rights reserved.