Uses of Class
edu.ucsb.cs.scaffold.entity.Course
Packages that use Course
Package
Description
-
Uses of Course in edu.ucsb.cs.scaffold.config
Methods in edu.ucsb.cs.scaffold.config with parameters of type CourseModifier and TypeMethodDescriptionCourseSecurity.baseHasManagePermissions(org.springframework.security.access.expression.method.MethodSecurityExpressionOperations operations, Course course) This is a helper method that checks if the current user has management permissions for the given course. -
Uses of Course in edu.ucsb.cs.scaffold.controller
Methods in edu.ucsb.cs.scaffold.controller with parameters of type CourseModifier and TypeMethodDescriptionstatic UpsertResponseRosterStudentsController.upsertStudent(RosterStudent student, Course course, RosterStatus rosterStatus) Constructors in edu.ucsb.cs.scaffold.controller with parameters of type Course -
Uses of Course in edu.ucsb.cs.scaffold.jobs
Methods in edu.ucsb.cs.scaffold.jobs with parameters of type CourseModifier and TypeMethodDescription -
Uses of Course in edu.ucsb.cs.scaffold.repository
Methods in edu.ucsb.cs.scaffold.repository that return types with arguments of type CourseMethods in edu.ucsb.cs.scaffold.repository with parameters of type CourseModifier and TypeMethodDescriptionCourseStaffRepository.findByEmailAndCourse(String email, Course course) This method returns a CourseStaff entity with a given email and course.