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