Uses of Class
com.bytedesk.voc.comment.VocCommentRequest
Packages that use VocCommentRequest
-
Uses of VocCommentRequest in com.bytedesk.voc.comment
Methods in com.bytedesk.voc.comment with parameters of type VocCommentRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>VocCommentRestController.create(VocCommentRequest request) VocCommentRestService.create(VocCommentRequest request) protected org.springframework.data.jpa.domain.Specification<VocCommentEntity>VocCommentRestService.createSpecification(VocCommentRequest request) org.springframework.http.ResponseEntity<?>VocCommentRestController.delete(VocCommentRequest request) voidVocCommentRestService.delete(VocCommentRequest request) VocCommentRestController.export(VocCommentRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>VocCommentRestController.queryByOrg(VocCommentRequest request) org.springframework.http.ResponseEntity<?>VocCommentRestController.queryByUid(VocCommentRequest request) org.springframework.http.ResponseEntity<?>VocCommentRestController.queryByUser(VocCommentRequest request) static org.springframework.data.jpa.domain.Specification<VocCommentEntity>VocCommentSpecification.search(VocCommentRequest request, AuthService authService) org.springframework.http.ResponseEntity<?>VocCommentRestController.update(VocCommentRequest request) VocCommentRestService.update(VocCommentRequest request)