Uses of Enum Class
edu.ucsb.cs156.frontiers.enums.School
Packages that use School
-
Uses of School in edu.ucsb.cs156.frontiers.controllers
Methods in edu.ucsb.cs156.frontiers.controllers that return SchoolModifier and TypeMethodDescriptionCoursesController.InstructorCourseView.school()Returns the value of theschoolrecord component.CoursesController.StaffCoursesDTO.school()Returns the value of theschoolrecord component.Methods in edu.ucsb.cs156.frontiers.controllers that return types with arguments of type SchoolMethods in edu.ucsb.cs156.frontiers.controllers 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.cs156.frontiers.controllers with parameters of type SchoolModifierConstructorDescriptionInstructorCourseView(Long id, String installationId, String orgName, String courseName, String term, School school, String instructorEmail, int numStudents, int numStaff) Creates an instance of aInstructorCourseViewrecord class.StaffCoursesDTO(Long id, String installationId, String orgName, String courseName, String term, School school, OrgStatus studentStatus, Long staffId) Creates an instance of aStaffCoursesDTOrecord class. -
Uses of School in edu.ucsb.cs156.frontiers.enums
Methods in edu.ucsb.cs156.frontiers.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.