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