![]() |
Overloaded. Initializes a new instance of the UserInfoMap class. |
![]() | |
![]() | Clears the current values and initializes with values from the given array. Null NamedValue s and NamedValue s with null names will not be added. NamedValue s with null keys will be added. If multiple NamedValue s have the same key and different values, then the values will be added to the map as a string[]. |
![]() | 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. |
![]() | Gets whether the user is accessing from the intranet. |
![]() | Gets the user's department. |
![]() | Gets the user's e-mail. |
![]() | Gets the user's employee ID. |
![]() | Gets the user's full name. |
![]() | |
![]() | Gets the name of the user's manager. |
![]() | Gets the user's phone number. |
![]() | Gets the user's profile ID. |
![]() | Gets the user's title. |
![]() | |
![]() | Gets the user's zip code. |
![]() | Overloaded. Adds a name/value pair to the map. |
![]() | 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. |
![]() | Converts the contents of the NamedValueMap into a NamedValue array, and returns the array. Keys with string[] mappings will be returned as multiple NamedValue s. |
![]() | Returns a string for debugging. |
UserInfoMap Class | Plumtree.Remote.Util Namespace