Package | Description |
---|---|
com.whitestein.lsps.human |
Services for accessing the functionality related to human-oriented processes.
|
com.whitestein.lsps.human.dao |
Data access object for storing and retrieving todo-related entities.
|
com.whitestein.lsps.human.dao.jpa | |
com.whitestein.lsps.human.dto |
Data transfer objects for the functionality related to human-oriented processes.
|
Modifier and Type | Method and Description |
---|---|
TodoList |
TodoService.searchTodos(TodoCriteria criteria)
Returns the list of to-dos for the given criteria.
|
TodoList |
TodoServiceBean.searchTodos(TodoCriteria criteria) |
Modifier and Type | Method and Description |
---|---|
QueryResult<Todo> |
TodoDao.findByCriteria(TodoCriteria criteria)
Returns todos which fulfill the given criteria.
|
Modifier and Type | Method and Description |
---|---|
QueryResult<Todo> |
JpaTodoDao.findByCriteria(TodoCriteria criteria) |
Modifier and Type | Method and Description |
---|---|
TodoCriteria |
TodoCriteria.setIncludePerformers(boolean includePerformers)
Sets whether the todo performers should be included, default
false . |
Constructor and Description |
---|
TodoCriteria(TodoCriteria other)
Copy constructor.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.