Uses of Class
edu.ucsb.cs156.happiercows.entities.Courses
Packages that use Courses
-
Uses of Courses in edu.ucsb.cs156.happiercows.controllers
Methods in edu.ucsb.cs156.happiercows.controllers that return CoursesModifier and TypeMethodDescriptionCoursesController.deleteCourse(Long id) CoursesController.postCourse(String name, String term) CoursesController.updateCourse(Long id, String name, String term) Methods in edu.ucsb.cs156.happiercows.controllers that return types with arguments of type Courses