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 TypeMethodDescriptionUCSBOrganizationsController.createOrganization(String orgCode, String orgTranslationShort, String orgTranslation, boolean inactive) UCSBOrganizationsController.getOrganization(String orgCode) UCSBOrganizationsController.updateOrganization(String orgCode, @Valid UCSBOrganizations incoming) Methods in edu.ucsb.cs156.example.controllers that return types with arguments of type UCSBOrganizationsMethods in edu.ucsb.cs156.example.controllers with parameters of type UCSBOrganizationsModifier and TypeMethodDescriptionUCSBOrganizationsController.updateOrganization(String orgCode, @Valid UCSBOrganizations incoming)