Uses of Class
org.qubership.atp.tdm.model.TestDataOccupyStatistic
Packages that use TestDataOccupyStatistic
Package
Description
-
Uses of TestDataOccupyStatistic in org.qubership.atp.tdm.repo
Methods in org.qubership.atp.tdm.repo that return types with arguments of type TestDataOccupyStatisticModifier and TypeMethodDescriptionOccupyStatisticRepository.findAllByProjectId(UUID projectId) OccupyStatisticRepository.findAllByProjectIdAndSystemId(UUID projectId, UUID systemId) Method parameters in org.qubership.atp.tdm.repo with type arguments of type TestDataOccupyStatisticModifier and TypeMethodDescriptionStatisticsRepository.getTestDataConsumption(List<TestDataOccupyStatistic> occupyStatisticList, UUID projectId, LocalDate dateFrom, LocalDate dateTo) StatisticsRepository.getTestDataCreatedWhen(List<TestDataOccupyStatistic> occupyStatisticList, UUID projectId, LocalDate dateFrom, LocalDate dateTo) -
Uses of TestDataOccupyStatistic in org.qubership.atp.tdm.repo.impl
Method parameters in org.qubership.atp.tdm.repo.impl with type arguments of type TestDataOccupyStatisticModifier and TypeMethodDescriptionStatisticsRepositoryImpl.getTestDataConsumption(List<TestDataOccupyStatistic> occupyStatisticList, UUID projectId, LocalDate dateFrom, LocalDate dateTo) StatisticsRepositoryImpl.getTestDataCreatedWhen(List<TestDataOccupyStatistic> occupyStatisticList, UUID projectId, LocalDate dateFrom, LocalDate dateTo) -
Uses of TestDataOccupyStatistic in org.qubership.atp.tdm.service
Methods in org.qubership.atp.tdm.service with parameters of type TestDataOccupyStatisticModifier and TypeMethodDescriptionvoidStatisticsService.saveOccupyStatistic(TestDataOccupyStatistic testDataOccupyStatistic) -
Uses of TestDataOccupyStatistic in org.qubership.atp.tdm.service.impl
Methods in org.qubership.atp.tdm.service.impl with parameters of type TestDataOccupyStatisticModifier and TypeMethodDescriptionvoidStatisticsServiceImpl.saveOccupyStatistic(TestDataOccupyStatistic testDataOccupyStatistic)