Schnittstelle ITableViewDtoSearcher

Alle bekannten Implementierungsklassen:
TableViewDtoSearcher

public interface ITableViewDtoSearcher
Version:
2025-01-10
Autor:
Silvan Wyss
  • Methodendetails

    • getColumnViewByColumnId

      ColumnSchemaViewDto getColumnViewByColumnId(TableSchemaViewDto tableSchemaViewDto, String columnId)
      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.