Uses of Record Class
edu.ucsb.cs156.frontiers.controllers.CoursesController.InstructorCourseView
Packages that use CoursesController.InstructorCourseView
-
Uses of CoursesController.InstructorCourseView in edu.ucsb.cs156.frontiers.controllers
Methods in edu.ucsb.cs156.frontiers.controllers that return CoursesController.InstructorCourseViewModifier and TypeMethodDescriptionCoursesController.getCourseById(Long id) This method returns single course by its idCoursesController.postCourse(String courseName, String term, String school) This method creates a new Course.CoursesController.updateCourse(Long courseId, String courseName, String term, String school) This method updates an existing course.CoursesController.updateInstructorEmail(Long courseId, String instructorEmail) Methods in edu.ucsb.cs156.frontiers.controllers that return types with arguments of type CoursesController.InstructorCourseViewModifier and TypeMethodDescriptionCoursesController.allForAdmins()This method returns a list of courses.CoursesController.allForInstructors()This method returns a list of courses.