Uses of Class
edu.ucsb.cs156.happiercows.entities.Course
-
Uses of Course in edu.ucsb.cs156.happiercows.controllers
Modifier and TypeMethodDescriptionCourseController.postCourse
(String name, String school, String term, LocalDateTime startDate, LocalDateTime endDate) Modifier and TypeMethodDescriptionStudentsController.upsertStudent
(Student student, Course course)