Uses of Class
org.qubership.atp.tdm.model.statistics.DateStatistics
Packages that use DateStatistics
Package
Description
-
Uses of DateStatistics in org.qubership.atp.tdm.controllers
Methods in org.qubership.atp.tdm.controllers that return DateStatisticsModifier and TypeMethodDescriptionStatisticsController.getTestDataCreatedWhen(UUID projectId, UUID systemId, String dateFrom, String dateTo) -
Uses of DateStatistics in org.qubership.atp.tdm.model.statistics
Methods in org.qubership.atp.tdm.model.statistics that return DateStatisticsModifier and TypeMethodDescriptionstatic DateStatisticsDateStatistics.concatDateStatistics(DateStatistics firstDateStatistics, DateStatistics secondDateStatistics) Uniting statistics for deleted and existing tables.Methods in org.qubership.atp.tdm.model.statistics with parameters of type DateStatisticsModifier and TypeMethodDescriptionstatic DateStatisticsDateStatistics.concatDateStatistics(DateStatistics firstDateStatistics, DateStatistics secondDateStatistics) Uniting statistics for deleted and existing tables. -
Uses of DateStatistics in org.qubership.atp.tdm.repo
Methods in org.qubership.atp.tdm.repo that return DateStatisticsModifier and TypeMethodDescriptionStatisticsRepository.getTestDataCreatedWhen(List<TestDataOccupyStatistic> occupyStatisticList, UUID projectId, LocalDate dateFrom, LocalDate dateTo) -
Uses of DateStatistics in org.qubership.atp.tdm.repo.impl
Methods in org.qubership.atp.tdm.repo.impl that return DateStatisticsModifier and TypeMethodDescriptionStatisticsRepositoryImpl.getTestDataCreatedWhen(List<TestDataOccupyStatistic> occupyStatisticList, UUID projectId, LocalDate dateFrom, LocalDate dateTo) -
Uses of DateStatistics in org.qubership.atp.tdm.service
Methods in org.qubership.atp.tdm.service that return DateStatisticsModifier and TypeMethodDescriptionTestDataService.getTableByCreatedWhen(List<TestDataTableCatalog> catalogList, LocalDate dateFrom, LocalDate dateTo) StatisticsService.getTestDataCreatedWhen(UUID projectId, UUID systemId, LocalDate dateFrom, LocalDate dateTo) -
Uses of DateStatistics in org.qubership.atp.tdm.service.impl
Methods in org.qubership.atp.tdm.service.impl that return DateStatisticsModifier and TypeMethodDescriptionTestDataServiceImpl.getTableByCreatedWhen(List<TestDataTableCatalog> catalogList, LocalDate dateFrom, LocalDate dateTo) StatisticsServiceImpl.getTestDataCreatedWhen(UUID projectId, UUID systemId, LocalDate dateFrom, LocalDate dateTo)