Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


waggle.common.modules.profile.updaters
Interface XProfileUpdater

All Superinterfaces:
waggle.common.modules.object.updaters.XObjectUpdater

public interface XProfileUpdater
extends waggle.common.modules.object.updaters.XObjectUpdater

Update the profile object fields.


Field Summary
static String BIOGRAPHY
          String for the user's biography.
static String COLOR
          The User's color.
static String CUSTOM_FIELDS
          Collection of all custom fields.
static String DATE_FORMAT_LOCALE
          The User's Date Format Locale.
static String EMAIL_ADDRESS
          The User's email address.
static String FULL_NAME
          The User's Full Name (e.g.
static String INTERESTS
          String for the user's interests.
static String LATITUDE
          Double for the latitude.
static Double LATITUDE_MAX
          Max allowed latitude.
static Double LATITUDE_MIN
          Min allowed latitude.
static String LINKS
          Map of all links with name (String) to link (String).
static String LOCALE
          The User's Locale.
static String LOCATIONS
          Map of all links with Name (String) to TimeZone (TimeZone).
static String LONGITUDE
          Double for the longitude.
static Double LONGITUDE_MAX
          Max allowed longitude.
static Double LONGITUDE_MIN
          Min allowed longitude.
static String MANAGER
          The User's Manager.
static String OFFLINE_STATUS_MESSAGE
          The User's Offline status message.
static String ORGANIZATION
          String for the user's organization.
static String PHONE_NUMBER
          The phone number for this User.
static String PHONE_NUMBERS
          Map of name (String) to number (String) with all phone numbers.
static String SMS_ADDRESS
          The SMS address for this User.
static String TAGS
          Collection containing (String) tags to add.
static String TIME_ZONE
          The User's DefaultTime Zone.
static String TITLE
          String for the user's title.

 

Field Detail

LATITUDE

static final String LATITUDE
Double for the latitude.
See Also:
Constant Field Values

LATITUDE_MIN

static final Double LATITUDE_MIN
Min allowed latitude.

LATITUDE_MAX

static final Double LATITUDE_MAX
Max allowed latitude.

LONGITUDE

static final String LONGITUDE
Double for the longitude.
See Also:
Constant Field Values

LONGITUDE_MIN

static final Double LONGITUDE_MIN
Min allowed longitude.

LONGITUDE_MAX

static final Double LONGITUDE_MAX
Max allowed longitude.

FULL_NAME

static final String FULL_NAME
The User's Full Name (e.g. "John Doe"). This may be used to generate a DisplayName.
See Also:
Constant Field Values

EMAIL_ADDRESS

static final String EMAIL_ADDRESS
The User's email address.
See Also:
Constant Field Values

SMS_ADDRESS

static final String SMS_ADDRESS
The SMS address for this User.
See Also:
Constant Field Values

PHONE_NUMBER

static final String PHONE_NUMBER
The phone number for this User. Use this OR the PHONE_NUMBERS but not both. Replaces all phone numbers. This field is only used from LDAP sync and Create User code. This field sets ALL phone numbers to one number. This fields is sort of deprecated .. except for the stated purposes.
See Also:
Constant Field Values

PHONE_NUMBERS

static final String PHONE_NUMBERS
Map of name (String) to number (String) with all phone numbers. Use this OR the PHONE_NUMBER but not both. Replaces all phone numbers. This is the correct field to use to alter ALL phone numbers.
See Also:
Constant Field Values

OFFLINE_STATUS_MESSAGE

static final String OFFLINE_STATUS_MESSAGE
The User's Offline status message.
See Also:
Constant Field Values

COLOR

static final String COLOR
The User's color.
See Also:
Constant Field Values

TIME_ZONE

static final String TIME_ZONE
The User's DefaultTime Zone.
See Also:
Constant Field Values

LOCALE

static final String LOCALE
The User's Locale.
See Also:
Constant Field Values

DATE_FORMAT_LOCALE

static final String DATE_FORMAT_LOCALE
The User's Date Format Locale.
See Also:
Constant Field Values

MANAGER

static final String MANAGER
The User's Manager.
See Also:
Constant Field Values

TITLE

static final String TITLE
String for the user's title.
See Also:
Constant Field Values

ORGANIZATION

static final String ORGANIZATION
String for the user's organization.
See Also:
Constant Field Values

BIOGRAPHY

static final String BIOGRAPHY
String for the user's biography.
See Also:
Constant Field Values

INTERESTS

static final String INTERESTS
String for the user's interests.
See Also:
Constant Field Values

LINKS

static final String LINKS
Map of all links with name (String) to link (String).
See Also:
Constant Field Values

LOCATIONS

static final String LOCATIONS
Map of all links with Name (String) to TimeZone (TimeZone).
See Also:
Constant Field Values

TAGS

static final String TAGS
Collection containing (String) tags to add.
See Also:
Constant Field Values

CUSTOM_FIELDS

static final String CUSTOM_FIELDS
Collection of all custom fields.
See Also:
Constant Field Values

Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.