Class TableInfoSearcher
java.lang.Object
ch.nolix.system.midschemainfo.modelsearcher.TableInfoSearcher
- All Implemented Interfaces:
ITableInfoSearcher
- Author:
- Silvan Wyss
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetColumnViewByColumnId(TableInfoDto tableInfoDto, String columnId) getColumnViewByColumnName(TableInfoDto tableInfoDto, String columnName)
-
Constructor Details
-
TableInfoSearcher
public TableInfoSearcher()
-
-
Method Details
-
getColumnViewByColumnId
- Specified by:
getColumnViewByColumnIdin interfaceITableInfoSearcher- Parameters:
tableInfoDto-columnId-- Returns:
- the column view of the column with the given columnId from the given tableViewDto.
-
getColumnViewByColumnName
- Specified by:
getColumnViewByColumnNamein interfaceITableInfoSearcher- Parameters:
tableInfoDto-columnName-- Returns:
- the column view of the column with the given columnName from the given tableViewDto.
-