Class ReportUseDynamicClassFiller
java.lang.Object
ru.bitel.bgbilling.modules.reports.server.bean.filter.ReportUseDynamicClassFiller
- All Implemented Interfaces:
ru.bitel.bgbilling.modules.reports.server.report.BGCSVReport.CSVFillerData
public abstract class ReportUseDynamicClassFiller
extends Object
implements ru.bitel.bgbilling.modules.reports.server.report.BGCSVReport.CSVFillerData
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
fillReport
(Connection con, BGReportFilter filter, BGReportTemplate.ReportResult result) void
fillReport
(Connection con, BGReportFilter filter, ru.bitel.bgbilling.modules.reports.server.report.BGCSVReport.ReportResult result) protected abstract void
fillReportImpl
(Connection con, BGReportFilter filter, List<Map<String, String>> fields, Map<String, String> params)
-
Constructor Details
-
ReportUseDynamicClassFiller
public ReportUseDynamicClassFiller()
-
-
Method Details
-
fillReport
public void fillReport(Connection con, BGReportFilter filter, ru.bitel.bgbilling.modules.reports.server.report.BGCSVReport.ReportResult result) throws Exception - Specified by:
fillReport
in interfaceru.bitel.bgbilling.modules.reports.server.report.BGCSVReport.CSVFillerData
- Throws:
Exception
-
fillReport
public void fillReport(Connection con, BGReportFilter filter, BGReportTemplate.ReportResult result) throws Exception - Throws:
Exception
-
fillReportImpl
protected abstract void fillReportImpl(Connection con, BGReportFilter filter, List<Map<String, String>> fields, Map<String, throws ExceptionString> params) - Throws:
Exception
-