Schnittstelle ITableViewDtoSearcher
- Alle bekannten Implementierungsklassen:
TableViewDtoSearcher
public interface ITableViewDtoSearcher
- Version:
- 2025-01-10
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetColumnViewByColumnId
(TableSchemaViewDto tableSchemaViewDto, String columnId) getColumnViewByColumnName
(TableSchemaViewDto tableSchemaViewDto, String columnName)
-
Methodendetails
-
getColumnViewByColumnId
- Parameter:
tableSchemaViewDto
-columnId
-- Gibt zurück:
- the column view of the column with the given columnId from the given tableViewDto.
- Löst aus:
RuntimeException
- if the given tableViewDto does not contain a column view of a column with the given columnId.
-
getColumnViewByColumnName
ColumnSchemaViewDto getColumnViewByColumnName(TableSchemaViewDto tableSchemaViewDto, String columnName) - Parameter:
tableSchemaViewDto
-columnName
-- Gibt zurück:
- the column view of the column with the given columnName from the given tableViewDto.
- Löst aus:
RuntimeException
- if the given tableViewDto does not contain a column view of a column with the given columnName.
-