Package | Description |
---|---|
com.whitestein.lsps.human |
Services for accessing the functionality related to human-oriented processes.
|
com.whitestein.lsps.human.dto |
Data transfer objects for the functionality related to human-oriented processes.
|
Modifier and Type | Method and Description |
---|---|
Todo |
TodoService.getLockedTodo(long todoId)
Returns the to-do for the given ID including the to-do content and its performers.
|
Todo |
TodoServiceBean.getLockedTodo(long todoId) |
Todo |
TodoService.getTodo(long todoId)
Returns the to-do for the given ID including the to-do content and its performers.
|
Todo |
TodoServiceBean.getTodo(long todoId) |
Todo |
TodoService.getTodoWithIncludes(long todoId,
boolean includeContent,
boolean includePerformers)
Returns the to-do for the given ID.
|
Todo |
TodoServiceBean.getTodoWithIncludes(long todoId,
boolean includeContent,
boolean includePerformers) |
Modifier and Type | Method and Description |
---|---|
List<Todo> |
TodoList.getData()
Returns a list of to-dos.
|
Constructor and Description |
---|
TodoList(Collection<Todo> todos)
Creates new instance.
|
TodoList(Collection<Todo> modules,
long total)
Creates new instance.
|
TodoList(QueryResult<Todo> todos)
Creates new instance.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.