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 UCSBOrganizations.UCSBOrganizationsController.postOrganizations
(String orgcode, String orgTranslationShort, String orgTranslation, boolean inactive) This method creates a new UCSBOrganizations.UCSBOrganizationsController.updateOrganizations
(String orgcode, @Valid UCSBOrganizations incoming) Update a single diningcommons.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 ucsborganizations.Methods in edu.ucsb.cs156.example.controllers with parameters of type UCSBOrganizationsModifier and TypeMethodDescriptionUCSBOrganizationsController.updateOrganizations
(String orgcode, @Valid UCSBOrganizations incoming) Update a single diningcommons.