| Modifier and Type | Method and Description |
|---|---|
static Topic |
TopicMapper.mapOmrsEntityDetailToTopic(EntityDetail omrsEntityDetail) |
| Modifier and Type | Method and Description |
|---|---|
static EntityDetail |
TopicMapper.mapTopicToOmrsEntityDetail(Topic topic)
Map (convert) the supplied Topic to an entityDetail.
|
| Modifier and Type | Field and Description |
|---|---|
protected Topic |
TopicsReference.topic |
| Modifier and Type | Method and Description |
|---|---|
Topic |
TopicsReference.getTopic() |
| Modifier and Type | Method and Description |
|---|---|
void |
TopicsReference.setTopic(Topic topic) |
| Modifier and Type | Method and Description |
|---|---|
Topic |
SubjectAreaBeansToAccessOMRS.addTopicClassifications(String userId,
String entityGuid,
List<Classification> classifications)
Add classifications to the supplied topic
|
Topic |
SubjectAreaBeansToAccessOMRS.createTopic(String userId,
Topic topic)
Create new topic.
|
Topic |
SubjectAreaBeansToAccessOMRS.deleteTopicClassification(String userId,
String entityGuid,
String name)
Deletes a given classification from an existing topic represented by a guid.
|
Topic |
SubjectAreaBeansToAccessOMRS.getTopicById(String userId,
String entityGuid)
Fetch complete definition of an topic given its GUID.
|
Topic |
SubjectAreaBeansToAccessOMRS.restoreTopic(String userId,
String entityGuid)
Restore an Topic identified by its GUID.
|
Topic |
SubjectAreaBeansToAccessOMRS.updateTopic(String userId,
Topic topic)
Update topic
|
Topic |
SubjectAreaBeansToAccessOMRS.updateTopicClassification(String userId,
String entityGuid,
List<Classification> classificationsToUpdate)
Updates classifications to an existing topic represented by a guid.
|
| Modifier and Type | Method and Description |
|---|---|
Topic |
SubjectAreaBeansToAccessOMRS.createTopic(String userId,
Topic topic)
Create new topic.
|
Topic |
SubjectAreaBeansToAccessOMRS.updateTopic(String userId,
Topic topic)
Update topic
|
Copyright © 2018–2019 ODPi. All rights reserved.