Package | Description |
---|---|
com.whitestein.lsps.common.query | |
com.whitestein.lsps.engine.dto |
Data transfer objects for engine related data.
|
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.
|
com.whitestein.lsps.os.dto |
Data transfer objects for person management services.
|
Modifier and Type | Class and Description |
---|---|
class |
OrderingAndPagingCriteria
Paging criteria with possibility to specify order by columns
|
Modifier and Type | Class and Description |
---|---|
class |
LogCriteria
Criteria class for searching log items.
|
class |
ModelInstanceCriteria
Criteria for searching processes.
|
class |
ModuleCriteria
Class for defining search criteria for modules with paging capability.
|
class |
RollbackInfoCriteria
Criteria object for searching of
RollbackInfo -s. |
class |
WsRequestHandlerCriteria
Criteria object for searching
WsRequestHandler -s. |
Modifier and Type | Method and Description |
---|---|
TodoList |
TodoService.getPersonalTodoList(PagingCriteria criteria)
Returns the personal list for the current user, the to-dos do not contain the to-do content
nor the to-do performers.
|
TodoList |
TodoServiceBean.getPersonalTodoList(PagingCriteria criteria) |
Modifier and Type | Method and Description |
---|---|
QueryResult<Todo> |
TodoDao.getPersonalTodoList(Person person,
PagingCriteria criteria)
Returns
person 's personal todo list (all todos currently locked
by given person ), according to given paging criteria ,
sorted by todo priority and issued date. |
Modifier and Type | Method and Description |
---|---|
QueryResult<Todo> |
JpaTodoDao.getPersonalTodoList(Person person,
PagingCriteria criteria) |
Modifier and Type | Class and Description |
---|---|
class |
SavedDocumentCriteria
Criteria object for searching of
Todo -s. |
class |
TodoCriteria
Criteria object for searching of
Todo -s. |
class |
TodoListCriteria
Criteria for getting the todo-list.
|
Modifier and Type | Class and Description |
---|---|
class |
PersonCriteria
Supports paged results of persons.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.