com.plumtree.remote.util
Class UserInfoMap

java.lang.Object
  extended bycom.plumtree.remote.util.NamedValueMap
      extended bycom.plumtree.remote.util.UserInfoMap

public class UserInfoMap
extends NamedValueMap

Utility class for constructing a UserInfo object.


Constructor Summary
UserInfoMap()
          Default constructor.
UserInfoMap(NamedValue[] nvArray)
          Creates a new NamedValueMap instance and initializes it with values from the given array.
 
Method Summary
 java.lang.String getAccessingFromIntranet()
          Gets whether the user is accessing from the intranet.
 java.lang.String getDepartment()
          Gets the user's department.
 java.lang.String getEmail()
          Gets the user's e-mail.
 java.lang.String getEmployeeID()
          Gets the user's employee ID.
 java.lang.String getFullName()
          Gets the user's full name.
 java.lang.String getManager()
          Gets the name of the user's manager.
 java.lang.String getPhone()
          Gets the user's phone number.
 java.lang.String getProfileUserID()
          Gets the user's profile ID.
 java.lang.String getTitle()
          Gets the user's title.
 java.lang.String getZipCode()
          Gets the user's zip code.
 
Methods inherited from class com.plumtree.remote.util.NamedValueMap
fromArray, get, put, put, remove, remove, toArray, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserInfoMap

public UserInfoMap()
Default constructor.

See Also:
Object.Object()

UserInfoMap

public UserInfoMap(NamedValue[] nvArray)
Creates a new NamedValueMap instance and initializes it with values from the given array.

See Also:
NamedValueMap.NamedValueMap(NamedValue[])
Method Detail

getEmail

public java.lang.String getEmail()
Gets the user's e-mail.

Returns:
the user's e-mail

getFullName

public java.lang.String getFullName()
Gets the user's full name.

Returns:
the user's full name

getPhone

public java.lang.String getPhone()
Gets the user's phone number.

Returns:
the user's phone number

getEmployeeID

public java.lang.String getEmployeeID()
Gets the user's employee ID.

Returns:
the user's employee ID

getDepartment

public java.lang.String getDepartment()
Gets the user's department.

Returns:
the user's department

getTitle

public java.lang.String getTitle()
Gets the user's title.

Returns:
the user's title

getZipCode

public java.lang.String getZipCode()
Gets the user's zip code.

Returns:
the user's zip code

getManager

public java.lang.String getManager()
Gets the name of the user's manager.

Returns:
the user's manager

getAccessingFromIntranet

public java.lang.String getAccessingFromIntranet()
Gets whether the user is accessing from the intranet.

Returns:
true if the user is accessing from the intranet; false otherwise

getProfileUserID

public java.lang.String getProfileUserID()
Gets the user's profile ID.

Returns:
the user's profile ID


For additional information on the Oracle® WebCenter Interaction Development Kit, including tutorials, blogs, code samples and more, see the Oracle Technology Network (http://www.oracle.com/technology/index.html).

Copyright ©2010 Oracle® Corporation. All Rights Reserved.