Uses of Class
edu.ucsb.cs156.example.entities.UCSBOrganization
Packages that use UCSBOrganization
-
Uses of UCSBOrganization in edu.ucsb.cs156.example.controllers
Methods in edu.ucsb.cs156.example.controllers that return UCSBOrganizationModifier 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.Methods in edu.ucsb.cs156.example.controllers that return types with arguments of type UCSBOrganizationModifier and TypeMethodDescriptionUCSBOrganizationController.allOrganizations()
THis method returns a list of all ucsborgnization.Methods in edu.ucsb.cs156.example.controllers with parameters of type UCSBOrganizationModifier and TypeMethodDescriptionUCSBOrganizationController.updateOrganizations
(String orgCode, @Valid UCSBOrganization incoming) Update a single organizations.