AquaLogic Interaction Development Kit (IDK) 6.0.0

UserInfoMap Members

UserInfoMap overview

Public Instance Constructors

UserInfoMap Overloaded. Initializes a new instance of the UserInfoMap class.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
FromArray (inherited from NamedValueMap) Clears the current values and initializes with values from the given array. Null NamedValues and NamedValues with null names will not be added. NamedValues with null keys will be added. If multiple NamedValues have the same key and different values, then the values will be added to the map as a string[].
Get (inherited from NamedValueMap) Returns the string to which the specified name key is mapped, or null if the key is not mapped to any values. If the mapped value is a string[], then the first element of the string[] will be returned. Note: Since the name in a NamedValue is always uppercased by the portal, the key to retrieve the value should also be uppercase.
getAccessingFromIntranet Gets whether the user is accessing from the intranet.
getDepartment Gets the user's department.
getEmail Gets the user's e-mail.
getEmployeeID Gets the user's employee ID.
getFullName Gets the user's full name.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
getManager Gets the name of the user's manager.
getPhone Gets the user's phone number.
getProfileUserID Gets the user's profile ID.
getTitle Gets the user's title.
GetType (inherited from Object) Gets the Type of the current instance.
getZipCode Gets the user's zip code.
Put (inherited from NamedValueMap)Overloaded. Adds a name/value pair to the map.
Remove (inherited from NamedValueMap)Overloaded. Removes the mapping for this key from the map if present. No exception is thrown if the key is not present. Note: Since the name in a NamedValue is always uppercased by the portal, the key to remove the value should also be uppercase.
ToArray (inherited from NamedValueMap) Converts the contents of the NamedValueMap into a NamedValue array, and returns the array. Keys with string[] mappings will be returned as multiple NamedValues.
ToString (inherited from NamedValueMap) Returns a string for debugging.

See Also

UserInfoMap Class | Plumtree.Remote.Util Namespace