Interface ReportService
-
- All Known Implementing Classes:
DefaultReportService
public interface ReportService
ReportService interface.
- Version:
- $Id: $
- Author:
- ranger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
runReport(Report report, String reportDirectory)
runReport
-
-
-
Method Detail
-
runReport
String runReport(Report report, String reportDirectory) throws ReportRunException
runReport
- Parameters:
report
- aReport
object.reportDirectory
- aString
object.- Returns:
- a
String
object. - Throws:
ReportRunException
-
-