com.webmethods.caf.portalclient.dir
Class PCDirectoryHelper.ATTR_NAMES

java.lang.Object
  extended by com.webmethods.caf.portalclient.dir.PCDirectoryHelper.ATTR_NAMES
Enclosing class:
PCDirectoryHelper

public static class PCDirectoryHelper.ATTR_NAMES
extends Object

Constants for user attribute name


Field Summary
static String CORE_DN
           
static String CORE_EMAIL
           
static String CORE_FIRST_NAME
           
static String CORE_ID
           
static String CORE_LAST_NAME
           
static String NOTIFICATION_EMAIL
           
static String NOTIFICATION_EMAIL_ENCODING
           
static String NOTIFICATION_IM_ENCODING
           
static String NOTIFICATION_IMNAME
           
static String NOTIFICATION_IMTYPE
           
static String NOTIFICATION_MOBILETEXT
           
static String NOTIFICATION_MOBILETEXT_ENCODING
           
static String NOTIFICATION_PAGER
           
static String NOTIFICATION_PAGER_ENCODING
           
static String PREFS_IMAGEMODELPREF
           
static String PREFS_PAGE_SIZE
           
static String PREFS_PORTAL_SKIN
           
static String PREFS_START_PAGE
           
static String PREFS_START_PAGE_LAYOUT
           
static String PROFILE_ADDRESS_CUSTOM
           
static String PROFILE_ADDRESS_STATE
           
static String PROFILE_ADDRESS1
           
static String PROFILE_ADDRESS2
           
static String PROFILE_CITY
           
static String PROFILE_COUNTRY_REGION_ID
           
static String PROFILE_EMAIL
           
static String PROFILE_LOCALE
           
static String PROFILE_MIDDLE_NAME
           
static String PROFILE_NAME_SUFFIX
           
static String PROFILE_PHONE1
           
static String PROFILE_PHONE1_AREACODE
           
static String PROFILE_PHONE1_COUNTRY_CODE
           
static String PROFILE_PHONE1_EXTENSION
           
static String PROFILE_POSTAL_CODE
           
static String PROFILE_USER_TITLE
           
 
Constructor Summary
PCDirectoryHelper.ATTR_NAMES()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NOTIFICATION_EMAIL

public static final String NOTIFICATION_EMAIL
See Also:
Constant Field Values

NOTIFICATION_PAGER

public static final String NOTIFICATION_PAGER
See Also:
Constant Field Values

NOTIFICATION_MOBILETEXT

public static final String NOTIFICATION_MOBILETEXT
See Also:
Constant Field Values

NOTIFICATION_IMNAME

public static final String NOTIFICATION_IMNAME
See Also:
Constant Field Values

NOTIFICATION_IMTYPE

public static final String NOTIFICATION_IMTYPE
See Also:
Constant Field Values

NOTIFICATION_EMAIL_ENCODING

public static final String NOTIFICATION_EMAIL_ENCODING
See Also:
Constant Field Values

NOTIFICATION_PAGER_ENCODING

public static final String NOTIFICATION_PAGER_ENCODING
See Also:
Constant Field Values

NOTIFICATION_MOBILETEXT_ENCODING

public static final String NOTIFICATION_MOBILETEXT_ENCODING
See Also:
Constant Field Values

NOTIFICATION_IM_ENCODING

public static final String NOTIFICATION_IM_ENCODING
See Also:
Constant Field Values

CORE_ID

public static final String CORE_ID
See Also:
Constant Field Values

CORE_DN

public static final String CORE_DN
See Also:
Constant Field Values

CORE_FIRST_NAME

public static final String CORE_FIRST_NAME
See Also:
Constant Field Values

CORE_LAST_NAME

public static final String CORE_LAST_NAME
See Also:
Constant Field Values

CORE_EMAIL

public static final String CORE_EMAIL
See Also:
Constant Field Values

PREFS_START_PAGE

public static final String PREFS_START_PAGE
See Also:
Constant Field Values

PREFS_PORTAL_SKIN

public static final String PREFS_PORTAL_SKIN
See Also:
Constant Field Values

PREFS_PAGE_SIZE

public static final String PREFS_PAGE_SIZE
See Also:
Constant Field Values

PREFS_START_PAGE_LAYOUT

public static final String PREFS_START_PAGE_LAYOUT
See Also:
Constant Field Values

PREFS_IMAGEMODELPREF

public static final String PREFS_IMAGEMODELPREF
See Also:
Constant Field Values

PROFILE_EMAIL

public static final String PROFILE_EMAIL
See Also:
Constant Field Values

PROFILE_PHONE1_AREACODE

public static final String PROFILE_PHONE1_AREACODE
See Also:
Constant Field Values

PROFILE_PHONE1_EXTENSION

public static final String PROFILE_PHONE1_EXTENSION
See Also:
Constant Field Values

PROFILE_MIDDLE_NAME

public static final String PROFILE_MIDDLE_NAME
See Also:
Constant Field Values

PROFILE_ADDRESS1

public static final String PROFILE_ADDRESS1
See Also:
Constant Field Values

PROFILE_ADDRESS2

public static final String PROFILE_ADDRESS2
See Also:
Constant Field Values

PROFILE_CITY

public static final String PROFILE_CITY
See Also:
Constant Field Values

PROFILE_ADDRESS_STATE

public static final String PROFILE_ADDRESS_STATE
See Also:
Constant Field Values

PROFILE_POSTAL_CODE

public static final String PROFILE_POSTAL_CODE
See Also:
Constant Field Values

PROFILE_PHONE1_COUNTRY_CODE

public static final String PROFILE_PHONE1_COUNTRY_CODE
See Also:
Constant Field Values

PROFILE_ADDRESS_CUSTOM

public static final String PROFILE_ADDRESS_CUSTOM
See Also:
Constant Field Values

PROFILE_PHONE1

public static final String PROFILE_PHONE1
See Also:
Constant Field Values

PROFILE_USER_TITLE

public static final String PROFILE_USER_TITLE
See Also:
Constant Field Values

PROFILE_NAME_SUFFIX

public static final String PROFILE_NAME_SUFFIX
See Also:
Constant Field Values

PROFILE_LOCALE

public static final String PROFILE_LOCALE
See Also:
Constant Field Values

PROFILE_COUNTRY_REGION_ID

public static final String PROFILE_COUNTRY_REGION_ID
See Also:
Constant Field Values
Constructor Detail

PCDirectoryHelper.ATTR_NAMES

public PCDirectoryHelper.ATTR_NAMES()