| Modifier and Type | Method and Description |
|---|---|
static CohortMember |
CohortMemberMapper.mapOmrsEntityDetailToCohortMember(EntityDetail omrsEntityDetail) |
| Modifier and Type | Method and Description |
|---|---|
static EntityDetail |
CohortMemberMapper.mapCohortMemberToOmrsEntityDetail(CohortMember cohortMember)
Map (convert) the supplied CohortMember to an entityDetail.
|
| Modifier and Type | Field and Description |
|---|---|
protected CohortMember |
CohortMemberReference.cohortMember |
| Modifier and Type | Method and Description |
|---|---|
CohortMember |
CohortMemberReference.getCohortMember() |
| Modifier and Type | Method and Description |
|---|---|
void |
CohortMemberReference.setCohortMember(CohortMember cohortMember) |
| Modifier and Type | Field and Description |
|---|---|
protected CohortMember |
CohortMembershipReference.cohortMember |
| Modifier and Type | Method and Description |
|---|---|
CohortMember |
CohortMembershipReference.getCohortMember() |
| Modifier and Type | Method and Description |
|---|---|
void |
CohortMembershipReference.setCohortMember(CohortMember cohortMember) |
| Modifier and Type | Method and Description |
|---|---|
CohortMember |
SubjectAreaBeansToAccessOMRS.addCohortMemberClassifications(String userId,
String entityGuid,
List<Classification> classifications)
Add classifications to the supplied cohortMember
|
CohortMember |
SubjectAreaBeansToAccessOMRS.createCohortMember(String userId,
CohortMember cohortMember)
Create new cohortMember.
|
CohortMember |
SubjectAreaBeansToAccessOMRS.deleteCohortMemberClassification(String userId,
String entityGuid,
String name)
Deletes a given classification from an existing cohortMember represented by a guid.
|
CohortMember |
SubjectAreaBeansToAccessOMRS.getCohortMemberById(String userId,
String entityGuid)
Fetch complete definition of an cohortMember given its GUID.
|
CohortMember |
SubjectAreaBeansToAccessOMRS.restoreCohortMember(String userId,
String entityGuid)
Restore an CohortMember identified by its GUID.
|
CohortMember |
SubjectAreaBeansToAccessOMRS.updateCohortMember(String userId,
CohortMember cohortMember)
Update cohortMember
|
CohortMember |
SubjectAreaBeansToAccessOMRS.updateCohortMemberClassification(String userId,
String entityGuid,
List<Classification> classificationsToUpdate)
Updates classifications to an existing cohortMember represented by a guid.
|
| Modifier and Type | Method and Description |
|---|---|
CohortMember |
SubjectAreaBeansToAccessOMRS.createCohortMember(String userId,
CohortMember cohortMember)
Create new cohortMember.
|
CohortMember |
SubjectAreaBeansToAccessOMRS.updateCohortMember(String userId,
CohortMember cohortMember)
Update cohortMember
|
Copyright © 2018–2019 ODPi. All rights reserved.