public class DefaultReportService extends Object implements ReportService, org.springframework.beans.factory.InitializingBean
DefaultReportService class.
Constructor and Description |
---|
DefaultReportService() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
ReportCatalogDao |
getReportCatalogDao()
getReportCatalogDao
|
String |
runReport(Report report,
String reportDirectory)
runReport
|
void |
setReportCatalogDao(ReportCatalogDao reportCatalogDao)
setReportCatalogDao
|
public String runReport(Report report, String reportDirectory) throws ReportRunException
runReport
runReport
in interface ReportService
report
- a Report
object.reportDirectory
- a String
object.String
object.ReportRunException
public ReportCatalogDao getReportCatalogDao()
getReportCatalogDao
ReportCatalogDao
object.public void setReportCatalogDao(ReportCatalogDao reportCatalogDao)
setReportCatalogDao
reportCatalogDao
- a ReportCatalogDao
object.Copyright © 2021. All rights reserved.