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) protected org.springframework.data.jpa.domain.Specification<CommentEntity>CommentRestService.createSpecification(CommentRequest request) org.springframework.http.ResponseEntity<?>CommentRestController.delete(CommentRequest request) voidCommentRestService.delete(CommentRequest request) CommentRestController.export(CommentRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>CommentRestController.queryByOrg(CommentRequest request) org.springframework.http.ResponseEntity<?>CommentRestController.queryByUid(CommentRequest request) org.springframework.http.ResponseEntity<?>CommentRestController.queryByUser(CommentRequest request) static org.springframework.data.jpa.domain.Specification<CommentEntity>CommentSpecification.search(CommentRequest request, AuthService authService) org.springframework.http.ResponseEntity<?>CommentRestController.update(CommentRequest request) CommentRestService.update(CommentRequest request)