| Modifier and Type | Method and Description |
|---|---|
static ToDo |
ToDoMapper.mapOmrsEntityDetailToToDo(EntityDetail omrsEntityDetail) |
| Modifier and Type | Method and Description |
|---|---|
static EntityDetail |
ToDoMapper.mapToDoToOmrsEntityDetail(ToDo toDo)
Map (convert) the supplied ToDo to an entityDetail.
|
| Modifier and Type | Field and Description |
|---|---|
protected ToDo |
ActionsReference.toDo |
| Modifier and Type | Method and Description |
|---|---|
ToDo |
ActionsReference.getToDo() |
| Modifier and Type | Method and Description |
|---|---|
void |
ActionsReference.setToDo(ToDo toDo) |
| Modifier and Type | Method and Description |
|---|---|
ToDo |
SubjectAreaBeansToAccessOMRS.addToDoClassifications(String userId,
String entityGuid,
List<Classification> classifications)
Add classifications to the supplied toDo
|
ToDo |
SubjectAreaBeansToAccessOMRS.createToDo(String userId,
ToDo toDo)
Create new toDo.
|
ToDo |
SubjectAreaBeansToAccessOMRS.deleteToDoClassification(String userId,
String entityGuid,
String name)
Deletes a given classification from an existing toDo represented by a guid.
|
ToDo |
SubjectAreaBeansToAccessOMRS.getToDoById(String userId,
String entityGuid)
Fetch complete definition of an toDo given its GUID.
|
ToDo |
SubjectAreaBeansToAccessOMRS.restoreToDo(String userId,
String entityGuid)
Restore an ToDo identified by its GUID.
|
ToDo |
SubjectAreaBeansToAccessOMRS.updateToDo(String userId,
ToDo toDo)
Update toDo
|
ToDo |
SubjectAreaBeansToAccessOMRS.updateToDoClassification(String userId,
String entityGuid,
List<Classification> classificationsToUpdate)
Updates classifications to an existing toDo represented by a guid.
|
| Modifier and Type | Method and Description |
|---|---|
ToDo |
SubjectAreaBeansToAccessOMRS.createToDo(String userId,
ToDo toDo)
Create new toDo.
|
ToDo |
SubjectAreaBeansToAccessOMRS.updateToDo(String userId,
ToDo toDo)
Update toDo
|
Copyright © 2018–2019 ODPi. All rights reserved.