|
Jive Forums API (5.5.8) Developer Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProfileManager
Manages user profile and user skill data. Defines methods used to create, access, update, and remove user profile.
| Method Summary | |
|---|---|
void |
deleteProfileByID(long fieldID)
Removes all user profile data associated with a particular profile field. |
void |
deleteProfileByUserID(long userID)
Removes all user profile data associated with a particular user. |
java.util.Map |
getProfile(User user)
Gets a map of user profile values for a particular user mapped to their corresponding ProfileField id. |
void |
setProfile(User user,
java.util.List profile)
Sets a list of profile values for a particular user. |
| Methods inherited from interface com.jivesoftware.base.event.UserListener |
|---|
userCreated, userDeleted, userModified |
| Method Detail |
|---|
java.util.Map getProfile(User user)
user - get the profile for this user
void setProfile(User user,
java.util.List profile)
user - the user that represents the profile listprofile - the list of user profile values to savevoid deleteProfileByUserID(long userID)
userID - remove all user profile data associated with this userID.void deleteProfileByID(long fieldID)
fieldID - remove all user profile data associated with this profile field id.
|
Jive Forums Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||