|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Contact
| Method Summary | |
|---|---|
void |
addContactRelationship(ContactRelationship newValue)
|
void |
addContactRelationship(String id,
ContactRelationship newValue)
|
ExportResult |
exportVCard(ExportVCardParams params)
|
ExportResult |
exportVCard(short locale)
|
Date |
getAnniversary()
|
BigDecimal |
getAnnualIncomeAmount()
|
Short |
getAnnualIncomeCurrency()
|
Account |
getAssistant()
Retrieves the value for the optional reference assistant. |
Date |
getBirthdate()
|
List |
getChildrenNames()
|
String |
getChildrenNames(int index)
|
Collection |
getContactRelationship()
Retrieves a collection containing all the elements for the reference contactRelationship. |
List |
getContactRelationship(ContactRelationshipFilter filter)
Retrieves the value for the reference contactRelationship
for the specified filter. |
List |
getContactRelationship(ContactRelationshipQuery query)
Retrieves the value for the reference contactRelationship
for the specified query. |
ContactRelationship |
getContactRelationship(String id)
Retrieves the value for the reference contactRelationship
for the specified qualifier attribute value. |
String |
getDepartment()
|
Account |
getDeputy()
Retrieves the value for the optional reference deputy. |
short |
getEducation()
Retrieves the value for the attribute education. |
short |
getFamilyStatus()
Retrieves the value for the attribute familyStatus. |
String |
getFirstName()
|
short |
getGender()
Retrieves the value for the attribute gender. |
String |
getGovernmentId()
|
String |
getJobRole()
|
String |
getJobTitle()
|
String |
getLastName()
|
String |
getMiddleName()
|
String |
getNickName()
|
Short |
getNumberOfChildren()
|
String |
getOrganization()
|
Collection |
getOuMembership()
Retrieves the objects referenced by ouMembership. |
OrganizationalUnit |
getOuMembership(int index)
Retrieves the value for the reference ouMembership for the
specified qualifier attribute value. |
short |
getPreferredContactMethod()
Retrieves the value for the attribute preferredContactMethod. |
short |
getPreferredSpokenLanguage()
Retrieves the value for the attribute preferredSpokenLanguage. |
short |
getPreferredWrittenLanguage()
Retrieves the value for the attribute preferredWrittenLanguage. |
Contact |
getReportsTo()
Retrieves the value for the optional reference reportsTo. |
String |
getSalutation()
|
short |
getSalutationCode()
Retrieves the value for the attribute salutationCode. |
String |
getSuffix()
|
Boolean |
isDoNotBulkPostalMail()
|
Boolean |
isDoNotEMail()
|
Boolean |
isDoNotFax()
|
Boolean |
isDoNotPhone()
|
Boolean |
isDoNotPostalMail()
|
void |
removeAssistant()
Removes the value for the optional reference assistant. |
void |
removeContactRelationship(String id)
|
void |
removeDeputy()
Removes the value for the optional reference deputy. |
void |
removeReportsTo()
Removes the value for the optional reference reportsTo. |
void |
setAnniversary(Date newValue)
Sets a new value for the attribute anniversary. |
void |
setAnnualIncomeAmount(BigDecimal newValue)
Sets a new value for the attribute annualIncomeAmount. |
void |
setAnnualIncomeCurrency(Short newValue)
Sets a new value for the attribute annualIncomeCurrency. |
void |
setAssistant(Account newValue)
Sets a new value for the reference assistant. |
void |
setBirthdate(Date newValue)
Sets a new value for the attribute birthdate. |
void |
setChildrenNames(List newValue)
|
void |
setChildrenNames(String[] newValue)
|
void |
setDepartment(String newValue)
Sets a new value for the attribute department. |
void |
setDeputy(Account newValue)
Sets a new value for the reference deputy. |
void |
setDoNotBulkPostalMail(Boolean newValue)
Sets a new value for the attribute doNotBulkPostalMail. |
void |
setDoNotEMail(Boolean newValue)
Sets a new value for the attribute doNotEMail. |
void |
setDoNotFax(Boolean newValue)
Sets a new value for the attribute doNotFax. |
void |
setDoNotPhone(Boolean newValue)
Sets a new value for the attribute doNotPhone. |
void |
setDoNotPostalMail(Boolean newValue)
Sets a new value for the attribute doNotPostalMail. |
void |
setEducation(short newValue)
Sets a new value for the attribute education. |
void |
setFamilyStatus(short newValue)
Sets a new value for the attribute familyStatus. |
void |
setFirstName(String newValue)
Sets a new value for the attribute firstName. |
void |
setGender(short newValue)
Sets a new value for the attribute gender. |
void |
setGovernmentId(String newValue)
Sets a new value for the attribute governmentId. |
void |
setJobRole(String newValue)
Sets a new value for the attribute jobRole. |
void |
setJobTitle(String newValue)
Sets a new value for the attribute jobTitle. |
void |
setLastName(String newValue)
Sets a new value for the attribute lastName. |
void |
setMiddleName(String newValue)
Sets a new value for the attribute middleName. |
void |
setNickName(String newValue)
Sets a new value for the attribute nickName. |
void |
setNumberOfChildren(Short newValue)
Sets a new value for the attribute numberOfChildren. |
void |
setOrganization(String newValue)
Sets a new value for the attribute organization. |
void |
setPreferredContactMethod(short newValue)
Sets a new value for the attribute preferredContactMethod. |
void |
setPreferredSpokenLanguage(short newValue)
Sets a new value for the attribute preferredSpokenLanguage. |
void |
setPreferredWrittenLanguage(short newValue)
Sets a new value for the attribute preferredWrittenLanguage. |
void |
setReportsTo(Contact newValue)
Sets a new value for the reference reportsTo. |
void |
setSalutation(String newValue)
Sets a new value for the attribute salutation. |
void |
setSalutationCode(short newValue)
Sets a new value for the attribute salutationCode. |
void |
setSuffix(String newValue)
Sets a new value for the attribute suffix. |
| Methods inherited from interface org.opencrx.kernel.account1.cci.Account |
|---|
addAddress, addAddress, addContact, addContact, addPartner, addPartner, createInvoice, createInvoice, createLead, createLead, createOpportunity, createOpportunity, createQuote, createQuote, createSalesOrder, createSalesOrder, getAddress, getAddress, getAddress, getAddress, getAssignedActivity, getAssignedActivity, getAssignedActivity, getAssignedActivity, getAssignedContract, getAssignedContract, getAssignedContract, getAssignedContract, getContact, getContact, getGroupMembership, getGroupMembership, getGroupMembership, getGroupMembership, getMaster, getPartner, getPartner, getProduct, getProduct, getProduct, getProduct, removeAddress, removeContact, removeMaster, removePartner, setMaster |
| Methods inherited from interface org.opencrx.kernel.account1.cci.AbstractAccount |
|---|
getAccountCategory, getAccountCategory, getAccountRating, getAccountState, getAccountType, getAccountType, getAliasName, getBusinessType, getBusinessType, getDescription, getFullName, setAccountCategory, setAccountCategory, setAccountRating, setAccountState, setAccountType, setAccountType, setAliasName, setBusinessType, setBusinessType, setDescription |
| Methods inherited from interface org.opencrx.kernel.base.cci.AlertSender |
|---|
sendAlert, sendAlert |
| Methods inherited from interface org.opencrx.kernel.base.cci.Auditee |
|---|
getAudit, getAudit, getAudit, getAudit |
| Methods inherited from interface org.opencrx.kernel.base.cci.Cloneable |
|---|
clone_, clone_ |
| Methods inherited from interface org.opencrx.kernel.base.cci.Importer |
|---|
importItem, importItem |
| Methods inherited from interface org.opencrx.kernel.base.cci.Indexed |
|---|
getIndexEntry, getIndexEntry, getIndexEntry, getIndexEntry, updateIndex, updateIndex |
| Methods inherited from interface org.opencrx.kernel.base.cci.SecureObject |
|---|
addOwningGroup, addOwningGroup, addOwningGroup, addOwningGroup, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwner, getOwningGroup, getOwningGroup, getOwningUser, removeAllOwningGroup, removeAllOwningGroup, removeOwningGroup, removeOwningGroup, removeOwningGroup, removeOwningUser, setAccessLevel, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser, setOwningUser, setOwningUser |
| Methods inherited from interface org.opencrx.kernel.base.cci.SubscriptionTarget |
|---|
addSubscription, addSubscription, addSubscriptionForParent, addSubscriptionForParent, removeSubscription, removeSubscription, removeSubscriptionForParent, removeSubscriptionForParent |
| Methods inherited from interface org.opencrx.kernel.base.cci.XmlExporter |
|---|
exportXml, exportXml |
| Methods inherited from interface org.openmdx.base.cci.BasicObject |
|---|
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy |
| Methods inherited from interface org.openmdx.base.cci.ContextCapable |
|---|
getContext, getContext |
| Methods inherited from interface org.openmdx.base.cci.ExtentCapable |
|---|
getIdentity |
| Methods inherited from interface org.openmdx.compatibility.view1.cci.ViewCapable |
|---|
getView, getView, getView, getView |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0 |
|---|
refAddEventListener, refAddToUnitOfWork, refAddValue, refContext, refDefaultFetchGroup, refDelegate, refFlush, refGetEventListeners, refGetPath, refGetValue, refGetValue, refInitialize, refInitialize, refIsDeleted, refIsDirty, refIsNew, refIsPersistent, refIsWriteProtected, refRefresh, refRefreshAsynchronously, refRemoveEventListener, refRemoveFromUnitOfWork, refRemoveValue, refRemoveValue, refSetValue, refWriteProtect |
| Methods inherited from interface javax.jmi.reflect.RefObject |
|---|
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite |
| Methods inherited from interface javax.jmi.reflect.RefFeatured |
|---|
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
| Methods inherited from interface javax.jmi.reflect.RefBaseObject |
|---|
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints |
| Methods inherited from interface org.opencrx.kernel.generic.cci.Pictured |
|---|
getPicture, getPictureContent, getPictureContentMimeType, getPictureContentName, removePicture, setPicture |
| Method Detail |
|---|
Date getAnniversary()
anniversary.
JmiException - If the value cannot be retrieved for some reason.void setAnniversary(Date newValue)
anniversary.
newValue - The possibly null new value for attribute anniversary.
JmiException - If the value cannot be set for some reason.BigDecimal getAnnualIncomeAmount()
annualIncomeAmount.
JmiException - If the value cannot be retrieved for some reason.void setAnnualIncomeAmount(BigDecimal newValue)
annualIncomeAmount.
newValue - The possibly null new value for attribute annualIncomeAmount.
JmiException - If the value cannot be set for some reason.Short getAnnualIncomeCurrency()
annualIncomeCurrency.
JmiException - If the value cannot be retrieved for some reason.void setAnnualIncomeCurrency(Short newValue)
annualIncomeCurrency.
newValue - The possibly null new value for attribute annualIncomeCurrency.
JmiException - If the value cannot be set for some reason.Account getAssistant()
assistant.
JmiException - If the value cannot be retrieved for some reason.void setAssistant(Account newValue)
assistant.
newValue - The non-null new value for this reference.
JmiException - If the value cannot be set for some reason.void removeAssistant()
assistant.
JmiException - If the value cannot be removed for some reason.Date getBirthdate()
birthdate.
JmiException - If the value cannot be retrieved for some reason.void setBirthdate(Date newValue)
birthdate.
newValue - The possibly null new value for attribute birthdate.
JmiException - If the value cannot be set for some reason.List getChildrenNames()
JmiException - If the values cannot be retrieved for some reason.String getChildrenNames(int index)
index - The index of the element to return.
JmiException - If the value cannot be retrieved for some reason.void setChildrenNames(List newValue)
newValue - A list containing all the new elements for this attribute.
JmiException - If the values cannot be set for some reason.void setChildrenNames(String[] newValue)
newValue - An array containing all the new elements for this attribute.
JmiException - If the values cannot be set for some reason.ContactRelationship getContactRelationship(String id)
contactRelationship
for the specified qualifier attribute value.
id - The value for the qualifier attribute that qualifies this reference.
JmiException - If the value cannot be retrieved for some reason.Collection getContactRelationship()
contactRelationship.
JmiException - If the values cannot be retrieved for some reason.List getContactRelationship(ContactRelationshipFilter filter)
contactRelationship
for the specified filter.
filter - filter which is applied to the set of referenced objects.
JmiException - If the value cannot be retrieved for some reason.List getContactRelationship(ContactRelationshipQuery query)
contactRelationship
for the specified query.
predicate - predicate which is applied to the set of referenced objects.
JmiException - If the value cannot be retrieved for some reason.
void addContactRelationship(String id,
ContactRelationship newValue)
id - The qualifier attribute value that qualifies the reference to get the element to be appended.newValue - The element to be appended.
JmiException - If the value cannot be appended for some reason.void addContactRelationship(ContactRelationship newValue)
newValue - The element to be appended.
JmiException - If the value cannot be appended for some reason.void removeContactRelationship(String id)
JmiException - If the value cannot be removed for some reason.String getDepartment()
department.
JmiException - If the value cannot be retrieved for some reason.void setDepartment(String newValue)
department.
newValue - The possibly null new value for attribute department.
JmiException - If the value cannot be set for some reason.Account getDeputy()
deputy.
JmiException - If the value cannot be retrieved for some reason.void setDeputy(Account newValue)
deputy.
newValue - The non-null new value for this reference.
JmiException - If the value cannot be set for some reason.void removeDeputy()
deputy.
JmiException - If the value cannot be removed for some reason.Boolean isDoNotBulkPostalMail()
doNotBulkPostalMail.
JmiException - If the value cannot be retrieved for some reason.void setDoNotBulkPostalMail(Boolean newValue)
doNotBulkPostalMail.
newValue - The possibly null new value for attribute doNotBulkPostalMail.
JmiException - If the value cannot be set for some reason.Boolean isDoNotEMail()
doNotEMail.
JmiException - If the value cannot be retrieved for some reason.void setDoNotEMail(Boolean newValue)
doNotEMail.
newValue - The possibly null new value for attribute doNotEMail.
JmiException - If the value cannot be set for some reason.Boolean isDoNotFax()
doNotFax.
JmiException - If the value cannot be retrieved for some reason.void setDoNotFax(Boolean newValue)
doNotFax.
newValue - The possibly null new value for attribute doNotFax.
JmiException - If the value cannot be set for some reason.Boolean isDoNotPhone()
doNotPhone.
JmiException - If the value cannot be retrieved for some reason.void setDoNotPhone(Boolean newValue)
doNotPhone.
newValue - The possibly null new value for attribute doNotPhone.
JmiException - If the value cannot be set for some reason.Boolean isDoNotPostalMail()
doNotPostalMail.
JmiException - If the value cannot be retrieved for some reason.void setDoNotPostalMail(Boolean newValue)
doNotPostalMail.
newValue - The possibly null new value for attribute doNotPostalMail.
JmiException - If the value cannot be set for some reason.short getEducation()
education.
education.
JmiException - If the value cannot be retrieved for some reason.void setEducation(short newValue)
education.
newValue - The non-null new value for attribute education.
JmiException - If the value cannot be set for some reason.
ExportResult exportVCard(ExportVCardParams params)
throws RefException
RefException