Class SchoolController
java.lang.Object
edu.ucsb.cs156.organic.controllers.ApiController
edu.ucsb.cs156.organic.controllers.SchoolController
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondeleteSchool
(String abbrev) postSchool
(School school) updateSchool
(String abbrev, @Valid School incoming) Methods inherited from class edu.ucsb.cs156.organic.controllers.ApiController
genericMessage, getCurrentUser, getMapper, handleAccessDeniedException, handleGenericException, handleIllegalArgumentException, mapperThatIgnoresMockitoMocks
-
Constructor Details
-
SchoolController
public SchoolController()
-
-
Method Details
-
updateSchool
-
allSchools
-
getById
-
deleteSchool
-
postSchool
-