com.plumtree.remote.util
Class UserInfo

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

public class UserInfo
extends NamedValueMap

A NamedValueMap for storing User Information settings.


Field Summary
static java.lang.String USERINFO_ACCESSINGFROMINTRANET
          accessing from Intranet
static java.lang.String USERINFO_DEPARTMENT
          department
static java.lang.String USERINFO_EMAIL
          e-mail
static java.lang.String USERINFO_EMPLOYEEID
          employee ID
static java.lang.String USERINFO_FULLNAME
          full name
static java.lang.String USERINFO_MANAGER
          manager name
static java.lang.String USERINFO_PHONE
          phone number
static java.lang.String USERINFO_PROFILEUSERID
          profile user ID
static java.lang.String USERINFO_TITLE
          title
static java.lang.String USERINFO_ZIPCODE
          zip code
 
Constructor Summary
UserInfo()
          Default constructor.
UserInfo(NamedValue[] nvArray)
          Valued constructor.
 
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
 

Field Detail

USERINFO_FULLNAME

public static java.lang.String USERINFO_FULLNAME
full name


USERINFO_EMAIL

public static java.lang.String USERINFO_EMAIL
e-mail


USERINFO_PHONE

public static java.lang.String USERINFO_PHONE
phone number


USERINFO_EMPLOYEEID

public static java.lang.String USERINFO_EMPLOYEEID
employee ID


USERINFO_DEPARTMENT

public static java.lang.String USERINFO_DEPARTMENT
department


USERINFO_TITLE

public static java.lang.String USERINFO_TITLE
title


USERINFO_ZIPCODE

public static java.lang.String USERINFO_ZIPCODE
zip code


USERINFO_MANAGER

public static java.lang.String USERINFO_MANAGER
manager name


USERINFO_ACCESSINGFROMINTRANET

public static java.lang.String USERINFO_ACCESSINGFROMINTRANET
accessing from Intranet


USERINFO_PROFILEUSERID

public static java.lang.String USERINFO_PROFILEUSERID
profile user ID

Constructor Detail

UserInfo

public UserInfo()
Default constructor.


UserInfo

public UserInfo(NamedValue[] nvArray)
Valued constructor.



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.