Uses of Class
com.bytedesk.kanban.report.ReportRequest
Packages that use ReportRequest
-
Uses of ReportRequest in com.bytedesk.kanban.report
Methods in com.bytedesk.kanban.report with parameters of type ReportRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
ReportRestController.create
(ReportRequest request) ReportRestService.create
(ReportRequest request) org.springframework.http.ResponseEntity<?>
ReportRestController.delete
(ReportRequest request) void
ReportRestService.delete
(ReportRequest request) ReportRestController.export
(ReportRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>
ReportRestController.queryByOrg
(ReportRequest request) org.springframework.data.domain.Page<ReportResponse>
ReportRestService.queryByOrg
(ReportRequest request) org.springframework.http.ResponseEntity<?>
ReportRestController.queryByUid
(ReportRequest request) ReportRestService.queryByUid
(ReportRequest request) org.springframework.http.ResponseEntity<?>
ReportRestController.queryByUser
(ReportRequest request) org.springframework.data.domain.Page<ReportResponse>
ReportRestService.queryByUser
(ReportRequest request) static org.springframework.data.jpa.domain.Specification<ReportEntity>
ReportSpecification.search
(ReportRequest request) org.springframework.http.ResponseEntity<?>
ReportRestController.update
(ReportRequest request) ReportRestService.update
(ReportRequest request)