| Modifier and Type | Method and Description |
|---|---|
static Comment |
CommentMapper.mapOmrsEntityDetailToComment(EntityDetail omrsEntityDetail) |
| Modifier and Type | Method and Description |
|---|---|
static EntityDetail |
CommentMapper.mapCommentToOmrsEntityDetail(Comment comment)
Map (convert) the supplied Comment to an entityDetail.
|
| Modifier and Type | Field and Description |
|---|---|
protected Comment |
AnsweredQuestionsReference.comment |
protected Comment |
AcceptedAnswersReference.comment |
| Modifier and Type | Method and Description |
|---|---|
Comment |
AnsweredQuestionsReference.getComment() |
Comment |
AcceptedAnswersReference.getComment() |
| Modifier and Type | Method and Description |
|---|---|
void |
AnsweredQuestionsReference.setComment(Comment comment) |
void |
AcceptedAnswersReference.setComment(Comment comment) |
| Modifier and Type | Field and Description |
|---|---|
protected Comment |
CommentsReference.comment |
| Modifier and Type | Method and Description |
|---|---|
Comment |
CommentsReference.getComment() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommentsReference.setComment(Comment comment) |
| Modifier and Type | Method and Description |
|---|---|
Comment |
SubjectAreaBeansToAccessOMRS.addCommentClassifications(String userId,
String entityGuid,
List<Classification> classifications)
Add classifications to the supplied comment
|
Comment |
SubjectAreaBeansToAccessOMRS.createComment(String userId,
Comment comment)
Create new comment.
|
Comment |
SubjectAreaBeansToAccessOMRS.deleteCommentClassification(String userId,
String entityGuid,
String name)
Deletes a given classification from an existing comment represented by a guid.
|
Comment |
SubjectAreaBeansToAccessOMRS.getCommentById(String userId,
String entityGuid)
Fetch complete definition of an comment given its GUID.
|
Comment |
SubjectAreaBeansToAccessOMRS.restoreComment(String userId,
String entityGuid)
Restore an Comment identified by its GUID.
|
Comment |
SubjectAreaBeansToAccessOMRS.updateComment(String userId,
Comment comment)
Update comment
|
Comment |
SubjectAreaBeansToAccessOMRS.updateCommentClassification(String userId,
String entityGuid,
List<Classification> classificationsToUpdate)
Updates classifications to an existing comment represented by a guid.
|
| Modifier and Type | Method and Description |
|---|---|
Comment |
SubjectAreaBeansToAccessOMRS.createComment(String userId,
Comment comment)
Create new comment.
|
Comment |
SubjectAreaBeansToAccessOMRS.updateComment(String userId,
Comment comment)
Update comment
|
Copyright © 2018–2019 ODPi. All rights reserved.