Package | Description |
---|---|
com.whitestein.lsps.human.dao |
Data access object for storing and retrieving todo-related entities.
|
com.whitestein.lsps.human.dao.jpa |
Modifier and Type | Method and Description |
---|---|
List<TodoEscalation> |
TodoEscalationDao.getTodoEscalations(Todo todo)
Returns a list of all todo escalations.
|
Modifier and Type | Method and Description |
---|---|
void |
TodoDao.add(TodoEscalation todoEscalation)
Adds todo escalation to the persistent store.
|
Modifier and Type | Method and Description |
---|---|
List<TodoEscalation> |
JpaTodoEscalationDao.getTodoEscalations(Todo todo) |
Modifier and Type | Method and Description |
---|---|
void |
JpaTodoDao.add(TodoEscalation todoEscalation) |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.