| Package | Description |
|---|---|
| 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.entity |
Persistent entities for human-oriented tasks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TodoDao.remove(TodoRejection todoRejection)
Removes todo-rejection from the persistent store.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JpaTodoDao.remove(TodoRejection rejection) |
| Modifier and Type | Method and Description |
|---|---|
TodoRejection |
Todo.getRejectionBy(Person person)
Returns a todo rejection for the specified person.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<TodoRejection> |
Todo.getRejections()
Returns a collection of rejections.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Todo.addRejection(TodoRejection rejection)
Adds a rejection.
|
void |
Todo.removeRejection(TodoRejection rejection)
Removes a rejection.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.