| Modifier and Type | Method and Description |
|---|---|
static Community |
CommunityMapper.mapOmrsEntityDetailToCommunity(EntityDetail omrsEntityDetail) |
| Modifier and Type | Method and Description |
|---|---|
static EntityDetail |
CommunityMapper.mapCommunityToOmrsEntityDetail(Community community)
Map (convert) the supplied Community to an entityDetail.
|
| Modifier and Type | Field and Description |
|---|---|
protected Community |
MemberOfCommunityReference.community |
| Modifier and Type | Method and Description |
|---|---|
Community |
MemberOfCommunityReference.getCommunity() |
| Modifier and Type | Method and Description |
|---|---|
void |
MemberOfCommunityReference.setCommunity(Community community) |
| Modifier and Type | Method and Description |
|---|---|
Community |
SubjectAreaBeansToAccessOMRS.addCommunityClassifications(String userId,
String entityGuid,
List<Classification> classifications)
Add classifications to the supplied community
|
Community |
SubjectAreaBeansToAccessOMRS.createCommunity(String userId,
Community community)
Create new community.
|
Community |
SubjectAreaBeansToAccessOMRS.deleteCommunityClassification(String userId,
String entityGuid,
String name)
Deletes a given classification from an existing community represented by a guid.
|
Community |
SubjectAreaBeansToAccessOMRS.getCommunityById(String userId,
String entityGuid)
Fetch complete definition of an community given its GUID.
|
Community |
SubjectAreaBeansToAccessOMRS.restoreCommunity(String userId,
String entityGuid)
Restore an Community identified by its GUID.
|
Community |
SubjectAreaBeansToAccessOMRS.updateCommunity(String userId,
Community community)
Update community
|
Community |
SubjectAreaBeansToAccessOMRS.updateCommunityClassification(String userId,
String entityGuid,
List<Classification> classificationsToUpdate)
Updates classifications to an existing community represented by a guid.
|
| Modifier and Type | Method and Description |
|---|---|
Community |
SubjectAreaBeansToAccessOMRS.createCommunity(String userId,
Community community)
Create new community.
|
Community |
SubjectAreaBeansToAccessOMRS.updateCommunity(String userId,
Community community)
Update community
|
Copyright © 2018–2019 ODPi. All rights reserved.