Uses of Class
com.bytedesk.kanban.todo_list.TodoListRequest
Packages that use TodoListRequest
-
Uses of TodoListRequest in com.bytedesk.kanban.todo_list
Methods in com.bytedesk.kanban.todo_list with parameters of type TodoListRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
TodoListRestController.create
(TodoListRequest request) TodoListRestService.create
(TodoListRequest request) protected org.springframework.data.jpa.domain.Specification<TodoListEntity>
TodoListRestService.createSpecification
(TodoListRequest request) org.springframework.http.ResponseEntity<?>
TodoListRestController.delete
(TodoListRequest request) void
TodoListRestService.delete
(TodoListRequest request) TodoListRestController.export
(TodoListRequest request, jakarta.servlet.http.HttpServletResponse response) private void
TodoListRestService.handleModuleAssociation
(TodoListRequest request, TodoListEntity savedEntity) 处理与Module的关联关系org.springframework.http.ResponseEntity<?>
TodoListRestController.queryByOrg
(TodoListRequest request) org.springframework.http.ResponseEntity<?>
TodoListRestController.queryByUid
(TodoListRequest request) org.springframework.http.ResponseEntity<?>
TodoListRestController.queryByUser
(TodoListRequest request) static org.springframework.data.jpa.domain.Specification<TodoListEntity>
TodoListSpecification.search
(TodoListRequest request, AuthService authService) org.springframework.http.ResponseEntity<?>
TodoListRestController.update
(TodoListRequest request) TodoListRestService.update
(TodoListRequest request)