Uses of Interface
org.qubership.atp.tdm.repo.CatalogRepository
Packages that use CatalogRepository
Package
Description
-
Uses of CatalogRepository in org.qubership.atp.tdm.configuration
Constructors in org.qubership.atp.tdm.configuration with parameters of type CatalogRepositoryModifierConstructorDescriptionKafkaEventListenerConfig(TestDataService testDataService, ProjectInformationService projectInformationService, CatalogRepository catalogRepository, TdmMdcHelper helper) Configure listener config. -
Uses of CatalogRepository in org.qubership.atp.tdm.repo
Methods in org.qubership.atp.tdm.repo with parameters of type CatalogRepositoryModifier and TypeMethodDescriptionSqlRepository.getServer(String tableName, CatalogRepository catalogRepository, EnvironmentsService environmentsService) -
Uses of CatalogRepository in org.qubership.atp.tdm.repo.impl
Methods in org.qubership.atp.tdm.repo.impl with parameters of type CatalogRepositoryModifier and TypeMethodDescriptionSqlRepositoryImpl.getServer(String tableName, CatalogRepository catalogRepository, EnvironmentsService environmentsService) Constructors in org.qubership.atp.tdm.repo.impl with parameters of type CatalogRepositoryModifierConstructorDescriptionAtpActionRepositoryImpl(CatalogRepository catalogRepository, TestDataTableRepository testDataTableRepository, CleanupConfigRepository cleanupConfigRepository, ColumnService columnService, DataRefreshService dataRefreshService, TestDataFlagsService testDataFlagsService, CleanupServiceImpl cleanupService, org.qubership.atp.common.lock.LockManager lockManager) AtpActionRepository Constructor.TestDataTableRepositoryImpl(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, org.springframework.transaction.PlatformTransactionManager transactionManager, SqlRepository sqlRepository, ImportInfoRepository importInfoRepository, TestDataExtractorProvider extractorProvider, QueryEvaluator queryEvaluator, CatalogRepository catalogRepository, CleanupConfigRepository cleanupConfigRepository, org.qubership.atp.common.lock.LockManager lockManager) TestDataTableRepository Constructor. -
Uses of CatalogRepository in org.qubership.atp.tdm.service.impl
Constructors in org.qubership.atp.tdm.service.impl with parameters of type CatalogRepositoryModifierConstructorDescriptionCleanupServiceImpl(EnvironmentsService environmentsService, SchedulerService schedulerService, CleanupConfigRepository repository, TestDataTableRepository testDataTableRepository, CatalogRepository catalogRepository, SqlRepository sqlRepository, DataSource dataSource, ImportInfoRepository importInfoRepository, MetricService metricService, TdmMdcHelper helper, List<TestDataCleaner> implementations) Default constructor.ColumnServiceImpl(CatalogRepository catalogRepository, ColumnRepository columnRepository, EnvironmentsService environmentsService, TestDataTableRepository testDataTableRepository, org.qubership.atp.common.lock.LockManager lockManager) Default constructor.DataRefreshServiceImpl(EnvironmentsService environmentsService, SchedulerService schedulerService, RefreshConfigRepository repository, TestDataTableRepository testDataTableRepository, ImportInfoRepository importInfoRepository, CatalogRepository catalogRepository, SqlRepository sqlRepository, MetricService metricService, TdmMdcHelper helper) Default constructor.DeploymentServiceImpl(CatalogRepository catalogRepository) StatisticsServiceImpl(StatisticsRepository statisticsRepository, TestDataMonitoringRepository monitoringRepository, TestDataUsersMonitoringRepository userMonitoringRepository, SchedulerService schedulerService, EnvironmentsService environmentsService, TestDataService testDataService, CatalogRepository catalogRepository, OccupyStatisticRepository occupyStatisticRepository, TestAvailableDataMonitoringRepository availableDataMonitoringRepository, TableColumnValuesRepository tableColumnValuesRepository, Integer threshold) Default constructor.TestDataFlagsServiceImpl(TestDataColumnFlagsRepository testDataColumnFlagsRepository, CatalogRepository catalogRepository) Default constructor.TestDataServiceImpl(CatalogRepository catalogRepository, TestDataTableRepository testDataTableRepository, EnvironmentsService environmentsService, CleanupService cleanupService, StatisticsService statisticsService, DataRefreshService dataRefreshService, ColumnService columnService, ImportInfoRepository importInfoRepository, org.qubership.atp.crypt.api.Decryptor decryptor, TestDataFlagsService testDataFlagsService, ProjectInformationRepository projectInformationRepository, org.qubership.atp.common.lock.LockManager lockManager, SchedulerService schedulerService, Integer defaultQueryTimeout, String removingCron, String historyCleanerCron, TdmMdcHelper helper) Constructor for TestDataService. -
Uses of CatalogRepository in org.qubership.atp.tdm.service.notification.environments
Constructors in org.qubership.atp.tdm.service.notification.environments with parameters of type CatalogRepositoryModifierConstructorDescriptionEnvironmentsEventKafkaListener(TestDataService testDataService, CatalogRepository catalogRepository, TdmMdcHelper tdmMdcHelper) Environments Event Kafka Listener. -
Uses of CatalogRepository in org.qubership.atp.tdm.service.notification.systems
Constructors in org.qubership.atp.tdm.service.notification.systems with parameters of type CatalogRepositoryModifierConstructorDescriptionSystemsEventKafkaListener(TestDataService testDataService, CatalogRepository catalogRepository, TdmMdcHelper tdmMdcHelper) Systems Event Kafka Listener. -
Uses of CatalogRepository in org.qubership.atp.tdm.websocket.bulkaction
Fields in org.qubership.atp.tdm.websocket.bulkaction declared as CatalogRepositoryModifier and TypeFieldDescriptionprotected final CatalogRepositoryBulkActionsHandler.catalogRepositoryConstructors in org.qubership.atp.tdm.websocket.bulkaction with parameters of type CatalogRepositoryModifierConstructorDescriptionBulkActionsHandler(ExecutorService executorService, CatalogRepository catalogRepository, EnvironmentsService environmentsService, AbstractBulkActionMailSender mailSender, CurrentTime currentTime, org.qubership.atp.common.lock.LockManager lockManager, TdmMdcHelper mdcHelper) Constructor with parameters. -
Uses of CatalogRepository in org.qubership.atp.tdm.websocket.bulkaction.cleanup
Constructors in org.qubership.atp.tdm.websocket.bulkaction.cleanup with parameters of type CatalogRepositoryModifierConstructorDescriptionBulkDataCleanupHandler(ExecutorService executorService, CatalogRepository catalogRepository, EnvironmentsService environmentsService, CleanupService cleanupService, CleanupConfigRepository cleanupConfigRepository, BulkCleanupMailSender mailSender, CurrentTime currentTime, org.qubership.atp.common.lock.LockManager lockManager, TdmMdcHelper helper) Constructor with parameters. -
Uses of CatalogRepository in org.qubership.atp.tdm.websocket.bulkaction.dataload
Constructors in org.qubership.atp.tdm.websocket.bulkaction.dataload with parameters of type CatalogRepositoryModifierConstructorDescriptionBulkDataImportHandler(ExecutorService executorService, CatalogRepository catalogRepository, EnvironmentsService environmentsService, BulkCleanupMailSender mailSender, DataRefreshService dataRefreshService, ImportInfoRepository importInfoRepository, CurrentTime currentTime, org.qubership.atp.common.lock.LockManager lockManager, TdmMdcHelper mdcHelper) Constructor with parameters.BulkDataRefreshHandler(ExecutorService executorService, CatalogRepository catalogRepository, ImportInfoRepository importInfoRepository, DataRefreshService dataRefreshService, EnvironmentsService environmentsService, BulkRefreshMailSender mailSender, CurrentTime currentTime, org.qubership.atp.common.lock.LockManager lockManager, TdmMdcHelper mdcHelper) Constructor with parameters. -
Uses of CatalogRepository in org.qubership.atp.tdm.websocket.bulkaction.drop
Constructors in org.qubership.atp.tdm.websocket.bulkaction.drop with parameters of type CatalogRepositoryModifierConstructorDescriptionBulkDataDropHandler(ExecutorService executorService, CatalogRepository catalogRepository, EnvironmentsService environmentsService, TestDataService testDataService, BulkDropMailSender mailSender, CurrentTime currentTime, org.qubership.atp.common.lock.LockManager lockManager, TdmMdcHelper mdcHelper) -
Uses of CatalogRepository in org.qubership.atp.tdm.websocket.bulkaction.links
Constructors in org.qubership.atp.tdm.websocket.bulkaction.links with parameters of type CatalogRepositoryModifierConstructorDescriptionBulkDataLinksRefreshHandler(ExecutorService executorService, CatalogRepository catalogRepository, EnvironmentsService environmentsService, ColumnService columnService, BulkLinksRefreshMailSender mailSender, CurrentTime currentTime, org.qubership.atp.common.lock.LockManager lockManager, TdmMdcHelper mdcHelper)