org.opennms.web.svclayer
Interface KscReportService

All Known Implementing Classes:
DefaultKscReportService

@Transactional(readOnly=true)
public interface KscReportService

Author:
DJ Gregor

Method Summary
 Report buildDomainReport(String domain)
           
 Report buildNodeReport(int nodeId)
           
 Map<Integer,String> getReportList()
           
 OnmsResource getResourceFromGraph(Graph graph)
           
 List<OnmsResource> getResourcesFromGraphs(List<Graph> graphs)
           
 Map<String,String> getTimeSpans(boolean includeNone)
           
 

Method Detail

buildNodeReport

Report buildNodeReport(int nodeId)

buildDomainReport

Report buildDomainReport(String domain)

getResourceFromGraph

OnmsResource getResourceFromGraph(Graph graph)

getResourcesFromGraphs

List<OnmsResource> getResourcesFromGraphs(List<Graph> graphs)

getTimeSpans

Map<String,String> getTimeSpans(boolean includeNone)

getReportList

Map<Integer,String> getReportList()


Copyright © 2009. All Rights Reserved.