Package | Description |
---|---|
com.whitestein.lsps.test | |
com.whitestein.lsps.test.web |
Modifier and Type | Method and Description |
---|---|
Person |
LspsRemote.findOrCreatePerson(String login)
Finds a person with a given login, if not found, it creates one.
|
Person |
LspsRemote.findPersonByLogin(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(String personId)
Finds a person with a given id.
|
Modifier and Type | Method and Description |
---|---|
static LspsRemote |
LspsRemote.create(Person person,
String password)
Creates remote lsps controller for person and password.
|
void |
Todo.delegate(Person person) |
List<Todo> |
ModelInstance.findAliveTodosForPerson(Person person)
Finds Todos created by this model instance in the given person todo list.
|
Todo |
ModelInstance.findSingleAliveTodoForPerson(Person person,
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,
String reason) |
void |
Person.setSubstitutes(Person substitute)
Sets one substitute to the person.
|
Modifier and Type | Method and Description |
---|---|
void |
Todo.delegate(Collection<Person> person) |
Modifier and Type | Method and Description |
---|---|
Person |
UITester.getLoggedInPerson() |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.