| 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 |
PeersReference.actorProfile |
protected ActorProfile |
LeadsReference.actorProfile |
protected ActorProfile |
FollowsReference.actorProfile |
| Modifier and Type | Method and Description |
|---|---|
ActorProfile |
PeersReference.getActorProfile() |
ActorProfile |
LeadsReference.getActorProfile() |
ActorProfile |
FollowsReference.getActorProfile() |
| Modifier and Type | Method and Description |
|---|---|
void |
PeersReference.setActorProfile(ActorProfile actorProfile) |
void |
LeadsReference.setActorProfile(ActorProfile actorProfile) |
void |
FollowsReference.setActorProfile(ActorProfile actorProfile) |
| Modifier and Type | Field and Description |
|---|---|
protected ActorProfile |
ConsumingActorsReference.actorProfile |
| Modifier and Type | Method and Description |
|---|---|
ActorProfile |
ConsumingActorsReference.getActorProfile() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsumingActorsReference.setActorProfile(ActorProfile actorProfile) |
| Modifier and Type | Field and Description |
|---|---|
protected ActorProfile |
MembersReference.actorProfile |
| Modifier and Type | Method and Description |
|---|---|
ActorProfile |
MembersReference.getActorProfile() |
| Modifier and Type | Method and Description |
|---|---|
void |
MembersReference.setActorProfile(ActorProfile actorProfile) |
| 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 |
ContributorsReference.actorProfile |
| Modifier and Type | Method and Description |
|---|---|
ActorProfile |
ContributorsReference.getActorProfile() |
| Modifier and Type | Method and Description |
|---|---|
void |
ContributorsReference.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.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 ODPi. All rights reserved.