Uses of Class
net.datenwerke.gxtdto.client.servercommunication.exceptions.NonFatalException
Packages that use NonFatalException
Package
Description
-
Uses of NonFatalException in net.datenwerke.rs.base.client.reportengines.table.rpc
Methods in net.datenwerke.rs.base.client.reportengines.table.rpc that throw NonFatalExceptionModifier and TypeMethodDescriptionTableReportUtilityService.getReportInformation(TableReportDto tableReport, String executeToken) <any>TableReportUtilityService.getReturnedColumns(TableReportDto tableReport, String executeToken) TableReportUtilityService.getSpecialParameter(ReportDto reportDto, String executeToken) List<ColumnDto> TableReportUtilityService.loadColumnDefinition(ReportDto report, DatasourceContainerDto containerDto, String query, String executeToken) <any>TableReportUtilityService.loadData(ReportDto report, DatasourceContainerDto containerDto, PagingLoadConfig loadConfig, String query) -
Uses of NonFatalException in net.datenwerke.rs.base.server.table
Methods in net.datenwerke.rs.base.server.table that throw NonFatalExceptionModifier and TypeMethodDescription<any>TableReportUtilityServiceImpl.getReturnedColumns(TableReportDto tableReportDto, String executeToken) -
Uses of NonFatalException in net.datenwerke.rs.base.service.reportengines.table
Methods in net.datenwerke.rs.base.service.reportengines.table that throw NonFatalExceptionModifier and TypeMethodDescriptionTableReportUtils.getReturnedColumns(TableReport report, String executeToken) TableReportUtils.getReturnedColumns(TableReport report, User user, String executeToken) TableReportUtilsImpl.getReturnedColumns(TableReport report, String executeToken) TableReportUtilsImpl.getReturnedColumns(TableReport report, User user, String executeToken) TableReportUtils.getReturnedPlainColumns(TableReport report, String executeToken) TableReportUtils.getReturnedPlainColumns(TableReport report, User user, String executeToken) TableReportUtilsImpl.getReturnedPlainColumns(TableReport report, String executeToken) TableReportUtilsImpl.getReturnedPlainColumns(TableReport report, User user, String executeToken) TableReportUtils.getReturnedPlainTableDefinition(TableReport report, String executeToken) TableReportUtilsImpl.getReturnedPlainTableDefinition(TableReport report, String executeToken) -
Uses of NonFatalException in net.datenwerke.rs.base.service.reportengines.table.utils
Methods in net.datenwerke.rs.base.service.reportengines.table.utils that throw NonFatalExceptionModifier and TypeMethodDescriptionvoidTableReportColumnMetadataService.augmentWithMetadata(Collection<Column> columns, TableReport report, User user) voidTableReportColumnMetadataService.augmentWithMetadata(TableReport report, User user) voidTableReportColumnMetadataServiceImpl.augmentWithMetadata(Collection<Column> columns, TableReport report, User user) voidTableReportColumnMetadataServiceImpl.augmentWithMetadata(TableReport report, User user) TableReportColumnMetadataService.createColumnMetadataMap(TableReport realReport, User user) TableReportColumnMetadataServiceImpl.createColumnMetadataMap(TableReport report, User user) -
Uses of NonFatalException in net.datenwerke.rs.deployment.service
Methods in net.datenwerke.rs.deployment.service that throw NonFatalExceptionModifier and TypeMethodDescriptionReportDeploymentService.calculateColumnDifferences(Report leftReport, TableDefinition leftReportTableDef, Report rightReport, TableDefinition rightReportTableDef, boolean ignoreCase) ReportDeploymentService.getVariantsConflictingColumns(Report leftReport, TableDefinition leftReportTableDef, Report rightReport, TableDefinition rightReportTableDef, boolean ignoreCase) -
Uses of NonFatalException in net.datenwerke.rs.saikupivot.service
Methods in net.datenwerke.rs.saikupivot.service that throw NonFatalExceptionModifier and TypeMethodDescriptionSaikuPivotService.createSaikuFrom(User user, TableReport report, String executeToken) SaikuPivotServiceImpl.createSaikuFrom(User user, TableReport report, String executeToken) SaikuPivotService.cubeExport(User user, TableReport report, String executeToken) SaikuPivotServiceImpl.cubeExport(User user, TableReport report, String executeToken)