Uses of Class
edu.ucsb.cs156.happiercows.entities.Course
Packages that use Course
-
Uses of Course in edu.ucsb.cs156.happiercows.controllers
Methods in edu.ucsb.cs156.happiercows.controllers that return CourseModifier and TypeMethodDescriptionCourseController.postCourse
(String name, String school, String term, LocalDateTime startDate, LocalDateTime endDate) Methods in edu.ucsb.cs156.happiercows.controllers that return types with arguments of type CourseMethods in edu.ucsb.cs156.happiercows.controllers with parameters of type CourseModifier and TypeMethodDescriptionStudentsController.upsertStudent
(Student student, Course course)