Uses of Class
edu.ucsb.cs156.organic.entities.School
Packages that use School
-
Uses of School in edu.ucsb.cs156.organic.controllers
Methods in edu.ucsb.cs156.organic.controllers that return SchoolModifier and TypeMethodDescriptionSchoolsController.postSchool
(String abbrev, String name, String termRegex, String termDescription, String termError) SchoolsController.updateSchool
(Long id, @Valid School incoming) Methods in edu.ucsb.cs156.organic.controllers that return types with arguments of type SchoolMethods in edu.ucsb.cs156.organic.controllers with parameters of type SchoolModifier and TypeMethodDescriptionSchoolsController.updateSchool
(Long id, @Valid School incoming)