Uses of Class
com.bytedesk.service.statistic_thread.StatisticThreadRequest
Packages that use StatisticThreadRequest
-
Uses of StatisticThreadRequest in com.bytedesk.service.statistic_thread
Methods in com.bytedesk.service.statistic_thread with parameters of type StatisticThreadRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
StatisticThreadController.create
(StatisticThreadRequest request) StatisticThreadService.create
(StatisticThreadRequest request) org.springframework.http.ResponseEntity<?>
StatisticThreadController.delete
(StatisticThreadRequest request) void
StatisticThreadService.delete
(StatisticThreadRequest entity) StatisticThreadController.export
(StatisticThreadRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>
StatisticThreadController.queryByOrg
(StatisticThreadRequest request) org.springframework.data.domain.Page<StatisticThreadResponse>
StatisticThreadService.queryByOrg
(StatisticThreadRequest request) org.springframework.http.ResponseEntity<?>
StatisticThreadController.queryByUid
(StatisticThreadRequest request) org.springframework.http.ResponseEntity<?>
StatisticThreadController.queryByUser
(StatisticThreadRequest request) org.springframework.data.domain.Page<StatisticThreadResponse>
StatisticThreadService.queryByUser
(StatisticThreadRequest request) org.springframework.http.ResponseEntity<?>
StatisticThreadController.update
(StatisticThreadRequest request) StatisticThreadService.update
(StatisticThreadRequest request)