Uses of Class
edu.ucsb.cs156.example.entities.Todo
-
Uses of Todo in edu.ucsb.cs156.example.controllers
Modifier and TypeMethodDescriptionTodosController.getTodoById
(Long id) TodosController.getTodoById_admin
(Long id) TodosController.putTodoById
(Long id, @Valid Todo incomingTodo) TodosController.putTodoById_admin
(Long id, @Valid Todo incomingTodo) Modifier and TypeMethodDescriptionTodosController.allUsersTodos()
TodosController.thisUsersTodos()
Modifier and TypeMethodDescriptionTodosController.putTodoById
(Long id, @Valid Todo incomingTodo) TodosController.putTodoById_admin
(Long id, @Valid Todo incomingTodo) -
Uses of Todo in edu.ucsb.cs156.example.repositories
Modifier and TypeMethodDescriptionTodoRepository.findAllByUserId
(Long user_id) TodoRepository.findByIdAndUser
(long id, User user)