|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Interface to access information about user profiles.
| Method Summary | |
void |
CleanupProfileCommunity()
Cleans up UserInfo information used by profile portlets. |
IPTQueryResult |
GetManagedCommunities(int nUserID)
Returns a list of communities for which the given user has edit access, and the current user has read access. |
IPTUserInfo |
GetUserInfo(int nUserID)
Returns UserInfo for a particular user. |
java.lang.Object[][] |
GetUserInfoMap()
Returns the map from property id to UserInfo attribute. |
java.lang.Object |
GetUserName(int nUserID)
Returns the name and description of a user. |
IPTObjectProperties |
GetUserProperties(int nUserID,
boolean bRequestEdit)
Returns dser profile properties for a given user. |
void |
SetupProfileCommunity(int nUserID)
Prepare to pass appropriate information to profile portlets by adding information to UserInfo. |
void |
SetUserInfoMap(java.lang.Object[][] Value)
Sets the map from property id to UserInfo attribute. |
| Methods inherited from interface com.plumtree.server.IPTUnknown |
GetInterfaces |
| Method Detail |
public IPTObjectProperties GetUserProperties(int nUserID,
boolean bRequestEdit)
nUserID - user whose properties to returnbRequestEdit - whether the client will try to change the valuespublic IPTUserInfo GetUserInfo(int nUserID)
nUserID - a user idpublic void SetUserInfoMap(java.lang.Object[][] Value)
Value - an array of [propertyid, userinfo attribute]public java.lang.Object[][] GetUserInfoMap()
public IPTQueryResult GetManagedCommunities(int nUserID)
nUserID - a user idpublic java.lang.Object GetUserName(int nUserID)
nUserID - a user idpublic void SetupProfileCommunity(int nUserID)
nUserID - id of the user whose profile we're visitingpublic void CleanupProfileCommunity()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||