public class UserTracker extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
deleteUser(String user)
deleteUser.
|
Collection<String> |
getAllUsers(String roleName)
getAllUsers.
|
int |
getCompleted(String userName)
Gets the completed attribute of the UserTracker object
|
LessonTracker |
getLessonTracker(WebSession s,
Screen screen)
Gets the lessonTracker attribute of the UserTracker object
|
LessonTracker |
getLessonTracker(WebSession s,
String user,
Screen screen)
getLessonTracker.
|
String |
getStatus(WebSession s,
Screen screen)
Gets the status attribute of the UserTracker object
|
Collection |
getUsers()
Gets the users attribute of the UserTracker object
|
static UserTracker |
instance()
Description of the Method
|
void |
update(WebSession s,
Screen screen)
Description of the Method
|
public int getCompleted(String userName)
userName - Description of the Parameterpublic Collection getUsers()
public Collection<String> getAllUsers(String roleName)
getAllUsers.
roleName - a String object.Collection object.public LessonTracker getLessonTracker(WebSession s, Screen screen)
screen - Description of the Parameterscreen - Description of the Parameters - a WebSession object.public LessonTracker getLessonTracker(WebSession s, String user, Screen screen)
getLessonTracker.
s - a WebSession object.screen - a Screen object.user - a String object.screen - a Screen object.LessonTracker object.public String getStatus(WebSession s, Screen screen)
screen - Description of the Parameterscreen - Description of the Parameters - a WebSession object.public static UserTracker instance()
public void update(WebSession s, Screen screen)
screen - Description of the Parameterscreen - Description of the Parameterscreen - Description of the Parameterscreen - Description of the Parameterscreen - Description of the Parameterscreen - Description of the Parameters - Description of the ParameterCopyright © 2006–2016 OWASP. All rights reserved.