Uses of Class
org.qubership.atp.tdm.model.statistics.ConsumedStatistics
Packages that use ConsumedStatistics
Package
Description
-
Uses of ConsumedStatistics in org.qubership.atp.tdm.controllers
Methods in org.qubership.atp.tdm.controllers that return ConsumedStatisticsModifier and TypeMethodDescriptionStatisticsController.getTestDataConsumption(UUID projectId, UUID systemId, String dateFrom, String dateTo) -
Uses of ConsumedStatistics in org.qubership.atp.tdm.repo
Methods in org.qubership.atp.tdm.repo that return ConsumedStatisticsModifier and TypeMethodDescriptionStatisticsRepository.getTestDataConsumption(List<TestDataOccupyStatistic> occupyStatisticList, UUID projectId, LocalDate dateFrom, LocalDate dateTo) -
Uses of ConsumedStatistics in org.qubership.atp.tdm.repo.impl
Methods in org.qubership.atp.tdm.repo.impl that return ConsumedStatisticsModifier and TypeMethodDescriptionStatisticsRepositoryImpl.getTestDataConsumption(List<TestDataOccupyStatistic> occupyStatisticList, UUID projectId, LocalDate dateFrom, LocalDate dateTo) -
Uses of ConsumedStatistics in org.qubership.atp.tdm.service
Methods in org.qubership.atp.tdm.service that return ConsumedStatisticsModifier and TypeMethodDescriptionStatisticsService.getTestDataConsumption(UUID projectId, UUID systemId, LocalDate dateFrom, LocalDate dateTo) -
Uses of ConsumedStatistics in org.qubership.atp.tdm.service.impl
Methods in org.qubership.atp.tdm.service.impl that return ConsumedStatisticsModifier and TypeMethodDescriptionStatisticsServiceImpl.getTestDataConsumption(UUID projectId, UUID systemId, LocalDate dateFrom, LocalDate dateTo)