Interface ReportGenerationService
- All Known Implementing Classes:
- ReportGenerationServiceImpl
public interface ReportGenerationService
- 
Method SummaryModifier and TypeMethodDescriptiongenerateReport(ReportConfiguration configuration) Generate a report based on the given configuration.
- 
Method Details- 
generateReportGenerate a report based on the given configuration.
 
-