Interface BGReportTemplate.ReportFiller
- Enclosing class:
- BGReportTemplate
public static interface BGReportTemplate.ReportFiller
-
Method Summary
Modifier and Type Method Description void
fillReport(java.sql.Connection con, BGReportFilter filter, BGReportTemplate.ReportResult result)
-
Method Details
-
fillReport
void fillReport(java.sql.Connection con, BGReportFilter filter, BGReportTemplate.ReportResult result) throws java.lang.Exception- Throws:
java.lang.Exception
-