- acceptBookings(Slot) - Static method in class application.Main
-
Command from admin to accept a request.
- acronym - Variable in class database.Course
-
- addCourse(String, Course) - Method in class database.CourseList
-
- addDropCourse(String) - Static method in class application.Main
-
Method to toggle Register/De-register for a course for the current user.
- address - Static variable in class constants.Constants
-
IP of the server
- addSlot(String, Slot) - Method in class database.TimeTable
-
- addUser(User) - Method in class database.UserList
-
- Admin - Class in database
-
Admin class to support the singleton Admin in the userbase.
- Admin(String, String, String) - Constructor for class database.Admin
-
- AdminPage1Controller - Class in application.Controllers
-
- AdminPage1Controller() - Constructor for class application.Controllers.AdminPage1Controller
-
- application - package application
-
- application.Controllers - package application.Controllers
-
- auditRoomBooking(ExtraSlot) - Static method in class application.Main
-
The replacement booking for an already existing slot.
- authenticate(String, String) - Static method in class application.Main
-
This method will authenticate whether the user is the required person or not
In case user is the person, place the user in the static user object for further use
- authenticate(String) - Method in class database.User
-
- authenticateUser(String, String) - Method in class database.UserList
-