Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
G
I
L
M
P
R
S
T
U
V
G
getFirstName(String)
- Method in class userManager.active.
Active
Method will iterate Active users ArrayList, searches for a user that matchs the given username.
getFirstName(String)
- Method in interface userManager.
ActiveInterface
Method will iterate Active users ArrayList, searches for a user that matchs the given username.
getFirstName(String)
- Method in class userManager.dbManager.
DBManager
getFirstName(String)
- Method in interface userManager.
DBManagerInterface
Method will retreive firstname of the user from the database.
getFirstName()
- Method in class userManager.user.
User
This method will return the first Name of this User object
getFirstName()
- Method in interface userManager.
UserInterface
This method will return the first name of this User object
getId(String)
- Method in class userManager.dbManager.
DBManager
getId(String)
- Method in interface userManager.
DBManagerInterface
Method will retreive unique system id of the user from the database.
getId()
- Method in class userManager.user.
User
This method will return unique system id of the user.
getId()
- Method in interface userManager.
UserInterface
This method will return the user id of the object
getInstance()
- Static method in class userManager.active.
Active
Method will return existing Active class.
getInstance()
- Static method in class userManager.authenticate.
Authenticate
This method will return the Authenticate instance if one already exists.
getInstance()
- Static method in class userManager.dbManager.
DBManager
Method will return existing DBManager class.
getInstance()
- Static method in class userManager.user.
Builder
Method will return existing Builder class.
getLastName(String)
- Method in class userManager.active.
Active
Method will return Last name of the give username.
getLastName(String)
- Method in interface userManager.
ActiveInterface
Method will return Last name of the give username.
getLastName(String)
- Method in class userManager.dbManager.
DBManager
getLastName(String)
- Method in interface userManager.
DBManagerInterface
Method will retreive lastname of the user from the database.
getLastName()
- Method in class userManager.user.
User
This method will return the Last Name of this User object
getLastName()
- Method in interface userManager.
UserInterface
This method will return the last name of this User object
getList()
- Method in class userManager.active.
Active
This method will return ArrayList of username of Users that are in the ActiveList.
getList()
- Method in interface userManager.
ActiveInterface
This method will return ArrayList of username of Users that are in the ActiveList.
getStatus(String)
- Method in class userManager.dbManager.
DBManager
getStatus(String)
- Method in interface userManager.
DBManagerInterface
Method will retreive status of the user with the given username.
getUserName()
- Method in class userManager.user.
User
This method will return the username of this User object
getUserName()
- Method in interface userManager.
UserInterface
This method will return the username of this User object
getUsers()
- Method in class userManager.active.
Active
This method will return ArrayList of User objects that are in the ActiveList.
getUsers()
- Method in interface userManager.
ActiveInterface
This method will return ArrayList of User objects that are in the ActiveList.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
G
I
L
M
P
R
S
T
U
V