Uses of Class
com.bytedesk.core.task_comment.TaskCommentRequest
Packages that use TaskCommentRequest
-
Uses of TaskCommentRequest in com.bytedesk.core.task_comment
Methods in com.bytedesk.core.task_comment with parameters of type TaskCommentRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>TaskCommentRestController.create(TaskCommentRequest request) TaskCommentRestService.create(TaskCommentRequest request) private TaskCommentResponseTaskCommentRestService.createInternal(TaskCommentRequest request, boolean skipPermissionCheck) protected org.springframework.data.jpa.domain.Specification<TaskCommentEntity>TaskCommentRestService.createSpecification(TaskCommentRequest request) TaskCommentRestService.createSystemTaskComment(TaskCommentRequest request) private TaskCommentResponseTaskCommentRestService.createTaskComment(TaskCommentRequest request) org.springframework.http.ResponseEntity<?>TaskCommentRestController.delete(TaskCommentRequest request) voidTaskCommentRestService.delete(TaskCommentRequest request) TaskCommentRestController.export(TaskCommentRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>TaskCommentRestController.queryByOrg(TaskCommentRequest request) org.springframework.data.domain.Page<TaskCommentResponse>TaskCommentRestService.queryByOrg(TaskCommentRequest request) org.springframework.data.domain.Page<TaskCommentEntity>TaskCommentRestService.queryByOrgEntity(TaskCommentRequest request) org.springframework.http.ResponseEntity<?>TaskCommentRestController.queryByTask(TaskCommentRequest request) org.springframework.data.domain.Page<TaskCommentResponse>TaskCommentRestService.queryByTask(TaskCommentRequest request) org.springframework.http.ResponseEntity<?>TaskCommentRestController.queryByUid(TaskCommentRequest request) org.springframework.http.ResponseEntity<?>TaskCommentRestController.queryByUser(TaskCommentRequest request) org.springframework.data.domain.Page<TaskCommentResponse>TaskCommentRestService.queryByUser(TaskCommentRequest request) static org.springframework.data.jpa.domain.Specification<TaskCommentEntity>TaskCommentSpecification.search(TaskCommentRequest request, AuthService authService) org.springframework.http.ResponseEntity<?>TaskCommentRestController.update(TaskCommentRequest request) TaskCommentRestService.update(TaskCommentRequest request)