Uses of Enum Class
edu.ucsb.cs156.frontiers.enums.OrgStatus
Packages that use OrgStatus
Package
Description
-
Uses of OrgStatus in edu.ucsb.cs156.frontiers.controllers
Methods in edu.ucsb.cs156.frontiers.controllers that return OrgStatusModifier and TypeMethodDescriptionCoursesController.RosterStudentCoursesDTO.studentStatus()
Returns the value of thestudentStatus
record component.CoursesController.StaffCoursesDTO.studentStatus()
Returns the value of thestudentStatus
record component.Constructors in edu.ucsb.cs156.frontiers.controllers with parameters of type OrgStatusModifierConstructorDescriptionRosterStudentCoursesDTO
(Long id, String installationId, String orgName, String courseName, String term, String school, OrgStatus studentStatus, Long rosterStudentId) Creates an instance of aRosterStudentCoursesDTO
record class.StaffCoursesDTO
(Long id, String installationId, String orgName, String courseName, String term, String school, OrgStatus studentStatus, Long staffId) Creates an instance of aStaffCoursesDTO
record class. -
Uses of OrgStatus in edu.ucsb.cs156.frontiers.enums
Methods in edu.ucsb.cs156.frontiers.enums that return OrgStatus -
Uses of OrgStatus in edu.ucsb.cs156.frontiers.models
Methods in edu.ucsb.cs156.frontiers.models that return OrgStatusModifier and TypeMethodDescriptionRosterStudentDTO.orgStatus()
Returns the value of theorgStatus
record component.Constructors in edu.ucsb.cs156.frontiers.models with parameters of type OrgStatusModifierConstructorDescriptionRosterStudentDTO
(Long id, Long courseId, String studentId, String firstName, String lastName, String email, String section, long userId, Integer githubId, String githubLogin, RosterStatus rosterStatus, OrgStatus orgStatus, List<String> teams) Creates an instance of aRosterStudentDTO
record class. -
Uses of OrgStatus in edu.ucsb.cs156.frontiers.services
Methods in edu.ucsb.cs156.frontiers.services that return OrgStatusModifier and TypeMethodDescriptionOrganizationMemberService.inviteOrganizationMember
(RosterStudent student) OrganizationMemberService.inviteOrganizationOwner
(CourseStaff staff)