Uses of Class
org.qubership.atp.tdm.model.TestDataTableCatalog
Packages that use TestDataTableCatalog
Package
Description
-
Uses of TestDataTableCatalog in org.qubership.atp.tdm.controllers
Methods in org.qubership.atp.tdm.controllers that return types with arguments of type TestDataTableCatalogModifier and TypeMethodDescriptionTestDataController.getTestDataTablesCatalog(UUID projectId, UUID systemId) -
Uses of TestDataTableCatalog in org.qubership.atp.tdm.mdc
Methods in org.qubership.atp.tdm.mdc with parameters of type TestDataTableCatalogModifier and TypeMethodDescriptionvoidTdmMdcHelper.putConfigFields(TestDataTableCatalog catalog) -
Uses of TestDataTableCatalog in org.qubership.atp.tdm.repo
Methods in org.qubership.atp.tdm.repo that return TestDataTableCatalogModifier and TypeMethodDescriptionCatalogRepository.findByProjectIdAndSystemIdAndTableTitle(UUID projectId, UUID systemId, String tableTitle) CatalogRepository.findByRefreshConfigId(UUID id) CatalogRepository.findByTableName(String tableName) CatalogRepository.findTableByProjectIdAndTableName(UUID projectId, String tableName) Methods in org.qubership.atp.tdm.repo that return types with arguments of type TestDataTableCatalogModifier and TypeMethodDescriptionCatalogRepository.findAllByCleanupConfigId(UUID id) CatalogRepository.findAllByEnvironmentIdAndSystemId(UUID systemId, UUID environmentId) CatalogRepository.findAllByProjectId(UUID projectId) CatalogRepository.findAllByProjectIdAndEnvironmentId(UUID projectId, UUID environmentId) CatalogRepository.findAllByProjectIdAndSystemId(UUID projectId, UUID systemId) CatalogRepository.findAllByProjectIdAndSystemIdAndCleanupConfigIdIsNotNull(UUID projectId, UUID systemId) CatalogRepository.findAllByProjectIdAndTableTitle(UUID projectId, String tableTitle) CatalogRepository.findAllByProjectIdAndTableTitleAndCleanupConfigIdIsNotNull(UUID projectId, String tableTitle) CatalogRepository.findAllByProjectIdAndTableTitleAndSystemIdIn(UUID projectId, String tableTitle, List<UUID> systemIds) CatalogRepository.findByEnvironmentId(UUID environmentId) CatalogRepository.findByLastUsageBefore(Date lastUsage) CatalogRepository.findByProjectIdAndLastUsageBefore(UUID projectId, Date before) CatalogRepository.findByProjectIdNotInAndLastUsageBefore(Collection<UUID> projectIds, Date lastUsage) CatalogRepository.findBySystemId(UUID systemId) CatalogRepository.findFirstByProjectIdAndTableTitle(UUID projectId, String tableTitle) Method parameters in org.qubership.atp.tdm.repo with type arguments of type TestDataTableCatalogModifier and TypeMethodDescriptionStatisticsRepository.getTestDataAvailability(List<TestDataTableCatalog> catalogList, UUID projectId) StatisticsRepository.getTestDataMonitoringStatistics(List<TestDataTableCatalog> catalogList, UUID projectId) StatisticsRepository.getTestDataOutdatedConsumption(List<TestDataTableCatalog> catalogList, UUID projectId, LocalDate dateFrom, LocalDate dateTo, int expirationDate) -
Uses of TestDataTableCatalog in org.qubership.atp.tdm.repo.impl
Method parameters in org.qubership.atp.tdm.repo.impl with type arguments of type TestDataTableCatalogModifier and TypeMethodDescriptionStatisticsRepositoryImpl.getTestDataAvailability(List<TestDataTableCatalog> catalogList, UUID projectId) StatisticsRepositoryImpl.getTestDataMonitoringStatistics(List<TestDataTableCatalog> catalogList, UUID projectId) StatisticsRepositoryImpl.getTestDataOutdatedConsumption(List<TestDataTableCatalog> catalogList, UUID projectId, LocalDate dateFrom, LocalDate dateTo, int expirationDate) -
Uses of TestDataTableCatalog in org.qubership.atp.tdm.service
Methods in org.qubership.atp.tdm.service that return types with arguments of type TestDataTableCatalogModifier and TypeMethodDescriptionColumnService.getAllTablesWithLinks(UUID projectId, UUID systemId) TestDataService.getTestDataTablesCatalog(UUID projectId, UUID systemId) Methods in org.qubership.atp.tdm.service with parameters of type TestDataTableCatalogModifier and TypeMethodDescriptionvoidStatisticsService.fillCreatedWhenStatistics(String tableName, TestDataTableCatalog catalog) voidStatisticsService.fillCreatedWhenStatistics(String tableName, TestDataTableCatalog catalog, List<UUID> rows) Method parameters in org.qubership.atp.tdm.service with type arguments of type TestDataTableCatalogModifier and TypeMethodDescriptionTestDataService.getTableByCreatedWhen(List<TestDataTableCatalog> catalogList, LocalDate dateFrom, LocalDate dateTo) -
Uses of TestDataTableCatalog in org.qubership.atp.tdm.service.impl
Methods in org.qubership.atp.tdm.service.impl that return types with arguments of type TestDataTableCatalogModifier and TypeMethodDescriptionColumnServiceImpl.getAllTablesWithLinks(UUID projectId, UUID systemId) Get catalog of all tables with links.TestDataServiceImpl.getTestDataTablesCatalog(UUID projectId, UUID systemId) Methods in org.qubership.atp.tdm.service.impl with parameters of type TestDataTableCatalogModifier and TypeMethodDescriptionvoidStatisticsServiceImpl.fillCreatedWhenStatistics(String tableName, TestDataTableCatalog catalog) voidStatisticsServiceImpl.fillCreatedWhenStatistics(String tableName, TestDataTableCatalog catalog, List<UUID> rows) Method parameters in org.qubership.atp.tdm.service.impl with type arguments of type TestDataTableCatalogModifier and TypeMethodDescriptionTestDataServiceImpl.getTableByCreatedWhen(List<TestDataTableCatalog> catalogList, LocalDate dateFrom, LocalDate dateTo)