|
Oracle | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compoze.domino.AbstractItem
com.compoze.domino.AbstractDocument
com.compoze.domino.AddressEntry
com.compoze.domino.Contact
public class Contact
This class is a Domino personal contact. Personal contact instances are obtained
from the Documents
class. Methods that access properites on the class require that the
properties were loaded beforehand, when the contact was initially retrieved.
Any methods in this class that begin with the string server
make a query to the server, and require that the
PropertyKey.DOCUMENT_ID
and PropertyKey.DOCUMENT_TYPE
properties to be loaded beforehand. Any additional
property requirements are indicated on each individual method.
Documents.serverCreateContact(PropertyValue[])
,
Serialized FormField Summary | |
---|---|
static PropertyKey[] |
ALL_PROPS
Contains an array of all of the properties available on a contact. |
Fields inherited from class com.compoze.domino.AbstractItem |
---|
m_props, m_session |
Method Summary | |
---|---|
java.lang.String |
getAddress()
Gets the address for this contact. |
java.lang.String |
getAssistant()
Gets the assistant of the contact. |
java.util.Date |
getBirthday()
Gets the birthday of the contact. |
java.lang.String |
getBirthdayString(java.text.DateFormat dateFormat)
Gets the birthday of the contact using the date format. |
java.lang.String |
getCellPhoneNumber()
Gets the cell phone number of the contact. |
java.lang.String |
getChildren()
Gets the children of the contact. |
java.lang.String |
getComment()
Gets the comment of the contact. |
java.lang.String |
getCompanyName()
Gets the company name of the contact. |
java.lang.String |
getDepartment()
Gets the department of the contact. |
java.lang.String |
getDisplayName()
Gets the display name of the contact. |
java.lang.String |
getEmailAddress()
Gets the email address of the contact. |
java.lang.String |
getFirstName()
Gets the first name of the contact. |
java.lang.String |
getFullName()
Gets the full name of the contact. |
java.lang.String |
getHomeAddress()
Gets the home address of the contact. |
java.lang.String |
getHomeCity()
Gets the home city of the contact. |
java.lang.String |
getHomeCountry()
Gets the home country of the contact. |
java.lang.String |
getHomeFaxPhoneNumber()
Gets the home fax phone number of the contact. |
java.lang.String |
getHomePhoneNumber()
Gets the home phone number of the contact. |
java.lang.String |
getHomeState()
Gets the home state of the contact. |
java.lang.String |
getHomeStreetAddress()
Gets the home street address of the contact. |
java.lang.String |
getHomeZip()
Gets the home zip of the contact. |
java.lang.String |
getJobTitle()
Gets the job title of the contact. |
java.lang.String |
getLastName()
Gets the last name of the contact. |
java.lang.String |
getLocation()
Gets the location of the contact. |
java.lang.String |
getManager()
Gets the manager of the contact. |
java.lang.String |
getMiddleInitial()
Gets the middle initial of the contact. |
java.lang.String |
getOfficeAddress()
Gets the office address of the contact. |
java.lang.String |
getOfficeCity()
Gets the office city of the contact. |
java.lang.String |
getOfficeCountry()
Gets the office country of the contact. |
java.lang.String |
getOfficeFaxPhoneNumber()
Gets the office fax phone number of the contact. |
java.lang.String |
getOfficePhoneNumber()
Gets the office phone number of the contact. |
java.lang.String |
getOfficeState()
Gets the office state of the contact. |
java.lang.String |
getOfficeStreetAddress()
Gets the office street address of the contact. |
java.lang.String |
getOfficeZip()
Gets the office zip of the contact. |
java.lang.String |
getPager()
Gets the pager of the contact. |
java.lang.String |
getPhoneLabel1()
Gets the phone label 1 for the contact. |
java.lang.String |
getPhoneLabel2()
Gets the phone label 2 for the contact. |
java.lang.String |
getPhoneLabel3()
Gets the phone label 3 for the contact. |
java.lang.String |
getPhoneLabel4()
Gets the phone label 4 for the contact. |
java.lang.String |
getPhoneLabel5()
Gets the phone label 5 for the contact. |
java.lang.String |
getPhoneLabel6()
Gets the phone label 6 for the contact. |
java.lang.String |
getPhoneticName()
Gets the phonetic name of the contact. |
java.lang.String |
getShortName()
Gets the short name of the contact. |
java.lang.String |
getSpouse()
Gets the spouse of the contact. |
java.lang.String |
getSuffix()
Gets the suffix of the contact, for example 'Jr', 'Sr', 'III'. |
java.lang.String |
getTitle()
Gets the title of the contact. |
java.lang.String |
getWebSite()
Gets the web site of the contact. |
void |
serverDelete()
Hits the server to delete the contact. |
void |
setAssistant(java.lang.String sAssistant)
Sets the assistant of the contact. |
void |
setBirthday(java.util.Date birthday)
Sets the birthday of the contact. |
void |
setCellPhoneNumber(java.lang.String sCellPhoneNumber)
Sets the cell phone number of the contact. |
void |
setChildren(java.lang.String sChildren)
Sets the children of the contact. |
void |
setComment(java.lang.String sComment)
Sets the comment of the contact. |
void |
setCompanyName(java.lang.String sCompanyName)
Sets the company name of the contact. |
void |
setDepartment(java.lang.String sDepartment)
Sets the department of the contact. |
void |
setEmailAddress(java.lang.String sEmailAddress)
Sets the email address of the contact. |
void |
setFirstName(java.lang.String sFirstName)
Sets the first name of the contact. |
void |
setFullName(java.lang.String sFullName)
Sets the full name of the contact. |
void |
setHomeAddress(java.lang.String sHomeAddress)
Sets the home address of the contact. |
void |
setHomeCity(java.lang.String sHomeCity)
Sets the home city of the contact. |
void |
setHomeCountry(java.lang.String sHomeCountry)
Sets the home country of the contact. |
void |
setHomeFaxPhoneNumber(java.lang.String sHomeFaxPhoneNumber)
Sets the home fax phone number of the contact. |
void |
setHomePhoneNumber(java.lang.String sHomePhoneNumber)
Sets the home phone number of the contact. |
void |
setHomeState(java.lang.String sHomeState)
Sets the home state of the contact. |
void |
setHomeStreetAddress(java.lang.String sHomeStreetAddress)
Sets the home street address of the contact. |
void |
setHomeZip(java.lang.String sHomeZip)
Sets the home zip of the contact. |
void |
setJobTitle(java.lang.String sJobTitle)
Sets the job title of the contact. |
void |
setLastName(java.lang.String sLastName)
Sets the last name of the contact. |
void |
setLocation(java.lang.String sLocation)
Sets the location of the contact. |
void |
setManager(java.lang.String sManager)
Sets the manager of the contact. |
void |
setMiddleInitial(java.lang.String sMiddleInitial)
Sets the middle initial of the contact. |
void |
setName(java.lang.String sTitle,
java.lang.String sFirstName,
java.lang.String sMiddleInitial,
java.lang.String sLastName,
java.lang.String sSuffix)
Sets the full name property for the contact. |
void |
setOfficeAddress(java.lang.String sOfficeAddress)
Sets the office address of the contact. |
void |
setOfficeCity(java.lang.String sOfficeCity)
Sets the office city of the contact. |
void |
setOfficeCountry(java.lang.String sOfficeCountry)
Sets the office country of the contact. |
void |
setOfficeFaxPhoneNumber(java.lang.String sOfficeFaxPhoneNumber)
Sets the office fax phone number of the contact. |
void |
setOfficePhoneNumber(java.lang.String sOfficePhoneNumber)
Sets the office phone number of the contact. |
void |
setOfficeState(java.lang.String sOfficeState)
Sets the office state of the contact. |
void |
setOfficeStreetAddress(java.lang.String sOfficeStreetAddress)
Sets the office street address of the contact. |
void |
setOfficeZip(java.lang.String sOfficeZip)
Sets the office zip of the contact. |
void |
setPager(java.lang.String sPager)
Sets the pager of the contact. |
void |
setPhoneLabel1(java.lang.String sPhoneLabel1)
Sets the phone label 1 for the contact. |
void |
setPhoneLabel2(java.lang.String sPhoneLabel2)
Sets the phone label 2 for the contact. |
void |
setPhoneLabel3(java.lang.String sPhoneLabel3)
Sets the phone label 3 for the contact. |
void |
setPhoneLabel4(java.lang.String sPhoneLabel4)
Sets the phone label 4 for the contact. |
void |
setPhoneLabel5(java.lang.String sPhoneLabel5)
Sets the phone label 5 for the contact. |
void |
setPhoneLabel6(java.lang.String sPhoneLabel6)
Sets the phone label 6 for the contact. |
void |
setPhoneticName(java.lang.String sName)
Sets the phonetic name of the contact. |
void |
setShortName(java.lang.String sShortName)
Sets the short name of the contact. |
void |
setSpouse(java.lang.String sSpouse)
Sets the spouse of the contact. |
void |
setSuffix(java.lang.String sSuffix)
Sets the suffix of the contact. |
void |
setTitle(java.lang.String sTitle)
Sets the title of the contact. |
void |
setWebSite(java.lang.String sWebSite)
Sets the web site of the contact. |
Methods inherited from class com.compoze.domino.AbstractDocument |
---|
getAttachmentCount, getAttachmentInfo, getAttachmentInfoArray, getDateCreated, getDateCreatedString, getDateModified, getDateModifiedString, getDocumentType, getEmbeddedImageCount, getEmbeddedImageInfo, getEmbeddedImageInfoArray, getID, getParentID, getSize, getSizeInKilos, hasAttachment, serverAddAttachment, serverCopyTo, serverDeleteAttachment, serverMoveTo, serverUpdate |
Methods inherited from class com.compoze.domino.AbstractItem |
---|
get, getBoolean, getDate, getDateArray, getDouble, getInt, getPropertyKeys, getString, getStringArray, getUpdatedPropertyValues, set, setBoolean, setDate, setDouble, setInt, setString, setStringArray |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final PropertyKey[] ALL_PROPS
Method Detail |
---|
public java.lang.String getPhoneticName() throws DominoException
DominoException
PropertyKey.PHONETIC_NAME
public void setPhoneticName(java.lang.String sName) throws DominoException
sName
- the phonetic name
DominoException
PropertyKey.PHONETIC_NAME
public java.lang.String getAssistant() throws DominoException
DominoException
PropertyKey.ASSISTANT
public void setAssistant(java.lang.String sAssistant) throws DominoException
sAssistant
- the assistant
DominoException
PropertyKey.ASSISTANT
public java.lang.String getOfficePhoneNumber() throws DominoException
DominoException
PropertyKey.OFFICE_PHONE_NUMBER
,
setPhoneLabel1(String)
,
getPhoneLabel1()
public void setOfficePhoneNumber(java.lang.String sOfficePhoneNumber) throws DominoException
sOfficePhoneNumber
- the office phone number of the contact
DominoException
PropertyKey.OFFICE_PHONE_NUMBER
,
setPhoneLabel1(String)
,
getPhoneLabel1()
public java.lang.String getPhoneLabel1() throws DominoException
DominoException
PropertyKey.PHONE_LABEL_1
public void setPhoneLabel1(java.lang.String sPhoneLabel1) throws DominoException
sPhoneLabel1
- the phone label 1 for the contact
DominoException
PropertyKey.PHONE_LABEL_1
public java.lang.String getPhoneLabel2() throws DominoException
DominoException
PropertyKey.PHONE_LABEL_2
public void setPhoneLabel2(java.lang.String sPhoneLabel2) throws DominoException
sPhoneLabel2
- the phone label 2 for the contact
DominoException
PropertyKey.PHONE_LABEL_2
public java.lang.String getPhoneLabel3() throws DominoException
DominoException
PropertyKey.PHONE_LABEL_3
public void setPhoneLabel3(java.lang.String sPhoneLabel3) throws DominoException
sPhoneLabel3
- the phone label 3 for the contact
DominoException
PropertyKey.PHONE_LABEL_3
public java.lang.String getPhoneLabel4() throws DominoException
DominoException
PropertyKey.PHONE_LABEL_4
public void setPhoneLabel4(java.lang.String sPhoneLabel4) throws DominoException
sPhoneLabel4
- the phone label 4 for the contact
DominoException
PropertyKey.PHONE_LABEL_4
public java.lang.String getPhoneLabel5() throws DominoException
DominoException
PropertyKey.PHONE_LABEL_5
public void setPhoneLabel5(java.lang.String sPhoneLabel5) throws DominoException
sPhoneLabel5
- the phone label 5 for the contact
DominoException
PropertyKey.PHONE_LABEL_5
public java.lang.String getPhoneLabel6() throws DominoException
DominoException
PropertyKey.PHONE_LABEL_6
public void setPhoneLabel6(java.lang.String sPhoneLabel6) throws DominoException
sPhoneLabel6
- the phone label 6 for the contact
DominoException
PropertyKey.PHONE_LABEL_6
public java.lang.String getHomePhoneNumber() throws DominoException
DominoException
PropertyKey.HOME_PHONE_NUMBER
,
setPhoneLabel2(String)
,
getPhoneLabel2()
public void setHomePhoneNumber(java.lang.String sHomePhoneNumber) throws DominoException
sHomePhoneNumber
- the home phone number of the contact
DominoException
PropertyKey.HOME_PHONE_NUMBER
,
setPhoneLabel2(String)
,
getPhoneLabel2()
public java.lang.String getOfficeFaxPhoneNumber() throws DominoException
DominoException
PropertyKey.OFFICE_FAX_PHONE_NUMBER
,
setPhoneLabel3(String)
,
getPhoneLabel3()
public void setOfficeFaxPhoneNumber(java.lang.String sOfficeFaxPhoneNumber) throws DominoException
sOfficeFaxPhoneNumber
- the office fax phone number of the contact
DominoException
PropertyKey.OFFICE_FAX_PHONE_NUMBER
,
setPhoneLabel3(String)
,
getPhoneLabel3()
public java.lang.String getHomeFaxPhoneNumber() throws DominoException
DominoException
PropertyKey.HOME_FAX_PHONE_NUMBER
,
setPhoneLabel4(String)
,
getPhoneLabel4()
public void setHomeFaxPhoneNumber(java.lang.String sHomeFaxPhoneNumber) throws DominoException
sHomeFaxPhoneNumber
- the home fax phone number of the contact
DominoException
PropertyKey.HOME_FAX_PHONE_NUMBER
,
setPhoneLabel4(String)
,
getPhoneLabel4()
public java.lang.String getCellPhoneNumber() throws DominoException
DominoException
PropertyKey.CELL_PHONE_NUMBER
,
setPhoneLabel5(String)
,
getPhoneLabel5()
public void setCellPhoneNumber(java.lang.String sCellPhoneNumber) throws DominoException
sCellPhoneNumber
- the cell phone number of the contact
DominoException
PropertyKey.CELL_PHONE_NUMBER
,
setPhoneLabel5(String)
,
getPhoneLabel5()
public java.lang.String getPager() throws DominoException
DominoException
PropertyKey.PAGER
,
setPhoneLabel6(String)
,
getPhoneLabel6()
public void setPager(java.lang.String sPager) throws DominoException
sPager
- the pager of the contact
DominoException
PropertyKey.PAGER
,
setPhoneLabel6(String)
,
getPhoneLabel6()
public java.lang.String getCompanyName() throws DominoException
DominoException
PropertyKey.COMPANY_NAME
public void setCompanyName(java.lang.String sCompanyName) throws DominoException
sCompanyName
- the company name of the contact
DominoException
PropertyKey.COMPANY_NAME
public java.lang.String getComment() throws DominoException
DominoException
PropertyKey.COMMENT
public void setComment(java.lang.String sComment) throws DominoException
sComment
- the comment of the contact
DominoException
PropertyKey.COMMENT
public java.lang.String getChildren() throws DominoException
DominoException
PropertyKey.CHILDREN
public void setChildren(java.lang.String sChildren) throws DominoException
sChildren
- the children of the contact
DominoException
PropertyKey.CHILDREN
public java.lang.String getDepartment() throws DominoException
DominoException
PropertyKey.DEPARTMENT
public void setDepartment(java.lang.String sDepartment) throws DominoException
sDepartment
- the department of the contact
DominoException
PropertyKey.DEPARTMENT
public java.lang.String getManager() throws DominoException
DominoException
PropertyKey.MANAGER
public void setManager(java.lang.String sManager) throws DominoException
sManager
- the manager of the contact
DominoException
PropertyKey.MANAGER
public java.lang.String getJobTitle() throws DominoException
DominoException
PropertyKey.JOB_TITLE
public void setJobTitle(java.lang.String sJobTitle) throws DominoException
sJobTitle
- the job title of the contact
DominoException
PropertyKey.JOB_TITLE
public java.lang.String getLocation() throws DominoException
DominoException
PropertyKey.LOCATION
public void setLocation(java.lang.String sLocation) throws DominoException
sLocation
- the location of the contact
DominoException
PropertyKey.LOCATION
public java.lang.String getSpouse() throws DominoException
DominoException
PropertyKey.SPOUSE
public void setSpouse(java.lang.String sSpouse) throws DominoException
sSpouse
- the spouse of the contact
DominoException
PropertyKey.SPOUSE
public java.lang.String getFirstName() throws DominoException
DominoException
PropertyKey.FIRST_NAME
public void setName(java.lang.String sTitle, java.lang.String sFirstName, java.lang.String sMiddleInitial, java.lang.String sLastName, java.lang.String sSuffix) throws DominoException
Title - set to title FirstName - set to given name MiddleInitial - set to middle initial LastName - set to last name (surname) Suffix - set to generation (generation) FullName - set to "Title First (Middle) Last Suffix"
sTitle
- the title (for example, Mr., Mrs. or Dr.) (may be null
)sFirstName
- the first name for the contact (may be null
)sMiddleInitial
- the middle initial for the contact (may be null
)sLastName
- the last name for the contact (may be null
)sSuffix
- the suffix (for example, Jr., Sr, or Esq.) (may be null
)
DominoException
setTitle(String)
,
setFirstName(String)
,
setMiddleInitial(String)
,
setLastName(String)
,
setSuffix(String)
public void setFirstName(java.lang.String sFirstName) throws DominoException
sFirstName
- the first name of the contact
DominoException
PropertyKey.FIRST_NAME
public java.lang.String getLastName() throws DominoException
DominoException
PropertyKey.LAST_NAME
public void setLastName(java.lang.String sLastName) throws DominoException
sLastName
- the last name of the contact
DominoException
PropertyKey.LAST_NAME
public java.lang.String getShortName() throws DominoException
DominoException
PropertyKey.SHORT_NAME
public void setShortName(java.lang.String sShortName) throws DominoException
sShortName
- the short name of the contact
DominoException
PropertyKey.SHORT_NAME
public java.lang.String getFullName() throws DominoException
DominoException
PropertyKey.FULL_NAME
public void setFullName(java.lang.String sFullName) throws DominoException
sFullName
- the full name of the contact
DominoException
PropertyKey.FULL_NAME
public java.lang.String getDisplayName() throws DominoException
getDisplayName
in class AddressEntry
DominoException
PropertyKey.FIRST_NAME
,
PropertyKey.LAST_NAME
,
PropertyKey.MIDDLE_INITIAL
,
PropertyKey.FULL_NAME
,
PropertyKey.TITLE
,
PropertyKey.SUFFIX
public java.lang.String getMiddleInitial() throws DominoException
DominoException
PropertyKey.MIDDLE_INITIAL
public void setMiddleInitial(java.lang.String sMiddleInitial) throws DominoException
sMiddleInitial
- the middle initial of the contact
DominoException
PropertyKey.MIDDLE_INITIAL
public java.lang.String getWebSite() throws DominoException
DominoException
PropertyKey.WEB_SITE
public void setWebSite(java.lang.String sWebSite) throws DominoException
sWebSite
- the web site of the contact
DominoException
PropertyKey.WEB_SITE
public java.lang.String getSuffix() throws DominoException
DominoException
PropertyKey.SUFFIX
,
Suffix
public void setSuffix(java.lang.String sSuffix) throws DominoException
sSuffix
- the suffix of the contact
DominoException
PropertyKey.SUFFIX
,
Suffix
public java.lang.String getTitle() throws DominoException
DominoException
PropertyKey.TITLE
,
Title
public void setTitle(java.lang.String sTitle) throws DominoException
sTitle
- the title of the contact
DominoException
PropertyKey.TITLE
,
Title
public java.lang.String getHomeAddress() throws DominoException
DominoException
PropertyKey.HOME_ADDRESS
public void setHomeAddress(java.lang.String sHomeAddress) throws DominoException
sHomeAddress
- the home address of the contact
DominoException
PropertyKey.HOME_ADDRESS
public java.lang.String getOfficeAddress() throws DominoException
DominoException
PropertyKey.OFFICE_ADDRESS
public void setOfficeAddress(java.lang.String sOfficeAddress) throws DominoException
sOfficeAddress
- the office address of the contact
DominoException
PropertyKey.OFFICE_ADDRESS
public java.lang.String getOfficeStreetAddress() throws DominoException
DominoException
PropertyKey.OFFICE_STREET_ADDRESS
public void setOfficeStreetAddress(java.lang.String sOfficeStreetAddress) throws DominoException
sOfficeStreetAddress
- the office street address of the contact
DominoException
PropertyKey.OFFICE_STREET_ADDRESS
public java.lang.String getOfficeCity() throws DominoException
DominoException
PropertyKey.OFFICE_CITY
public void setOfficeCity(java.lang.String sOfficeCity) throws DominoException
sOfficeCity
- the office city of the contact
DominoException
PropertyKey.OFFICE_CITY
public java.lang.String getOfficeState() throws DominoException
DominoException
PropertyKey.OFFICE_STATE
public void setOfficeState(java.lang.String sOfficeState) throws DominoException
sOfficeState
- the office state of the contact
DominoException
PropertyKey.OFFICE_STATE
public java.lang.String getOfficeZip() throws DominoException
DominoException
PropertyKey.OFFICE_ZIP
public void setOfficeZip(java.lang.String sOfficeZip) throws DominoException
sOfficeZip
- the office zip of the contact
DominoException
PropertyKey.OFFICE_ZIP
public java.lang.String getHomeZip() throws DominoException
DominoException
PropertyKey.HOME_ZIP
public void setHomeZip(java.lang.String sHomeZip) throws DominoException
sHomeZip
- the home zip of the contact
DominoException
PropertyKey.HOME_ZIP
public java.lang.String getOfficeCountry() throws DominoException
DominoException
PropertyKey.OFFICE_COUNTRY
public void setOfficeCountry(java.lang.String sOfficeCountry) throws DominoException
sOfficeCountry
- the office country of the contact
DominoException
PropertyKey.OFFICE_COUNTRY
public java.lang.String getHomeCountry() throws DominoException
DominoException
PropertyKey.HOME_COUNTRY
public void setHomeCountry(java.lang.String sHomeCountry) throws DominoException
sHomeCountry
- the home country of the contact
DominoException
PropertyKey.HOME_COUNTRY
public java.lang.String getHomeCity() throws DominoException
DominoException
PropertyKey.HOME_CITY
public void setHomeCity(java.lang.String sHomeCity) throws DominoException
sHomeCity
- the home city of the contact
DominoException
PropertyKey.HOME_CITY
public java.lang.String getHomeState() throws DominoException
DominoException
PropertyKey.HOME_STATE
public void setHomeState(java.lang.String sHomeState) throws DominoException
sHomeState
- the home state of the contact
DominoException
PropertyKey.HOME_STATE
public java.lang.String getHomeStreetAddress() throws DominoException
DominoException
PropertyKey.HOME_STREET_ADDRESS
public void setHomeStreetAddress(java.lang.String sHomeStreetAddress) throws DominoException
sHomeStreetAddress
- the home street address of the contact
DominoException
PropertyKey.HOME_STREET_ADDRESS
public java.util.Date getBirthday() throws DominoException
DominoException
PropertyKey.BIRTHDAY
public java.lang.String getBirthdayString(java.text.DateFormat dateFormat) throws DominoException
DominoException
PropertyKey.BIRTHDAY
public void setBirthday(java.util.Date birthday) throws DominoException
birthday
- the birthday of the contact
DominoException
PropertyKey.BIRTHDAY
public java.lang.String getEmailAddress() throws DominoException
DominoException
PropertyKey.EMAIL_ADDRESS
public java.lang.String getAddress() throws DominoException
getAddress
in class AddressEntry
DominoException
PropertyKey.EMAIL_ADDRESS
,
getEmailAddress()
public void setEmailAddress(java.lang.String sEmailAddress) throws DominoException
sEmailAddress
- the email address of the contact
DominoException
PropertyKey.EMAIL_ADDRESS
public void serverDelete() throws DominoException
DominoException
|
Oracle | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |