WebCenter Interaction API  
 

IPTUserInfo Members

IPTUserInfo overview

Public Instance Methods

public methodAddUserInfoSettingOverloaded. Adds a userinfo setting.
public methodGetAccessingFromIntranet Returns whether the user is accessing the portal from the Intranet.
public methodGetDepartment Returns the user's department.
public methodGetEmail Returns the user's email.
public methodGetEmployeeID Returns the user's employee id.
public methodGetFullName Returns the user's name.
public methodGetHostPageQueryString Used to pass the original query string from the host page URL to portlets.
public methodGetManager Returns the user's manager.
public methodGetPhone Returns the user's phone.
public methodGetProfileUserID Used internally by the intrinsic User Profile Community to specify which user's profile is being viewed.
public methodGetSetting Returns a single setting by name.
public methodGetTitle Returns the user's title.
public methodGetZipCode Returns the user's zip code.
public methodLookupUserInfoSettingsOverloaded. Returns the specified UserInfo settings.
public methodMerge Adds everything in the incoming IPTUserInfo to the current IPTUserInfo. Values in the new IPTUserInfo will override values in this one.
public methodSetAccessingFromIntranet Sets whether the user is accessing the portal from the Intranet.
public methodSetDepartment Sets the user's department.
public methodSetEmail Sets the user's email.
public methodSetEmployeeID Sets the user's employee id.
public methodSetFullName Sets the user's name.
public methodSetHostPageQueryString Used to pass the original query string from the host page URL to portlets.
public methodSetManager Sets the user's manager.
public methodSetPhone Sets the user's phone.
public methodSetProfileUserID Used internally by the intrinsic User Profile Community to specify which user's profile is being viewed.
public methodSetTitle Sets the user's title.
public methodSetZipCode Sets the user's zip code.

See Also

IPTUserInfo Interface | com.plumtree.server Namespace | IPTSession#GetUserInfo