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.postCourse(String name, String school, String term, LocalDateTime startDate, LocalDateTime endDate, String githubOrg) CoursesController.updateCourse(Long courseId, @Valid Course incoming) 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 TypeMethodDescriptionCoursesController.updateCourse(Long courseId, @Valid Course incoming) StudentsController.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