Interface ITableInfoSearcher
- All Known Implementing Classes:
TableInfoSearcher
public interface ITableInfoSearcher
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptiongetColumnViewByColumnId(TableInfoDto tableInfoDto, String columnId) getColumnViewByColumnName(TableInfoDto tableInfoDto, String columnName)
-
Method Details
-
getColumnViewByColumnId
- Parameters:
tableInfoDto-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
- Parameters:
tableInfoDto-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.
-