Uses of Enum Class
edu.ucsb.cs.scaffold.enums.School
Packages that use School
-
Uses of School in edu.ucsb.cs.scaffold.controller
Methods in edu.ucsb.cs.scaffold.controller that return SchoolModifier and TypeMethodDescriptionCoursesController.CourseListDTO.school()Returns the value of theschoolrecord component.CoursesController.InstructorCourseView.school()Returns the value of theschoolrecord component.CoursesController.StaffCoursesDTO.school()Returns the value of theschoolrecord component.Methods in edu.ucsb.cs.scaffold.controller that return types with arguments of type SchoolMethods in edu.ucsb.cs.scaffold.controller with parameters of type SchoolModifier and TypeMethodDescriptionCoursesController.postCourse(String courseName, String term, School school, String canvasApiToken, String canvasCourseId) This method creates a new Course.CoursesController.updateCourse(Long courseId, String courseName, String term, School school) This method updates an existing course.Constructors in edu.ucsb.cs.scaffold.controller with parameters of type SchoolModifierConstructorDescriptionCourseListDTO(Long id, String courseName, String term, School school, String instructorEmail, boolean studentAccess, boolean staffAccess, boolean instructorAccess, boolean adminAccess) Creates an instance of aCourseListDTOrecord class.InstructorCourseView(Long id, String courseName, String term, School school, String instructorEmail, int numStudents, int numStaff, Long plRepoId, Long plInstanceId, String plRepoName, String plInstanceShortName, Long plInstanceNumericId) Creates an instance of aInstructorCourseViewrecord class.Creates an instance of aStaffCoursesDTOrecord class. -
Uses of School in edu.ucsb.cs.scaffold.enums
Methods in edu.ucsb.cs.scaffold.enums that return SchoolModifier and TypeMethodDescriptionstatic SchoolSchool.fromKey(com.fasterxml.jackson.databind.JsonNode node) static SchoolReturns the enum constant of this class with the specified name.static School[]School.values()Returns an array containing the constants of this enum class, in the order they are declared.