Uses of Class
edu.ucsb.cs156.frontiers.models.OrgMember
Packages that use OrgMember
-
Uses of OrgMember in edu.ucsb.cs156.frontiers.services
Methods in edu.ucsb.cs156.frontiers.services that return types with arguments of type OrgMemberModifier and TypeMethodDescriptionOrganizationMemberService.getOrganizationAdmins
(Course course) This endpoint returns the list of **admins** for the organization.OrganizationMemberService.getOrganizationInvitees
(Course course) This endpoint returns the list of users who have been **invited** to the organization but have not yet accepted.OrganizationMemberService.getOrganizationMembers
(Course course) This endpoint returns the list of **members**, not admins for the organization.