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