| Modifier and Type | Method and Description |
|---|---|
static Like |
LikeMapper.mapOmrsEntityDetailToLike(EntityDetail omrsEntityDetail) |
| Modifier and Type | Method and Description |
|---|---|
static EntityDetail |
LikeMapper.mapLikeToOmrsEntityDetail(Like like)
Map (convert) the supplied Like to an entityDetail.
|
| Modifier and Type | Field and Description |
|---|---|
protected Like |
LikesReference.like |
| Modifier and Type | Method and Description |
|---|---|
Like |
LikesReference.getLike() |
| Modifier and Type | Method and Description |
|---|---|
void |
LikesReference.setLike(Like like) |
| Modifier and Type | Method and Description |
|---|---|
Like |
SubjectAreaBeansToAccessOMRS.addLikeClassifications(String userId,
String entityGuid,
List<Classification> classifications)
Add classifications to the supplied like
|
Like |
SubjectAreaBeansToAccessOMRS.createLike(String userId,
Like like)
Create new like.
|
Like |
SubjectAreaBeansToAccessOMRS.deleteLikeClassification(String userId,
String entityGuid,
String name)
Deletes a given classification from an existing like represented by a guid.
|
Like |
SubjectAreaBeansToAccessOMRS.getLikeById(String userId,
String entityGuid)
Fetch complete definition of an like given its GUID.
|
Like |
SubjectAreaBeansToAccessOMRS.restoreLike(String userId,
String entityGuid)
Restore an Like identified by its GUID.
|
Like |
SubjectAreaBeansToAccessOMRS.updateLike(String userId,
Like like)
Update like
|
Like |
SubjectAreaBeansToAccessOMRS.updateLikeClassification(String userId,
String entityGuid,
List<Classification> classificationsToUpdate)
Updates classifications to an existing like represented by a guid.
|
| Modifier and Type | Method and Description |
|---|---|
Like |
SubjectAreaBeansToAccessOMRS.createLike(String userId,
Like like)
Create new like.
|
Like |
SubjectAreaBeansToAccessOMRS.updateLike(String userId,
Like like)
Update like
|
Copyright © 2018–2019 ODPi. All rights reserved.