Uses of Class
edu.ucsb.cs156.organic.entities.School
-
Uses of School in edu.ucsb.cs156.organic.controllers
Modifier and TypeMethodDescriptionSchoolsController.postSchool
(String abbrev, String name, String termRegex, String termDescription, String termError) SchoolsController.updateSchool
(Long id, @Valid School incoming) Modifier and TypeMethodDescriptionSchoolsController.updateSchool
(Long id, @Valid School incoming)