| Package | Description | 
|---|---|
| com.whitestein.lsps.test | |
| com.whitestein.lsps.test.web | 
| Modifier and Type | Method and Description | 
|---|---|
Person | 
LspsRemote.findOrCreatePerson(java.lang.String login)
Finds a person with a given login, if not found, it creates one. 
 | 
Person | 
LspsRemote.findPersonByLogin(java.lang.String login)
Finds a person with a given login. 
 | 
Person | 
LspsRemote.getAdminPerson()
Returns the predefined person 'admin'. 
 | 
Person | 
Todo.getAllocatedTo()  | 
Person | 
LspsRemote.getGuestPerson()
Returns the predefined person 'guest'. 
 | 
Person | 
LspsRemote.getPerson(java.lang.String personId)
Finds a person with a given id. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static LspsRemote | 
LspsRemote.create(Person person,
      java.lang.String password)
Creates remote lsps controller for person and password. 
 | 
void | 
Todo.delegate(Person person)  | 
java.util.List<Todo> | 
ModelInstance.findAliveTodosForPerson(Person person)
Finds Todos created by this model instance in the given person todo list. 
 | 
Todo | 
ModelInstance.findSingleAliveTodoForPerson(Person person,
                            java.lang.String title)
Finds an alive Todo with the given title in the todo list of the current user
 belonging to this model instance. 
 | 
void | 
Todo.lock(Person person)  | 
void | 
Todo.reject(Person person,
      java.lang.String reason)  | 
void | 
Person.setSubstitutes(Person substitute)
Sets one substitute to the person. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Todo.delegate(java.util.Collection<Person> person)  | 
| Modifier and Type | Method and Description | 
|---|---|
Person | 
UITester.getLoggedInPerson()  | 
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.