Uses of Class
edu.ucsb.cs156.happiercows.entities.Students
-
Uses of Students in edu.ucsb.cs156.happiercows.controllers
Modifier and TypeMethodDescriptionGet a student by idStudentsController.postStudents
(String lastName, String firstMiddleName, String email, String perm, Long courseId) Create new StudentStudentsController.updateStudents
(Long id, @Valid Students incoming) Update a single StudentModifier and TypeMethodDescriptionStudentsController.updateStudents
(Long id, @Valid Students incoming) Update a single Student -
Uses of Students in edu.ucsb.cs156.happiercows.repositories
Modifier and TypeMethodDescriptionStudentsRepository.findByCourseId
(Long courseId) StudentsRepository.findByEmail
(String email) StudentsRepository.findByPerm
(String perm) StudentsRepository.findByPermAndCourseId
(String perm, Long courseId)