|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ActiveInterface
| Method Summary | |
|---|---|
String |
getFirstName(String username)
Method will iterate Active users ArrayList, searches for a user that matchs the given username. |
String |
getLastName(String username)
Method will return Last name of the give username. |
ArrayList<String> |
getList()
This method will return ArrayList of username of Users that are in the ActiveList. |
ArrayList<User> |
getUsers()
This method will return ArrayList of User objects that are in the ActiveList. |
void |
insert(User user)
Method will insert a user object into the Active ArrayList. |
void |
remove(String username)
Method will remove a user from the Active table. |
int |
size()
Method will return size of the Active ArrayList. |
| Method Detail |
|---|
void insert(User user)
user - User Authenticated user object to be listed.String getFirstName(String username)
username - username used to search for the user
String getLastName(String username)
username - username used to search for the user
ArrayList<String> getList()
ArrayList<User> getUsers()
void remove(String username)
username - of user to be removed from list.int size()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||