|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPerson
Represents a person in the groupware schema.
| Field Summary | |
|---|---|
static Key |
ASSISTANT
Represents the assistant. |
static Key |
BUSINESS_ADDRESS_CITY
Represents the business address city. |
static Key |
BUSINESS_ADDRESS_COUNTRY
Represents the business address country. |
static Key |
BUSINESS_ADDRESS_POSTAL_CODE
Represents the business address postal code. |
static Key |
BUSINESS_ADDRESS_STATE
Represents the business address state or province. |
static Key |
BUSINESS_ADDRESS_STREET
Represents the business address street. |
static Key |
BUSINESS_FAX
Represents the business fax number. |
static Key |
BUSINESS_PAGER
Represents the business pager. |
static Key |
BUSINESS_PHONE
Represents the business phone number. |
static Key |
COMPANY_NAME
Represents the company name. |
static Key |
DEPARTMENT_NAME
Represents the department name. |
static Key |
DISPLAY_NAME
Represents the display name. |
static Key |
FIRST_NAME
Represents the first name. |
static Key |
JOB_TITLE
Represents the job title. |
static int |
KEYID_ASSISTANT
The int ID for the ASSISTANT key. |
static int |
KEYID_BUSINESS_ADDRESS_CITY
The int ID for the BUSINESS_ADDRESS_CITY key. |
static int |
KEYID_BUSINESS_ADDRESS_COUNTRY
The int ID for the BUSINESS_ADDRESS_COUNTRY key. |
static int |
KEYID_BUSINESS_ADDRESS_POSTAL_CODE
The int ID for the BUSINESS_ADDRESS_POSTAL_CODE key. |
static int |
KEYID_BUSINESS_ADDRESS_STATE
The int ID for the BUSINESS_ADDRESS_STATE key. |
static int |
KEYID_BUSINESS_ADDRESS_STREET
The int ID for the BUSINESS_ADDRESS_STREET key. |
static int |
KEYID_BUSINESS_FAX
The int ID for the BUSINESS_FAX key. |
static int |
KEYID_BUSINESS_PAGER
The int ID for the BUSINESS_PAGER key. |
static int |
KEYID_BUSINESS_PHONE
The int ID for the BUSINESS_PHONE key. |
static int |
KEYID_COMPANY_NAME
The int ID for the COMPANY_NAME key. |
static int |
KEYID_DEPARTMENT_NAME
The int ID for the DEPARTMENT_NAME key. |
static int |
KEYID_DISPLAY_NAME
The int ID for the DISPLAY_NAME key. |
static int |
KEYID_FIRST_NAME
The int ID for the FIRST_NAME key. |
static int |
KEYID_JOB_TITLE
The int ID for the JOB_TITLE key. |
static int |
KEYID_LAST_NAME
The int ID for the LAST_NAME key. |
static int |
KEYID_MANAGER_NAME
The int ID for the MANAGER_NAME key. |
static int |
KEYID_MIDDLE_NAME
The int ID for the MIDDLE_NAME key. |
static int |
KEYID_NAME_PREFIX
The int ID for the NAME_PREFIX key. |
static int |
KEYID_NAME_SUFFIX
The int ID for the NAME_SUFFIX key. |
static int |
KEYID_OFFICE_LOCATION
The int ID for the OFFICE_LOCATION key. |
static int |
KEYID_PERSONAL_ADDRESS_CITY
The int ID for the PERSONAL_ADDRESS_CITY key. |
static int |
KEYID_PERSONAL_ADDRESS_COUNTRY
The int ID for the PERSONAL_ADDRESS_COUNTRY key. |
static int |
KEYID_PERSONAL_ADDRESS_POSTAL_CODE
The int ID for the PERSONAL_ADDRESS_POSTAL_CODE key. |
static int |
KEYID_PERSONAL_ADDRESS_STATE
The int ID for the PERSONAL_ADDRESS_STATE key. |
static int |
KEYID_PERSONAL_ADDRESS_STREET
The int ID for the PERSONAL_ADDRESS_STREET key. |
static int |
KEYID_PERSONAL_FAX
The int ID for the PERSONAL_FAX key. |
static int |
KEYID_PERSONAL_MOBILE_PHONE
The int ID for the PERSONAL_MOBILE_PHONE key. |
static int |
KEYID_PERSONAL_PHONE
The int ID for the PERSONAL_PHONE key. |
static int |
KEYID_SMTP_ADDRESS
The int ID for the SMTP_ADDRESS key. |
static int |
KEYID_WEB_PAGE
The int ID for the WEB_PAGE key. |
static Key |
LAST_NAME
Represents the last name. |
static Key |
MANAGER_NAME
Represents the manager name. |
static Key |
MIDDLE_NAME
Represents the middle name. |
static Key |
NAME_PREFIX
Represents the name prefix. |
static Key |
NAME_SUFFIX
Represents the name suffix. |
static Key |
OFFICE_LOCATION
Represents the office location. |
static Key |
PERSONAL_ADDRESS_CITY
Represents the personal address city. |
static Key |
PERSONAL_ADDRESS_COUNTRY
Represents the personal address country. |
static Key |
PERSONAL_ADDRESS_POSTAL_CODE
Represents the personal postal code. |
static Key |
PERSONAL_ADDRESS_STATE
Represents the personal address state or province. |
static Key |
PERSONAL_ADDRESS_STREET
Represents the personal street address. |
static Key |
PERSONAL_FAX
Represents the home fax number. |
static Key |
PERSONAL_MOBILE_PHONE
Represents the personal mobile phone number. |
static Key |
PERSONAL_PHONE
Represents the home phone number. |
static Key |
SMTP_ADDRESS
Represents the smtp address. |
static Key |
WEB_PAGE
Represents the web page. |
| Method Summary | |
|---|---|
String |
getAssistant()
Gets the person's assistant. |
PostalAddress |
getBusinessAddress()
Gets the person's business address. |
PhoneNumber |
getBusinessFax()
Gets the person's business fax. |
PhoneNumber |
getBusinessPager()
Gets the person's business pager. |
PhoneNumber |
getBusinessPhone()
Gets the person's business phone. |
String |
getCompanyName()
Gets the person's company name. |
String |
getDepartmentName()
Gets the person's department name. |
String |
getDisplayName()
Gets the person's display name. |
String |
getFirstName()
Gets the person's first name. |
PhoneNumber |
getHomeFax()
Gets the person's home fax. |
PhoneNumber |
getHomePhone()
Gets the person's home phone. |
String |
getJobTitle()
Gets the person's job title. |
String |
getLastName()
Gets the person's last name. |
String |
getManagerName()
Gets the person's manager name. |
String |
getMiddleName()
Gets the person's middle name. |
String |
getNamePrefix()
Gets the person's name prefix. |
String |
getNameSuffix()
Gets the person's name suffix. |
String |
getOfficeLocation()
Gets the person's office location. |
PostalAddress |
getPersonalAddress()
Gets the person's personal address. |
PhoneNumber |
getPersonalMobilePhone()
Gets the person's personal mobile phone. |
String |
getSmtpAddress()
Gets the person's SMTP address. |
String |
getWebPage()
Gets the person's web page. |
void |
setAssistant(String sAssistant)
Sets the person's assistant. |
void |
setBusinessAddress(PostalAddress address)
Sets the person's business address. |
void |
setBusinessFax(PhoneNumber number)
Sets the person's business fax. |
void |
setBusinessPager(PhoneNumber number)
Sets the person's business pager. |
void |
setBusinessPhone(PhoneNumber number)
Sets the person's business phone. |
void |
setCompanyName(String sCompanyName)
Sets the person's company name. |
void |
setDepartmentName(String sDepartmentName)
Sets the person's department name. |
void |
setDisplayName(String sDisplayName)
Sets the person's display name. |
void |
setFirstName(String sFirstName)
Sets the person's first name. |
void |
setHomeFax(PhoneNumber number)
Sets the person's home fax. |
void |
setHomePhone(PhoneNumber number)
Sets the person's home phone. |
void |
setJobTitle(String sJobTitle)
Sets the person's job title. |
void |
setLastName(String sLastName)
Sets the person's last name |
void |
setManagerName(String sManagerName)
Sets the person's manager name. |
void |
setMiddleName(String sMiddleName)
Sets the person's middle name. |
void |
setName(String sPrefix,
String sFirstName,
String sMiddleName,
String sLastName,
String sSuffix)
Sets the full name, display name and file as property for the contact. |
void |
setNamePrefix(String sNamePrefix)
Sets the person's name prefix. |
void |
setNameSuffix(String sNameSuffix)
Sets the person's name suffix. |
void |
setOfficeLocation(String sOfficeLocation)
Sets the person's office location. |
void |
setPersonalAddress(PostalAddress address)
Sets the person's personal address. |
void |
setPersonalMobilePhone(PhoneNumber number)
Sets the person's personal mobile phone. |
void |
setSmtpAddress(String sSmtpAddress)
Sets the person's SMTP address. |
void |
setWebPage(String sWebPage)
Sets the person's web page. |
| Field Detail |
|---|
static final int KEYID_ASSISTANT
int ID for the ASSISTANT key.
static final int KEYID_BUSINESS_ADDRESS_CITY
int ID for the BUSINESS_ADDRESS_CITY key.
static final int KEYID_BUSINESS_ADDRESS_COUNTRY
int ID for the BUSINESS_ADDRESS_COUNTRY key.
static final int KEYID_BUSINESS_ADDRESS_STATE
int ID for the BUSINESS_ADDRESS_STATE key.
static final int KEYID_BUSINESS_ADDRESS_STREET
int ID for the BUSINESS_ADDRESS_STREET key.
static final int KEYID_BUSINESS_ADDRESS_POSTAL_CODE
int ID for the BUSINESS_ADDRESS_POSTAL_CODE key.
static final int KEYID_BUSINESS_FAX
int ID for the BUSINESS_FAX key.
static final int KEYID_WEB_PAGE
int ID for the WEB_PAGE key.
static final int KEYID_BUSINESS_PAGER
int ID for the BUSINESS_PAGER key.
static final int KEYID_BUSINESS_PHONE
int ID for the BUSINESS_PHONE key.
static final int KEYID_COMPANY_NAME
int ID for the COMPANY_NAME key.
static final int KEYID_DEPARTMENT_NAME
int ID for the DEPARTMENT_NAME key.
static final int KEYID_DISPLAY_NAME
int ID for the DISPLAY_NAME key.
static final int KEYID_FIRST_NAME
int ID for the FIRST_NAME key.
static final int KEYID_PERSONAL_FAX
int ID for the PERSONAL_FAX key.
static final int KEYID_PERSONAL_PHONE
int ID for the PERSONAL_PHONE key.
static final int KEYID_JOB_TITLE
int ID for the JOB_TITLE key.
static final int KEYID_LAST_NAME
int ID for the LAST_NAME key.
static final int KEYID_MANAGER_NAME
int ID for the MANAGER_NAME key.
static final int KEYID_MIDDLE_NAME
int ID for the MIDDLE_NAME key.
static final int KEYID_NAME_PREFIX
int ID for the NAME_PREFIX key.
static final int KEYID_NAME_SUFFIX
int ID for the NAME_SUFFIX key.
static final int KEYID_OFFICE_LOCATION
int ID for the OFFICE_LOCATION key.
static final int KEYID_PERSONAL_ADDRESS_CITY
int ID for the PERSONAL_ADDRESS_CITY key.
static final int KEYID_PERSONAL_ADDRESS_COUNTRY
int ID for the PERSONAL_ADDRESS_COUNTRY key.
static final int KEYID_PERSONAL_ADDRESS_STATE
int ID for the PERSONAL_ADDRESS_STATE key.
static final int KEYID_PERSONAL_ADDRESS_STREET
int ID for the PERSONAL_ADDRESS_STREET key.
static final int KEYID_PERSONAL_ADDRESS_POSTAL_CODE
int ID for the PERSONAL_ADDRESS_POSTAL_CODE key.
static final int KEYID_PERSONAL_MOBILE_PHONE
int ID for the PERSONAL_MOBILE_PHONE key.
static final int KEYID_SMTP_ADDRESS
int ID for the SMTP_ADDRESS key.
static final Key ASSISTANT
static final Key BUSINESS_ADDRESS_CITY
static final Key BUSINESS_ADDRESS_COUNTRY
static final Key BUSINESS_ADDRESS_STATE
static final Key BUSINESS_ADDRESS_STREET
static final Key BUSINESS_ADDRESS_POSTAL_CODE
static final Key BUSINESS_FAX
static final Key BUSINESS_PAGER
static final Key BUSINESS_PHONE
static final Key COMPANY_NAME
static final Key DEPARTMENT_NAME
static final Key DISPLAY_NAME
static final Key FIRST_NAME
static final Key PERSONAL_FAX
static final Key PERSONAL_PHONE
static final Key JOB_TITLE
static final Key LAST_NAME
static final Key MANAGER_NAME
static final Key MIDDLE_NAME
static final Key NAME_PREFIX
static final Key NAME_SUFFIX
static final Key OFFICE_LOCATION
static final Key PERSONAL_ADDRESS_CITY
static final Key PERSONAL_ADDRESS_COUNTRY
static final Key PERSONAL_ADDRESS_STATE
static final Key PERSONAL_ADDRESS_STREET
static final Key PERSONAL_ADDRESS_POSTAL_CODE
static final Key PERSONAL_MOBILE_PHONE
static final Key SMTP_ADDRESS
static final Key WEB_PAGE
| Method Detail |
|---|
void setAssistant(String sAssistant)
throws CollaborationException
sAssistant - the assistant
CollaborationException - if there was an error setting the assistant
String getAssistant()
throws CollaborationException
CollaborationException - if there was an error getting the assistantsetAssistant(String)
void setFirstName(String sFirstName)
throws CollaborationException
sFirstName - the first name
CollaborationException - if there was an error setting the name
String getFirstName()
throws CollaborationException
CollaborationException - if there was an error getting the name.setFirstName(String)
void setLastName(String sLastName)
throws CollaborationException
sLastName - the last name
CollaborationException - if there was an error setting the last name
String getLastName()
throws CollaborationException
CollaborationException - if there was an error getting the last namesetLastName(String)
void setMiddleName(String sMiddleName)
throws CollaborationException
sMiddleName - the middle name
CollaborationException - if there was an error setting the middle name
String getMiddleName()
throws CollaborationException
CollaborationException - if there was an error getting the middle namesetMiddleName(String)
void setNamePrefix(String sNamePrefix)
throws CollaborationException
sNamePrefix - the name prefix
CollaborationException - if there was an error setting the name prefix
String getNamePrefix()
throws CollaborationException
CollaborationException - if there was an error getting the name prefixsetNamePrefix(String)
void setNameSuffix(String sNameSuffix)
throws CollaborationException
sNameSuffix - the name suffix
CollaborationException - if there was an error setting the name suffix
String getNameSuffix()
throws CollaborationException
CollaborationException - if there was an error getting the name suffixsetNameSuffix(String)
void setJobTitle(String sJobTitle)
throws CollaborationException
sJobTitle - the job title
CollaborationException - if there was an error setting the job title
String getJobTitle()
throws CollaborationException
CollaborationException - if there was an error getting the job titlesetJobTitle(String)
void setCompanyName(String sCompanyName)
throws CollaborationException
sCompanyName - the company name
CollaborationException - if there was an error setting the company name
String getCompanyName()
throws CollaborationException
CollaborationException - if there was an error getting the company namesetCompanyName(String)
void setDepartmentName(String sDepartmentName)
throws CollaborationException
sDepartmentName - the department name
CollaborationException - if there was an error setting the department name
String getDepartmentName()
throws CollaborationException
CollaborationException - if there was an error getting the department namesetDepartmentName(String)
void setOfficeLocation(String sOfficeLocation)
throws CollaborationException
sOfficeLocation - the office location
CollaborationException - if there was an error setting the office location
String getOfficeLocation()
throws CollaborationException
CollaborationException - if there was an error getting the office locationsetOfficeLocation(String)
void setManagerName(String sManagerName)
throws CollaborationException
sManagerName - the manager name
CollaborationException - if there was an error setting the manager name
String getManagerName()
throws CollaborationException
CollaborationException - if there was an error getting the manager namesetManagerName(String)
void setBusinessAddress(PostalAddress address)
throws CollaborationException
address - the business address
CollaborationException - if there was an error setting the business address
PostalAddress getBusinessAddress()
throws CollaborationException
CollaborationException - if there was an error getting the business addresssetBusinessAddress(PostalAddress)
void setPersonalAddress(PostalAddress address)
throws CollaborationException
address - the personal address
CollaborationException - if there was an error setting the personal address
PostalAddress getPersonalAddress()
throws CollaborationException
CollaborationException - if there was an error getting the personal addresssetPersonalAddress(PostalAddress)
void setBusinessPhone(PhoneNumber number)
throws CollaborationException
number - the business phone
CollaborationException - if there was an error setting the business phone
PhoneNumber getBusinessPhone()
throws CollaborationException
CollaborationException - if there was an error getting the business phonesetBusinessPhone(PhoneNumber)
void setBusinessFax(PhoneNumber number)
throws CollaborationException
number - the business fax
CollaborationException - if there was an error setting the business fax
PhoneNumber getBusinessFax()
throws CollaborationException
CollaborationException - if there was an error getting the business faxsetBusinessFax(PhoneNumber)
void setHomePhone(PhoneNumber number)
throws CollaborationException
number - the home phone
CollaborationException - if there was an error setting the home phone
PhoneNumber getHomePhone()
throws CollaborationException
CollaborationException - if there was an error getting the home phonesetHomePhone(PhoneNumber)
void setHomeFax(PhoneNumber number)
throws CollaborationException
number - the home fax
CollaborationException - if there was an error setting the home fax
PhoneNumber getHomeFax()
throws CollaborationException
CollaborationException - if there was an error getting the home faxsetHomeFax(PhoneNumber)
void setBusinessPager(PhoneNumber number)
throws CollaborationException
number - the business pager
CollaborationException - if there was an error setting the business pager
PhoneNumber getBusinessPager()
throws CollaborationException
CollaborationException - if there was an error getting the business pagersetBusinessPager(PhoneNumber)
void setPersonalMobilePhone(PhoneNumber number)
throws CollaborationException
number - the personal mobile phone
CollaborationException - if there was an error setting the personal mobile phone
PhoneNumber getPersonalMobilePhone()
throws CollaborationException
CollaborationException - if there was an error getting the personal mobile phonesetPersonalMobilePhone(PhoneNumber)
void setDisplayName(String sDisplayName)
throws CollaborationException
sDisplayName - the display name
CollaborationException - if there was an error setting the display name
String getDisplayName()
throws CollaborationException
CollaborationException - if there was an error getting the display namesetDisplayName(String)
void setWebPage(String sWebPage)
throws CollaborationException
sWebPage - the web page
CollaborationException - if there was an error setting the web page
String getWebPage()
throws CollaborationException
CollaborationException - if there was an error getting the web pagesetWebPage(String)
void setSmtpAddress(String sSmtpAddress)
throws CollaborationException
sSmtpAddress - the SMTP address
CollaborationException - if there was an error setting the SMTP address
String getSmtpAddress()
throws CollaborationException
CollaborationException - if there was an error getting the SMTP addresssetSmtpAddress(String)
void setName(String sPrefix,
String sFirstName,
String sMiddleName,
String sLastName,
String sSuffix)
throws CollaborationException
sPrefix - the prefix (for example, Mr., Mrs. or Dr.) (may be null)sFirstName - the first name for the contact (may be null)sMiddleName - the middle name for the contact (may be null)sLastName - the last name for the contact (may be null)sSuffix - the generation (for example, Jr., Sr, or Esq.) (may be null)
CollaborationException - if there was an error setting the display namesetNamePrefix(String),
setFirstName(String),
setMiddleName(String),
setLastName(String),
setNameSuffix(String)
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||