Uses of Class
edu.ucsb.cs156.organic.entities.Course
Packages that use Course
-
Uses of Course in edu.ucsb.cs156.organic.controllers
Methods in edu.ucsb.cs156.organic.controllers that return CourseModifier 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) Methods in edu.ucsb.cs156.organic.controllers that return types with arguments of type CourseModifier and TypeMethodDescriptionCoursesController.allCourses()
UserInfoController.getStaffedCourses()
Methods in edu.ucsb.cs156.organic.controllers with parameters of type CourseModifier and TypeMethodDescriptionStudentsController.upsertStudent
(Student student, Course course) -
Uses of Course in edu.ucsb.cs156.organic.repositories
Methods in edu.ucsb.cs156.organic.repositories that return types with arguments of type Course