Uses of Class
edu.ucsb.cs156.example.entities.Schools
Packages that use Schools
-
Uses of Schools in edu.ucsb.cs156.example.controllers
Methods in edu.ucsb.cs156.example.controllers that return SchoolsModifier and TypeMethodDescriptionSchoolsController.postSchool
(String name, String district, String gradeRange) SchoolsController.updateSchool
(Long id, @Valid Schools incoming) Methods in edu.ucsb.cs156.example.controllers that return types with arguments of type SchoolsMethods in edu.ucsb.cs156.example.controllers with parameters of type SchoolsModifier and TypeMethodDescriptionSchoolsController.updateSchool
(Long id, @Valid Schools incoming)