Uses of Class
edu.ucsb.cs156.organic.entities.Course
-
Uses of Course in edu.ucsb.cs156.organic.controllers
Modifier and TypeMethodDescriptionCoursesController.getCourseById
(Long id) CoursesController.postCourse
(String name, String school, String term, LocalDateTime startDate, LocalDateTime endDate, String githubOrg) CoursesController.updateCourse
(Long courseId, @Valid Course incoming) Modifier and TypeMethodDescriptionCoursesController.allCourses()
UserInfoController.getStaffedCourses()
Modifier and TypeMethodDescriptionCoursesController.updateCourse
(Long courseId, @Valid Course incoming) StudentsController.upsertStudent
(Student student, Course course) -
Uses of Course in edu.ucsb.cs156.organic.repositories