| Package | Description | 
|---|---|
| com.whitestein.lsps.test | |
| com.whitestein.lsps.test.web | 
| Modifier and Type | Method and Description | 
|---|---|
Todo | 
ModelInstance.findSingleAliveTodo(java.lang.String title)
Finds an alive Todo with the given title. 
 | 
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. 
 | 
Todo | 
LspsRemote.getTodo(long todoId)
Returns the to-do with a given id, if not found, an exception is thrown. 
 | 
Todo | 
ModelInstance.waitForSingleAliveTodo(java.lang.String title)  | 
Todo | 
ModelInstance.waitForSingleAliveTodo(java.lang.String title,
                      long timeoutMillis)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<Todo> | 
ModelInstance.findAliveTodos()
Finds alive Todos created by this model instance. 
 | 
java.util.List<Todo> | 
ModelInstance.findAliveTodos(java.lang.String title)
Finds alive Todos created by this model instance. 
 | 
java.util.List<Todo> | 
ModelInstance.findAliveTodosForPerson(Person person)
Finds Todos created by this model instance in the given person todo list. 
 | 
java.util.List<Todo> | 
ModelInstance.findTodos()
Finds Todos created by this model instance. 
 | 
java.util.List<Todo> | 
ModelInstance.findTodos(TodoStatus status)
Finds todos created by this model instance with the given status. 
 | 
java.util.List<Todo> | 
ModelInstance.findTodos(TodoStatus status,
         java.lang.String title)
Finds todos created by this model instance with the given status and a given title. 
 | 
java.util.List<Todo> | 
Person.getTodoList()
Returns the current to-do list of this person. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<Todo> | 
UITester.getTodoList()
Obtains a complete list of TO-DOs for the currently logged-in user. 
 | 
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.