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 Organization.UCSBOrganizationController.postOrganization(String orgCode, String orgTranslationShort, String orgTranslation, boolean inactive) This method creates a new UCSBOrganization.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 UCSBOrganizations.