Modifier and Type | Class and Description |
---|---|
class |
AssistedPersonProfile
Ontology class representing an Assisted Person Profile
|
class |
CaregiverProfile
Ontology class representing a Care giver profile
|
Modifier and Type | Method and Description |
---|---|
UserProfile |
User.getUserProfile()
Gets the value of the User Profile of this User
|
Modifier and Type | Method and Description |
---|---|
void |
User.setProfile(UserProfile value)
Sets the value for the User Profile of this User
|
Modifier and Type | Method and Description |
---|---|
String |
ProfileAgent.addUserProfile(User user,
UserProfile userProfile)
Stores the new
UserProfile for
the user with userID. |
String |
ProfileAgent.addUserSubprofile(UserProfile profile,
SubProfile subProfile) |
void |
ProfileAgent.changeUserProfile(User user,
UserProfile userProfile)
Changes the existing
UserProfile
for user with userID. |
List |
ProfileAgent.getUserSubprofiles(UserProfile profile) |
Modifier and Type | Method and Description |
---|---|
String |
ProfileAgentImpl.addUserProfile(UserProfile profile) |
String |
ProfileAgentImpl.addUserProfile(User user,
UserProfile profile) |
String |
ProfileAgentImpl.addUserSubprofile(UserProfile userProfile,
SubProfile subProfile) |
void |
ProfileAgentImpl.changeUserProfile(User user,
UserProfile userProfile) |
List |
ProfileAgentImpl.getUserSubprofiles(UserProfile profile) |
Modifier and Type | Method and Description |
---|---|
UserProfile |
UIPreferencesSubprofilePrerequisitesHelper.getProfileForUser(User user) |
Modifier and Type | Method and Description |
---|---|
boolean |
UIPreferencesSubprofileHelper.addSubprofileToUserProfile(UserProfile userProfile,
SubProfile subProfile)
Adds given
SubProfile to a Profiling Server and connects it with
given UserProfile . |
boolean |
UIPreferencesSubprofilePrerequisitesHelper.addUserProfileToUser(User user,
UserProfile userProfile) |
Copyright © 2018 universAAL Consortium. All rights reserved.