Uses of Class
com.bytedesk.ticket.statistic.TicketStatisticRequest
Packages that use TicketStatisticRequest
-
Uses of TicketStatisticRequest in com.bytedesk.ticket.statistic
Methods in com.bytedesk.ticket.statistic with parameters of type TicketStatisticRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
TicketStatisticRestController.create
(TicketStatisticRequest request) TicketStatisticRestService.create
(TicketStatisticRequest request) org.springframework.http.ResponseEntity<?>
TicketStatisticRestController.delete
(TicketStatisticRequest request) void
TicketStatisticRestService.delete
(TicketStatisticRequest request) TicketStatisticRestController.export
(TicketStatisticRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>
TicketStatisticRestController.queryByDate
(TicketStatisticRequest request) TicketStatisticService.queryByDate
(TicketStatisticRequest request) 查询某时间段统计org.springframework.http.ResponseEntity<?>
TicketStatisticRestController.queryByOrg
(TicketStatisticRequest request) org.springframework.data.domain.Page<TicketStatisticResponse>
TicketStatisticRestService.queryByOrg
(TicketStatisticRequest request) org.springframework.http.ResponseEntity<?>
TicketStatisticRestController.queryByUid
(TicketStatisticRequest request) org.springframework.http.ResponseEntity<?>
TicketStatisticRestController.queryByUser
(TicketStatisticRequest request) org.springframework.data.domain.Page<TicketStatisticResponse>
TicketStatisticRestService.queryByUser
(TicketStatisticRequest request) static org.springframework.data.jpa.domain.Specification<TicketStatisticEntity>
TicketStatisticSpecification.search
(TicketStatisticRequest request) org.springframework.http.ResponseEntity<?>
TicketStatisticRestController.update
(TicketStatisticRequest request) TicketStatisticRestService.update
(TicketStatisticRequest request)