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