Uses of Class
edu.ucsb.cs156.example.entities.School
-
Uses of School in edu.ucsb.cs156.example.controllers
Modifier and TypeMethodDescriptionSchoolsController.postSchool
(String name, String rank, String description) SchoolsController.updateSchool
(Long id, @Valid School incoming) Modifier and TypeMethodDescriptionSchoolsController.updateSchool
(Long id, @Valid School incoming) -
Uses of School in edu.ucsb.cs156.example.repositories