Uses of Class
edu.ucsb.cs156.happiercows.entities.Courses
-
Uses of Courses in edu.ucsb.cs156.happiercows.controllers
Modifier and TypeMethodDescriptionCoursesController.deleteCourse
(Long id) CoursesController.postCourse
(String name, String term) CoursesController.updateCourse
(Long id, String name, String term)