| Modifier and Type | Method and Description |
|---|---|
PersonalProfile |
MyPersonalProfileInterface.getMyProfile(String userId)
Return the profile for this user.
|
PersonalProfile |
PersonalProfileManagementInterface.getPersonalProfileByGUID(String userId,
String profileGUID)
Retrieve a personal profile by guid.
|
PersonalProfile |
PersonalProfileManagementInterface.getPersonalProfileByQualifiedName(String userId,
String qualifiedName)
Retrieve a personal profile by personnel/serial/unique employee number of the individual.
|
PersonalProfile |
PersonalProfileManagementInterface.getPersonalProfileForUser(String userId,
String profileUserId)
Retrieve a personal profile by userId.
|
| Modifier and Type | Method and Description |
|---|---|
List<PersonalProfile> |
PersonalProfileManagementInterface.getPersonalProfilesByName(String userId,
String name)
Return a list of candidate personal profiles for an individual.
|
| Modifier and Type | Method and Description |
|---|---|
PersonalProfile |
PersonalProfileOutboundEvent.getPersonalProfile()
Return the personal profile for the individual.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PersonalProfileOutboundEvent.setPersonalProfile(PersonalProfile personalProfile)
Set up the personal profile for the individual.
|
| Constructor and Description |
|---|
FavouriteCollectionOutboundEvent(CommunityProfileOutboundEventType type,
PersonalProfile bean,
String userId,
String memberGUID,
String memberTypeName)
Event publisher constructor.
|
| Constructor and Description |
|---|
PersonalProfile(PersonalProfile template)
Copy/clone Constructor - the resulting object.
|
| Modifier and Type | Method and Description |
|---|---|
PersonalProfile |
PersonalProfileResponse.getPersonalProfile()
Return the personalProfile result.
|
| Modifier and Type | Method and Description |
|---|---|
List<PersonalProfile> |
PersonalProfileListResponse.getPersonalProfiles()
Return the personalProfile result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PersonalProfileResponse.setPersonalProfile(PersonalProfile personalProfile)
Set up the personalProfile result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PersonalProfileListResponse.setPersonalProfiles(List<PersonalProfile> personalProfiles)
Set up the personalProfile result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommunityProfileOutTopicPublisher.sendAssetRemovedFromCollectionEvent(PersonalProfile bean,
String userId,
String memberGUID,
String memberTypeName)
Send an event to the Community Profile OMAS Out Topic.
|
void |
CommunityProfileOutTopicPublisher.sendCommunityRemovedFromCollectionEvent(PersonalProfile bean,
String userId,
String memberGUID,
String memberTypeName)
Send an event to the Community Profile OMAS Out Topic.
|
void |
CommunityProfileOutTopicPublisher.sendDeletedPersonalProfileEvent(PersonalProfile bean)
Send an event to the Community Profile OMAS Out Topic.
|
void |
CommunityProfileOutTopicPublisher.sendKarmaPointPlateauEvent(PersonalProfile bean,
String userId,
int plateau,
int totalPoints)
Send an event to the Community Profile OMAS Out Topic.
|
void |
CommunityProfileOutTopicPublisher.sendNewAssetInCollectionEvent(PersonalProfile bean,
String userId,
String memberGUID,
String memberTypeName)
Send an event to the Community Profile OMAS Out Topic.
|
void |
CommunityProfileOutTopicPublisher.sendNewCommunityInCollectionEvent(PersonalProfile bean,
String userId,
String memberGUID,
String memberTypeName)
Send an event to the Community Profile OMAS Out Topic.
|
void |
CommunityProfileOutTopicPublisher.sendNewExternalPersonalProfileEvent(PersonalProfile bean)
Send an event to the Community Profile OMAS Out Topic.
|
void |
CommunityProfileOutTopicPublisher.sendNewPersonalProfileEvent(PersonalProfile bean)
Send an event to the Community Profile OMAS Out Topic.
|
void |
CommunityProfileOutTopicPublisher.sendNewProjectInCollectionEvent(PersonalProfile bean,
String userId,
String memberGUID,
String memberTypeName)
Send an event to the Community Profile OMAS Out Topic.
|
void |
CommunityProfileOutTopicPublisher.sendProjectRemovedFromCollectionEvent(PersonalProfile bean,
String userId,
String memberGUID,
String memberTypeName)
Send an event to the Community Profile OMAS Out Topic.
|
void |
CommunityProfileOutTopicPublisher.sendUpdatedPersonalProfileEvent(PersonalProfile bean)
Send an event to the Community Profile OMAS Out Topic.
|
Copyright © 2018–2020 ODPi. All rights reserved.