Uses of Class
edu.ucsb.cs156.example.entities.UCSBOrganization
-
Uses of UCSBOrganization in edu.ucsb.cs156.example.controllers
Modifier and TypeMethodDescriptionThis method returns a single organizations.UCSBOrganizationController.postOrganizations
(String orgCode, String orgTranslationShort, String orgTranslation, boolean inactive) This method creates a new organizations.UCSBOrganizationController.updateOrganizations
(String orgCode, @Valid UCSBOrganization incoming) Update a single organizations.Modifier and TypeMethodDescriptionUCSBOrganizationController.allOrganizations()
THis method returns a list of all ucsborgnization.Modifier and TypeMethodDescriptionUCSBOrganizationController.updateOrganizations
(String orgCode, @Valid UCSBOrganization incoming) Update a single organizations.