| Modifier and Type | Method and Description |
|---|---|
static ActorProfile |
ActorProfileMapper.mapOmrsEntityDetailToActorProfile(EntityDetail omrsEntityDetail) |
| Modifier and Type | Method and Description |
|---|---|
static EntityDetail |
ActorProfileMapper.mapActorProfileToOmrsEntityDetail(ActorProfile actorProfile)
Map (convert) the supplied ActorProfile to an entityDetail.
|
| Modifier and Type | Field and Description |
|---|---|
protected ActorProfile |
ContactDetailsReference.actorProfile |
| Modifier and Type | Method and Description |
|---|---|
ActorProfile |
ContactDetailsReference.getActorProfile() |
| Modifier and Type | Method and Description |
|---|---|
void |
ContactDetailsReference.setActorProfile(ActorProfile actorProfile) |
| Modifier and Type | Field and Description |
|---|---|
protected ActorProfile |
AssignedStaffReference.actorProfile |
| Modifier and Type | Method and Description |
|---|---|
ActorProfile |
AssignedStaffReference.getActorProfile() |
| Modifier and Type | Method and Description |
|---|---|
void |
AssignedStaffReference.setActorProfile(ActorProfile actorProfile) |
| Modifier and Type | Field and Description |
|---|---|
protected ActorProfile |
SupportingActorsReference.actorProfile |
| Modifier and Type | Method and Description |
|---|---|
ActorProfile |
SupportingActorsReference.getActorProfile() |
| Modifier and Type | Method and Description |
|---|---|
void |
SupportingActorsReference.setActorProfile(ActorProfile actorProfile) |
| Modifier and Type | Field and Description |
|---|---|
protected ActorProfile |
ProfileReference.actorProfile |
| Modifier and Type | Method and Description |
|---|---|
ActorProfile |
ProfileReference.getActorProfile() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProfileReference.setActorProfile(ActorProfile actorProfile) |
| Modifier and Type | Method and Description |
|---|---|
ActorProfile |
SubjectAreaBeansToAccessOMRS.addActorProfileClassifications(String userId,
String entityGuid,
List<Classification> classifications)
Add classifications to the supplied actorProfile
|
ActorProfile |
SubjectAreaBeansToAccessOMRS.createActorProfile(String userId,
ActorProfile actorProfile)
Create new actorProfile.
|
ActorProfile |
SubjectAreaBeansToAccessOMRS.deleteActorProfileClassification(String userId,
String entityGuid,
String name)
Deletes a given classification from an existing actorProfile represented by a guid.
|
ActorProfile |
SubjectAreaBeansToAccessOMRS.getActorProfileById(String userId,
String entityGuid)
Fetch complete definition of an actorProfile given its GUID.
|
ActorProfile |
SubjectAreaBeansToAccessOMRS.restoreActorProfile(String userId,
String entityGuid)
Restore an ActorProfile identified by its GUID.
|
ActorProfile |
SubjectAreaBeansToAccessOMRS.updateActorProfile(String userId,
ActorProfile actorProfile)
Update actorProfile
|
ActorProfile |
SubjectAreaBeansToAccessOMRS.updateActorProfileClassification(String userId,
String entityGuid,
List<Classification> classificationsToUpdate)
Updates classifications to an existing actorProfile represented by a guid.
|
| Modifier and Type | Method and Description |
|---|---|
ActorProfile |
SubjectAreaBeansToAccessOMRS.createActorProfile(String userId,
ActorProfile actorProfile)
Create new actorProfile.
|
ActorProfile |
SubjectAreaBeansToAccessOMRS.updateActorProfile(String userId,
ActorProfile actorProfile)
Update actorProfile
|
Copyright © 2018–2019 ODPi. All rights reserved.