Uses of Class
org.qubership.atp.tdm.model.table.TableColumnValues
Packages that use TableColumnValues
Package
Description
-
Uses of TableColumnValues in org.qubership.atp.tdm.controllers
Methods in org.qubership.atp.tdm.controllers that return types with arguments of type TableColumnValuesModifier and TypeMethodDescriptionTestDataController.getDistinctColumnValues(UUID systemId, String columnName, UUID environmentId) -
Uses of TableColumnValues in org.qubership.atp.tdm.repo
Methods in org.qubership.atp.tdm.repo that return types with arguments of type TableColumnValuesModifier and TypeMethodDescriptionTableColumnValuesRepository.findTableColumnValuesByTableNameIn(List<String> tableList) -
Uses of TableColumnValues in org.qubership.atp.tdm.service
Methods in org.qubership.atp.tdm.service that return types with arguments of type TableColumnValuesModifier and TypeMethodDescriptionTestDataService.getDistinctTablesColumnValues(UUID systemId, UUID environmentId, String columnName) -
Uses of TableColumnValues in org.qubership.atp.tdm.service.impl
Methods in org.qubership.atp.tdm.service.impl that return types with arguments of type TableColumnValuesModifier and TypeMethodDescriptionTestDataServiceImpl.getDistinctTablesColumnValues(UUID systemId, UUID environmentId, String columnName) -
Uses of TableColumnValues in org.qubership.atp.tdm.utils
Methods in org.qubership.atp.tdm.utils with parameters of type TableColumnValuesModifier and TypeMethodDescriptionstatic StringAvailableStatisticUtils.availableDataQuery(TableColumnValues columnValues, String activeColumn) Available Data Query.