Index
All Classes and Interfaces|All Packages|Constant Field Values
R
- refreshList(boolean) - Method in class app.ui.camp.listview.CampListView
-
Refreshes the list of camps based on applied filters.
- registerCamp(Camp, Student) - Static method in class app.controller.camp.CampRegistrationController
- registerCampAsCommittee(Camp, Student) - Static method in class app.controller.camp.CampRegistrationController
- registeredStudents - Variable in class app.entity.camp.Camp
- REJECTED - Enum constant in enum class app.entity.suggestion.SuggestionStatus
- remove(T) - Method in class app.entity.RepositoryList
-
Removes an item from the repository.
- removeAttendedCamp(Camp) - Method in class app.entity.user.Student
-
Removes a camp from the list of camps attended by the student.
- removeAttendee(Student) - Method in class app.entity.camp.Camp
-
Removes a student from the list of attendees.
- removeCommittee(Student) - Method in class app.entity.camp.Camp
- removeCommitteeCamp(Camp) - Method in class app.entity.user.Student
-
Removes a camp from the list of camps where the student participated as a committee member.
- removeEnquiry(Enquiry) - Method in class app.entity.camp.Camp
-
Removes an enquiry from the list of enquiries.
- removeEnquiry(Enquiry) - Method in class app.entity.user.Student
-
Removes an enquiry from the list of enquiries submitted by the student.
- removeOrganizedCamp(Camp) - Method in class app.entity.user.Staff
-
Removes a camp from the list of camps organized by the staff member.
- removeSuggestion(Suggestion) - Method in class app.entity.camp.Camp
-
Removes a suggestion from the list of suggestions.
- removeSuggestion(Suggestion) - Method in class app.entity.user.Student
-
Removes a suggestion from the list of suggestions submitted by the student.
- removeWidget(Widget) - Method in class app.ui.windows.Window
-
removeWidget method for the window.
- replyEnq - Variable in class app.ui.camp.enquiriesview.OverlayCampInfoDisplayEnquiriesCommittee
- replyEnq - Variable in class app.ui.camp.enquiriesview.OverlayCampInfoDisplayEnquiriesStaff
- Report - Class in app.entity.report
-
The
Reportclass is an abstract class that implements theISerializableinterface. - Report() - Constructor for class app.entity.report.Report
- RepositoryCollection - Class in app.entity
-
The
RepositoryCollectionclass provides a central collection of repositories for users, camps, enquiries, and suggestions. - RepositoryList<T> - Class in app.entity
-
The
RepositoryListclass is an abstract base class representing a list-based repository of items implementing theITaggedIteminterface. - RepositoryList() - Constructor for class app.entity.RepositoryList
-
Constructs an empty repository list.
- RepositoryList(List<T>) - Constructor for class app.entity.RepositoryList
-
Constructs a repository list with the given list of items.
- RepositoryList(Set<T>) - Constructor for class app.entity.RepositoryList
-
Constructs a repository list with the given set of items.
- RepositoryList(T[]) - Constructor for class app.entity.RepositoryList
-
Constructs a repository list with the given array of items.
- reviewedBy - Variable in class app.entity.suggestion.Suggestion
All Classes and Interfaces|All Packages|Constant Field Values