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