public interface DataCollector
Modifier and Type | Method and Description |
---|---|
void |
addJoinedData(java.util.List<TableSource> tablesSources,
TableData data,
java.util.List<Field> selectedColumns,
boolean filterRequired,
boolean sortRequired,
boolean distinctRequired,
com.inet.report.list.DatabaseFieldList requiredColumns)
Adds partial joined data for the specified table sources.
|
void |
addUnjoinedData(TableSource tableSource,
TableData data)
Adds unjoined data for the specified table source.
|
void addUnjoinedData(TableSource tableSource, TableData data) throws ReportException
tableSource
- the table sourcedata
- the table dataReportException
- on failures during performing local joinsjava.lang.IllegalArgumentException
- when the table source is invalid or already suppliedvoid addJoinedData(java.util.List<TableSource> tablesSources, TableData data, java.util.List<Field> selectedColumns, boolean filterRequired, boolean sortRequired, boolean distinctRequired, com.inet.report.list.DatabaseFieldList requiredColumns) throws ReportException
tablesSources
- a list of table sources which are connected via joinsdata
- the table dataselectedColumns
- the selected columnsfilterRequired
- flag indicating whether filter needs to be applied locallysortRequired
- flag indicating whether sorting needs to be applied locallydistinctRequired
- flag indicating whether distinction needs to be applied locallyrequiredColumns
- the required columnsReportException
- on failures during local joining or filtering.java.lang.IllegalArgumentException
- when the specified table sources are unknown or were already suppliedCopyright © 1999-2020 by i-net software GmbH