Package | Description |
---|---|
application | |
database |
Modifier and Type | Field and Description |
---|---|
static User |
Main.u
User object to determine the current user in our client.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
Main.signUp(User x)
This method will sign-up the user if possible, and return false otherwise
|
Modifier and Type | Class and Description |
---|---|
class |
Admin
Admin class to support the singleton Admin in the userbase.
|
class |
Faculty
Faculty Class to support the faculty functions
|
class |
Student
Student class to support Student functions.
|
Modifier and Type | Field and Description |
---|---|
private java.util.HashMap<java.lang.String,User> |
UserList.ulist |
Modifier and Type | Method and Description |
---|---|
User |
UserList.authenticateUser(java.lang.String id,
java.lang.String pass) |
User |
UserList.getUser(User p) |
Modifier and Type | Method and Description |
---|---|
java.util.List<User> |
UserList.getEnrolled(java.lang.String c) |
Modifier and Type | Method and Description |
---|---|
boolean |
UserList.addUser(User o) |
TimeTable |
TimeTable.getPersonal(User x) |
User |
UserList.getUser(User p) |
void |
UserList.putUser(User q) |