Uses of Class
org.qubership.atp.tdm.controllers.api.dto.statistics.UsersOccupyStatisticRequestDto
Packages that use UsersOccupyStatisticRequestDto
Package
Description
-
Uses of UsersOccupyStatisticRequestDto in org.qubership.atp.tdm.controllers.api
Methods in org.qubership.atp.tdm.controllers.api with parameters of type UsersOccupyStatisticRequestDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<GeneralStatisticsItemDto>> StatisticsControllerApi.getStatisticsByUsers(@Valid UsersOccupyStatisticRequestDto usersOccupyStatisticRequestDto) POST /api/tdm/statistics/data/occupied/users : Get statistics by users. -
Uses of UsersOccupyStatisticRequestDto in org.qubership.atp.tdm.controllers.api.dto.statistics
Methods in org.qubership.atp.tdm.controllers.api.dto.statistics that return UsersOccupyStatisticRequestDtoModifier and TypeMethodDescriptionUsersOccupyStatisticRequestDto.addFiltersItem(TestDataTableFilterDto filtersItem) UsersOccupyStatisticRequestDto.dataTableOrder(TestDataTableOrderDto dataTableOrder) UsersOccupyStatisticRequestDto.filters(List<TestDataTableFilterDto> filters)