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 TypeMethodDescriptionUCSBOrganizationsController.postOrganizationss
(String orgCode, String orgTranslationShort, String orgTranslation, boolean inactive) This method creates a new ucsborganizations.UCSBOrganizationsController.updateUCSBOrganization
(String orgCode, @Valid UCSBOrganization incoming) Update a single UCSB OrganizationMethods in edu.ucsb.cs156.example.controllers that return types with arguments of type UCSBOrganizationModifier and TypeMethodDescriptionUCSBOrganizationsController.allOrganizations()
THis method returns a list of all ucsborganizations.Methods in edu.ucsb.cs156.example.controllers with parameters of type UCSBOrganizationModifier and TypeMethodDescriptionUCSBOrganizationsController.updateUCSBOrganization
(String orgCode, @Valid UCSBOrganization incoming) Update a single UCSB Organization -
Uses of UCSBOrganization in edu.ucsb.cs156.example.repositories
Methods in edu.ucsb.cs156.example.repositories that return types with arguments of type UCSBOrganization