Uses of Class
com.bytedesk.service.statistic_report.StatisticReportRequest
Packages that use StatisticReportRequest
-
Uses of StatisticReportRequest in com.bytedesk.service.statistic_report
Methods in com.bytedesk.service.statistic_report with parameters of type StatisticReportRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
StatisticReportRestController.create
(StatisticReportRequest request) StatisticReportRestService.create
(StatisticReportRequest request) org.springframework.http.ResponseEntity<?>
StatisticReportRestController.delete
(StatisticReportRequest request) void
StatisticReportRestService.delete
(StatisticReportRequest request) StatisticReportRestController.export
(StatisticReportRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>
StatisticReportRestController.queryByOrg
(StatisticReportRequest request) org.springframework.data.domain.Page<StatisticReportResponse>
StatisticReportRestService.queryByOrg
(StatisticReportRequest request) org.springframework.http.ResponseEntity<?>
StatisticReportRestController.queryByUid
(StatisticReportRequest request) StatisticReportRestService.queryByUid
(StatisticReportRequest request) org.springframework.http.ResponseEntity<?>
StatisticReportRestController.queryByUser
(StatisticReportRequest request) org.springframework.data.domain.Page<StatisticReportResponse>
StatisticReportRestService.queryByUser
(StatisticReportRequest request) static org.springframework.data.jpa.domain.Specification<StatisticReportEntity>
StatisticReportSpecification.search
(StatisticReportRequest request) org.springframework.http.ResponseEntity<?>
StatisticReportRestController.update
(StatisticReportRequest request) StatisticReportRestService.update
(StatisticReportRequest request)