Uses of Interface
net.datenwerke.rs.base.service.datasources.table.impl.config.TableDatasourceConfig
Packages that use TableDatasourceConfig
Package
Description
-
Uses of TableDatasourceConfig in net.datenwerke.rs.base.service.datasources.table.impl
Methods in net.datenwerke.rs.base.service.datasources.table.impl with parameters of type TableDatasourceConfigModifier and TypeMethodDescriptionvoidTableDataSource.applyConfig(TableDatasourceConfig config) voidTableDBDataSource.applyConfig(TableDatasourceConfig config) -
Uses of TableDatasourceConfig in net.datenwerke.rs.base.service.reportengines.table
Methods in net.datenwerke.rs.base.service.reportengines.table with parameters of type TableDatasourceConfigModifier and TypeMethodDescriptionSimpleDataSupplier.getData(DatasourceContainerProvider container, ParameterSet parameters, Integer offset, Integer limit, TableDatasourceConfig config, SimpleDataSupplier.DataConsumer consumer, Column... columns) SimpleDataSupplier.getData(DatasourceContainerProvider container, User user, Integer offset, Integer limit, TableDatasourceConfig config, SimpleDataSupplier.DataConsumer consumer, Column... columns) intSimpleDataSupplier.getDataCount(DatasourceContainerProvider container, ParameterSet parameters, TableDatasourceConfig config)