| Modifier and Type | Method and Description |
|---|---|
static UserIdentity |
UserIdentityMapper.mapOmrsEntityDetailToUserIdentity(EntityDetail omrsEntityDetail) |
| Modifier and Type | Method and Description |
|---|---|
static EntityDetail |
UserIdentityMapper.mapUserIdentityToOmrsEntityDetail(UserIdentity userIdentity)
Map (convert) the supplied UserIdentity to an entityDetail.
|
| Modifier and Type | Field and Description |
|---|---|
protected UserIdentity |
UserIdentitiesReference.userIdentity |
| Modifier and Type | Method and Description |
|---|---|
UserIdentity |
UserIdentitiesReference.getUserIdentity() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserIdentitiesReference.setUserIdentity(UserIdentity userIdentity) |
| Modifier and Type | Method and Description |
|---|---|
UserIdentity |
SubjectAreaBeansToAccessOMRS.addUserIdentityClassifications(String userId,
String entityGuid,
List<Classification> classifications)
Add classifications to the supplied userIdentity
|
UserIdentity |
SubjectAreaBeansToAccessOMRS.createUserIdentity(String userId,
UserIdentity userIdentity)
Create new userIdentity.
|
UserIdentity |
SubjectAreaBeansToAccessOMRS.deleteUserIdentityClassification(String userId,
String entityGuid,
String name)
Deletes a given classification from an existing userIdentity represented by a guid.
|
UserIdentity |
SubjectAreaBeansToAccessOMRS.getUserIdentityById(String userId,
String entityGuid)
Fetch complete definition of an userIdentity given its GUID.
|
UserIdentity |
SubjectAreaBeansToAccessOMRS.restoreUserIdentity(String userId,
String entityGuid)
Restore an UserIdentity identified by its GUID.
|
UserIdentity |
SubjectAreaBeansToAccessOMRS.updateUserIdentity(String userId,
UserIdentity userIdentity)
Update userIdentity
|
UserIdentity |
SubjectAreaBeansToAccessOMRS.updateUserIdentityClassification(String userId,
String entityGuid,
List<Classification> classificationsToUpdate)
Updates classifications to an existing userIdentity represented by a guid.
|
| Modifier and Type | Method and Description |
|---|---|
UserIdentity |
SubjectAreaBeansToAccessOMRS.createUserIdentity(String userId,
UserIdentity userIdentity)
Create new userIdentity.
|
UserIdentity |
SubjectAreaBeansToAccessOMRS.updateUserIdentity(String userId,
UserIdentity userIdentity)
Update userIdentity
|
Copyright © 2018–2019 ODPi. All rights reserved.