Uses of Class
com.bytedesk.kbase.comment.CommentRequest
Packages that use CommentRequest
-
Uses of CommentRequest in com.bytedesk.kbase.comment
Methods in com.bytedesk.kbase.comment with parameters of type CommentRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
CommentRestController.create
(CommentRequest request) CommentRestService.create
(CommentRequest request) org.springframework.http.ResponseEntity<?>
CommentRestController.delete
(CommentRequest request) void
CommentRestService.delete
(CommentRequest request) CommentRestController.export
(CommentRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>
CommentRestController.queryByOrg
(CommentRequest request) org.springframework.data.domain.Page<CommentResponse>
CommentRestService.queryByOrg
(CommentRequest request) org.springframework.http.ResponseEntity<?>
CommentRestController.queryByUid
(CommentRequest request) org.springframework.http.ResponseEntity<?>
CommentRestController.queryByUser
(CommentRequest request) org.springframework.data.domain.Page<CommentResponse>
CommentRestService.queryByUser
(CommentRequest request) static org.springframework.data.jpa.domain.Specification<CommentEntity>
CommentSpecification.search
(CommentRequest request) org.springframework.http.ResponseEntity<?>
CommentRestController.update
(CommentRequest request) CommentRestService.update
(CommentRequest request)