Uses of Class
edu.ucsb.cs156.example.entities.UCSBOrganizations
Packages that use UCSBOrganizations
-
Uses of UCSBOrganizations in edu.ucsb.cs156.example.controllers
Methods in edu.ucsb.cs156.example.controllers that return UCSBOrganizationsModifier and TypeMethodDescriptionThis method returns a single organization.UCSBOrganizationsController.postCommons(String orgCode, String orgTranslationShort, String orgTranslation, boolean inactive) This method creates a new organization.UCSBOrganizationsController.updateOrganization(String orgCode, @Valid UCSBOrganizations incoming) Update a single organization.Methods in edu.ucsb.cs156.example.controllers that return types with arguments of type UCSBOrganizationsModifier and TypeMethodDescriptionUCSBOrganizationsController.allOrganizations()This method returns a list of all ucsb organizations.Methods in edu.ucsb.cs156.example.controllers with parameters of type UCSBOrganizationsModifier and TypeMethodDescriptionUCSBOrganizationsController.updateOrganization(String orgCode, @Valid UCSBOrganizations incoming) Update a single organization.