Uses of Class
org.opennms.netmgt.model.StatisticsReport
-
Packages that use StatisticsReport Package Description org.opennms.netmgt.dao.mock org.opennms.netmgt.model This file is part of OpenNMS(R).org.opennms.web.svclayer org.opennms.web.svclayer.model org.opennms.web.svclayer.support -
-
Uses of StatisticsReport in org.opennms.netmgt.dao.mock
Methods in org.opennms.netmgt.dao.mock with parameters of type StatisticsReport Modifier and Type Method Description protected void
MockStatisticsReportDao. generateId(StatisticsReport report)
protected java.lang.Integer
MockStatisticsReportDao. getId(StatisticsReport report)
-
Uses of StatisticsReport in org.opennms.netmgt.model
Methods in org.opennms.netmgt.model that return StatisticsReport Modifier and Type Method Description StatisticsReport
StatisticsReportData. getReport()
getReportMethods in org.opennms.netmgt.model with parameters of type StatisticsReport Modifier and Type Method Description void
StatisticsReportData. setReport(StatisticsReport report)
setReport -
Uses of StatisticsReport in org.opennms.web.svclayer
Methods in org.opennms.web.svclayer that return types with arguments of type StatisticsReport Modifier and Type Method Description java.util.List<StatisticsReport>
StatisticsReportService. getStatisticsReports()
getStatisticsReports -
Uses of StatisticsReport in org.opennms.web.svclayer.model
Methods in org.opennms.web.svclayer.model that return StatisticsReport Modifier and Type Method Description StatisticsReport
StatisticsReportModel. getReport()
getReportMethods in org.opennms.web.svclayer.model with parameters of type StatisticsReport Modifier and Type Method Description void
StatisticsReportModel. setReport(StatisticsReport report)
setReport -
Uses of StatisticsReport in org.opennms.web.svclayer.support
Methods in org.opennms.web.svclayer.support that return types with arguments of type StatisticsReport Modifier and Type Method Description java.util.List<StatisticsReport>
DefaultStatisticsReportService. getStatisticsReports()
getStatisticsReports
-