Uses of Class
edu.ucsb.cs156.example.entities.Todo
Packages that use Todo
-
Uses of Todo in edu.ucsb.cs156.example.controllers
Methods in edu.ucsb.cs156.example.controllers that return TodoModifier 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) Methods in edu.ucsb.cs156.example.controllers that return types with arguments of type TodoModifier and TypeMethodDescriptionTodosController.allUsersTodos()TodosController.thisUsersTodos()Methods in edu.ucsb.cs156.example.controllers with parameters of type TodoModifier 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
Methods in edu.ucsb.cs156.example.repositories that return types with arguments of type TodoModifier and TypeMethodDescriptionTodoRepository.findAllByUserId(Long user_id) TodoRepository.findByIdAndUser(long id, User user)