Interface TableReportUtilityService
- All Known Implementing Classes:
TableReportUtilityServiceImpl
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
public interface TableReportUtilityService
-
Method Summary
Modifier and TypeMethodDescriptionexportPrefilterToDot(String token, TableReportDto report) exportPrefilterToSvg(String token, TableReportDto report) <any>getDistinctValuesPaged(SelectorPanelLoadConfig pagingLoadConfig, TableReportDto report, ColumnDto column, FilterType type, boolean useFilters, boolean countResults, String executeToken) getReportInformation(TableReportDto tableReport, String executeToken) <any>getReturnedColumns(TableReportDto tableReport, String executeToken) getSpecialParameter(ReportDto reportDto, String executeToken) List<ColumnDto> loadColumnDefinition(ReportDto report, DatasourceContainerDto containerDto, String query, String executeToken) <any>loadData(ReportDto report, DatasourceContainerDto containerDto, PagingLoadConfig loadConfig, String query)
-
Method Details
-
getReturnedColumns
<any> getReturnedColumns(TableReportDto tableReport, String executeToken) throws ServerCallFailedException, NonFatalException -
getReportInformation
TableReportInformation getReportInformation(TableReportDto tableReport, String executeToken) throws ServerCallFailedException, NonFatalException -
getSpecialParameter
Map<String,List<String>> getSpecialParameter(ReportDto reportDto, String executeToken) throws ServerCallFailedException, NonFatalException -
getDistinctValuesPaged
<any> getDistinctValuesPaged(SelectorPanelLoadConfig pagingLoadConfig, TableReportDto report, ColumnDto column, FilterType type, boolean useFilters, boolean countResults, String executeToken) throws ServerCallFailedException - Throws:
ServerCallFailedException
-
loadColumnDefinition
List<ColumnDto> loadColumnDefinition(ReportDto report, DatasourceContainerDto containerDto, String query, String executeToken) throws ServerCallFailedException, NonFatalException -
loadData
<any> loadData(ReportDto report, DatasourceContainerDto containerDto, PagingLoadConfig loadConfig, String query) throws ServerCallFailedException, NonFatalException -
exportPrefilterToDot
- Throws:
ServerCallFailedException
-
exportPrefilterToSvg
- Throws:
ServerCallFailedException
-
getPreviewPageSizeConfigs
- Throws:
ServerCallFailedException
-