Uses of Class
org.qubership.atp.tdm.model.statistics.UsersOccupyStatisticRequest
Packages that use UsersOccupyStatisticRequest
Package
Description
-
Uses of UsersOccupyStatisticRequest in org.qubership.atp.tdm.controllers
Methods in org.qubership.atp.tdm.controllers with parameters of type UsersOccupyStatisticRequestModifier and TypeMethodDescriptionStatisticsController.getStatisticsByUsers(UsersOccupyStatisticRequest request) Endpoint return list of users with occupied data. -
Uses of UsersOccupyStatisticRequest in org.qubership.atp.tdm.service
Methods in org.qubership.atp.tdm.service with parameters of type UsersOccupyStatisticRequestModifier and TypeMethodDescriptionStatisticsService.getOccupiedDataByUsers(UsersOccupyStatisticRequest request) -
Uses of UsersOccupyStatisticRequest in org.qubership.atp.tdm.service.impl
Methods in org.qubership.atp.tdm.service.impl with parameters of type UsersOccupyStatisticRequestModifier and TypeMethodDescriptionStatisticsServiceImpl.getOccupiedDataByUsers(UsersOccupyStatisticRequest request) Get statistics about users and table and count of occupied rows. -
Uses of UsersOccupyStatisticRequest in org.qubership.atp.tdm.utils
Methods in org.qubership.atp.tdm.utils with parameters of type UsersOccupyStatisticRequestModifier and TypeMethodDescriptionstatic StringUsersOccupyStatisticUtils.generateRequest(UsersOccupyStatisticRequest request, EnvironmentsService environmentsService) Generate SQL native query to get data about occupy data with users.static StringUsersOccupyStatisticUtils.setFiltersForUsersStats(UsersOccupyStatisticRequest request, EnvironmentsService environmentsService) Set filters for user stats.static javax.persistence.QueryUsersOccupyStatisticUtils.setPagination(javax.persistence.Query query, UsersOccupyStatisticRequest request) Set pagination to query.