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.getCourseById(Long id) CourseController.postCourse(String code, String name, String term) CourseController.updateCourse(Long id, @Valid Course incoming) Methods in edu.ucsb.cs156.happiercows.controllers that return types with arguments of type CourseModifier and TypeMethodDescriptionCourseController.allCourses()This method returns a list of all courses.Methods in edu.ucsb.cs156.happiercows.controllers with parameters of type Course -
Uses of Course in edu.ucsb.cs156.happiercows.models
Methods in edu.ucsb.cs156.happiercows.models that return Course