Aqualogic Interaction API  
 

IPTUserInfo Members

IPTUserInfo overview

Public Instance Methods

AddUserInfoSettingOverloaded. Adds a userinfo setting.
GetAccessingFromIntranet Returns whether the user is accessing the portal from the Intranet.
GetDepartment Returns the user's department.
GetEmail Returns the user's email.
GetEmployeeID Returns the user's employee id.
GetFullName Returns the user's name.
GetHostPageQueryString Used to pass the original query string from the host page URL to portlets.
GetManager Returns the user's manager.
GetPhone Returns the user's phone.
GetProfileUserID Used internally by the intrinsic User Profile Community to specify which user's profile is being viewed.
GetSetting Returns a single setting by name.
GetTitle Returns the user's title.
GetZipCode Returns the user's zip code.
LookupUserInfoSettingsOverloaded. Returns the specified UserInfo settings.
Merge Adds everything in the incoming IPTUserInfo to the current IPTUserInfo. Values in the new IPTUserInfo will override values in this one.
SetAccessingFromIntranet Sets whether the user is accessing the portal from the Intranet.
SetDepartment Sets the user's department.
SetEmail Sets the user's email.
SetEmployeeID Sets the user's employee id.
SetFullName Sets the user's name.
SetHostPageQueryString Used to pass the original query string from the host page URL to portlets.
SetManager Sets the user's manager.
SetPhone Sets the user's phone.
SetProfileUserID Used internally by the intrinsic User Profile Community to specify which user's profile is being viewed.
SetTitle Sets the user's title.
SetZipCode Sets the user's zip code.

See Also

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