Uses of Record Class
edu.ucsb.cs.scaffold.controller.CoursesController.CourseListDTO
Packages that use CoursesController.CourseListDTO
-
Uses of CoursesController.CourseListDTO in edu.ucsb.cs.scaffold.controller
Methods in edu.ucsb.cs.scaffold.controller that return CoursesController.CourseListDTOModifier and TypeMethodDescriptionCoursesController.getCourseAccessInfo(Long courseId) This method returns the unified access info for a single course, if the current user has access to it.Methods in edu.ucsb.cs.scaffold.controller that return types with arguments of type CoursesController.CourseListDTOModifier and TypeMethodDescriptionCoursesController.listCoursesForCurrentUserUnified()This method returns a unified list of courses that the current user has access to, whether as a student, staff member, instructor, or admin.