| Modifier and Type | Method and Description |
|---|---|
static CommunityMember |
CommunityMemberMapper.mapOmrsEntityDetailToCommunityMember(EntityDetail omrsEntityDetail) |
| Modifier and Type | Method and Description |
|---|---|
static EntityDetail |
CommunityMemberMapper.mapCommunityMemberToOmrsEntityDetail(CommunityMember communityMember)
Map (convert) the supplied CommunityMember to an entityDetail.
|
| Modifier and Type | Field and Description |
|---|---|
protected CommunityMember |
CommunityMembersReference.communityMember |
| Modifier and Type | Method and Description |
|---|---|
CommunityMember |
CommunityMembersReference.getCommunityMember() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommunityMembersReference.setCommunityMember(CommunityMember communityMember) |
| Modifier and Type | Method and Description |
|---|---|
CommunityMember |
SubjectAreaBeansToAccessOMRS.addCommunityMemberClassifications(String userId,
String entityGuid,
List<Classification> classifications)
Add classifications to the supplied communityMember
|
CommunityMember |
SubjectAreaBeansToAccessOMRS.createCommunityMember(String userId,
CommunityMember communityMember)
Create new communityMember.
|
CommunityMember |
SubjectAreaBeansToAccessOMRS.deleteCommunityMemberClassification(String userId,
String entityGuid,
String name)
Deletes a given classification from an existing communityMember represented by a guid.
|
CommunityMember |
SubjectAreaBeansToAccessOMRS.getCommunityMemberById(String userId,
String entityGuid)
Fetch complete definition of an communityMember given its GUID.
|
CommunityMember |
SubjectAreaBeansToAccessOMRS.restoreCommunityMember(String userId,
String entityGuid)
Restore an CommunityMember identified by its GUID.
|
CommunityMember |
SubjectAreaBeansToAccessOMRS.updateCommunityMember(String userId,
CommunityMember communityMember)
Update communityMember
|
CommunityMember |
SubjectAreaBeansToAccessOMRS.updateCommunityMemberClassification(String userId,
String entityGuid,
List<Classification> classificationsToUpdate)
Updates classifications to an existing communityMember represented by a guid.
|
| Modifier and Type | Method and Description |
|---|---|
CommunityMember |
SubjectAreaBeansToAccessOMRS.createCommunityMember(String userId,
CommunityMember communityMember)
Create new communityMember.
|
CommunityMember |
SubjectAreaBeansToAccessOMRS.updateCommunityMember(String userId,
CommunityMember communityMember)
Update communityMember
|
Copyright © 2018–2019 ODPi. All rights reserved.