Interface ITableViewSearcher

All Known Implementing Classes:
TableViewSearcher

public interface ITableViewSearcher
Author:
Silvan Wyss
  • Method Details

    • getColumnViewByColumnId

      ColumnViewDto getColumnViewByColumnId(TableViewDto tableViewDto, String columnId)
      Parameters:
      tableViewDto -
      columnId -
      Returns:
      the column view of the column with the given columnId from the given tableViewDto.
      Throws:
      RuntimeException - if the given tableViewDto does not contain a column view of a column with the given columnId.
    • getColumnViewByColumnName

      ColumnViewDto getColumnViewByColumnName(TableViewDto tableViewDto, String columnName)
      Parameters:
      tableViewDto -
      columnName -
      Returns:
      the column view of the column with the given columnName from the given tableViewDto.
      Throws:
      RuntimeException - if the given tableViewDto does not contain a column view of a column with the given columnName.