Uses of Class
edu.ucsb.cs156.courses.entities.PSCourse
-
Uses of PSCourse in edu.ucsb.cs156.courses.controllers
Modifier and TypeMethodDescriptionPSCourseController.getCourseById
(Long id) PSCourseController.getCourseById_admin
(Long id) PSCourseController.putCourseById_admin
(Long id, @Valid PSCourse incomingCourses) PSCourseController.putCoursesById
(Long id, @Valid PSCourse incomingCourses) Modifier and TypeMethodDescriptionPSCourseController.allCoursesForPsId
(Long psId) PSCourseController.allUsersCourses()
PSCourseController.postCourses
(String enrollCd, Long psId) PSCourseController.thisUsersCourses()
PSCourseController.thisUsersCoursesForPsId
(Long psId) Modifier and TypeMethodDescriptionPSCourseController.putCourseById_admin
(Long id, @Valid PSCourse incomingCourses) PSCourseController.putCoursesById
(Long id, @Valid PSCourse incomingCourses) -
Uses of PSCourse in edu.ucsb.cs156.courses.repositories
Modifier and TypeMethodDescriptionPSCourseRepository.findAllByPsId
(Long psId) PSCourseRepository.findAllByPsIdAndUser
(Long psId, User user) PSCourseRepository.findAllByUserId
(Long user_id) PSCourseRepository.findByIdAndUser
(long id, User user) PSCourseRepository.findByPsId
(Long psId) PSCourseRepository.findByPsIdAndEnrollCd
(long id, String enrollCd)