org.opennms.report.inventory.svclayer
Class DefaultInventoryReportService

java.lang.Object
  extended by org.opennms.report.inventory.svclayer.DefaultInventoryReportService
All Implemented Interfaces:
InventoryReportService

public class DefaultInventoryReportService
extends Object
implements InventoryReportService

DefaultInventoryReportService class.

Version:
$Id: $
Author:
ranger

Constructor Summary
DefaultInventoryReportService()
           
 
Method Summary
 InventoryReportRunner getReportRunner()
          getReportRunner
 boolean runReport(InventoryReportCriteria criteria)
          runReport
 void setReportRunner(InventoryReportRunner reportRunner)
          setReportRunner
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultInventoryReportService

public DefaultInventoryReportService()
Method Detail

getReportRunner

public InventoryReportRunner getReportRunner()

getReportRunner

Returns:
a InventoryReportRunner object.

setReportRunner

public void setReportRunner(InventoryReportRunner reportRunner)

setReportRunner

Parameters:
reportRunner - a InventoryReportRunner object.

runReport

public boolean runReport(InventoryReportCriteria criteria)

runReport

Specified by:
runReport in interface InventoryReportService
Parameters:
criteria - a InventoryReportCriteria object.
Returns:
a boolean.


Copyright © 2011. All Rights Reserved.