Uses of Class
edu.ucsb.cs156.courses.entities.PSCourse
Packages that use PSCourse
-
Uses of PSCourse in edu.ucsb.cs156.courses.controllers
Methods in edu.ucsb.cs156.courses.controllers that return PSCourseModifier 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) Methods in edu.ucsb.cs156.courses.controllers that return types with arguments of type PSCourseModifier and TypeMethodDescriptionPSCourseController.allCoursesForPsId(Long psId) PSCourseController.allUsersCourses()PSCourseController.postCourses(String enrollCd, Long psId) PSCourseController.thisUsersCourses()PSCourseController.thisUsersCoursesForPsId(Long psId) Methods in edu.ucsb.cs156.courses.controllers with parameters of type PSCourseModifier 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
Methods in edu.ucsb.cs156.courses.repositories that return types with arguments of type PSCourseModifier 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)