|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Contact
Class Contact
isFrozen
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.opencrx.kernel.account1.cci2.Account |
|---|
Account.Identity |
| Method Summary | ||
|---|---|---|
void |
addContactRelationship(boolean idIsPersistent,
String id,
ContactRelationship contactRelationship)
Adds the specified element to the set of the values for the reference contactRelationship. |
|
void |
addContactRelationship(String id,
ContactRelationship contactRelationship)
Adds the specified element to the set of the values for the reference contactRelationship using a reassignable qualifier. |
|
Account |
getAssistant()
Retrieves the value for the reference assistant. |
|
List<String> |
getChildrenNames()
Retrieves a list containing all the elements for the attribute childrenNames. |
|
List<Short> |
getCitizenship()
Retrieves a list containing all the elements for the attribute citizenship. |
|
ContactRelationship |
getContactRelationship(boolean idIsPersistent,
String id)
Retrieves the value for the reference contactRelationship for the specified qualifier attribute value. |
|
|
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. |
|
Account |
getDeputy()
Retrieves the value for the reference deputy. |
|
List<Short> |
getReligion()
Retrieves a list containing all the elements for the attribute religion. |
|
Contact |
getReportsTo()
Retrieves the value for the reference reportsTo. |
|
void |
setAssistant(Account assistant)
Sets a new value for the reference assistant. |
|
void |
setChildrenNames(List<String> childrenNames)
Clears childrenNames and adds the members of the given List. |
|
void |
setCitizenship(List<Short> citizenship)
Clears citizenship and adds the members of the given List. |
|
void |
setDeputy(Account deputy)
Sets a new value for the reference deputy. |
|
void |
setReligion(List<Short> religion)
Clears religion and adds the members of the given List. |
|
void |
setReportsTo(Contact reportsTo)
Sets a new value for the reference reportsTo. |
|
| Methods inherited from interface org.opencrx.kernel.base.jmi1.AlertSender |
|---|
sendAlert |
| Methods inherited from interface org.opencrx.kernel.base.cci2.AlertSender |
|---|
sendAlert |
| Methods inherited from interface org.opencrx.kernel.base.jmi1.Auditee |
|---|
getAudit, getAudit, getAudit |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Auditee |
|---|
getAudit |
| Methods inherited from interface org.opencrx.kernel.base.jmi1.Cloneable |
|---|
clone_ |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Cloneable |
|---|
clone_ |
| Methods inherited from interface org.opencrx.kernel.base.jmi1.Exporter |
|---|
exportItem, exportItemAdvanced |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Exporter |
|---|
exportItem, exportItemAdvanced |
| Methods inherited from interface org.opencrx.kernel.base.jmi1.Importer |
|---|
importItem |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Importer |
|---|
importItem |
| Methods inherited from interface org.opencrx.kernel.base.jmi1.Indexed |
|---|
getIndexEntry, getIndexEntry, getIndexEntry, updateIndex |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Indexed |
|---|
getIndexEntry |
| Methods inherited from interface org.opencrx.kernel.base.jmi1.SecureObject |
|---|
addOwningGroup, checkPermissions, getAccessGrantedByParent, getOwner, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setOwner, setOwningUser, setOwningUser |
| Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject |
|---|
addOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwningGroup, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser |
| Methods inherited from interface org.openmdx.base.cci2.ContextCapable |
|---|
getContext |
| Methods inherited from interface org.openmdx.base.jmi1.Creatable |
|---|
getCreatedBy |
| Methods inherited from interface org.openmdx.base.cci2.Creatable |
|---|
getCreatedAt |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapable |
|---|
getIdentity |
| Methods inherited from interface org.openmdx.base.jmi1.Modifiable |
|---|
getModifiedBy |
| Methods inherited from interface org.openmdx.base.cci2.Modifiable |
|---|
getModifiedAt |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0 |
|---|
refDefaultFetchGroup, refDelegate, refGetPath, refGetValue, refInitialize, refInitialize, refSetValue |
| 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.jmi1.Pictured |
|---|
getPicture, setPicture |
| Methods inherited from interface org.opencrx.kernel.generic.cci2.Pictured |
|---|
getPictureContent, getPictureContentMimeType, getPictureContentName |
| Method Detail |
|---|
Account getAssistant()
assistant.
getAssistant in interface Contactnull – value for this reference.void setAssistant(Account assistant)
assistant.
setAssistant in interface Contactassistant - The non-null new value for this reference.List<String> getChildrenNames()
childrenNames.
getChildrenNames in interface Contactvoid setChildrenNames(List<String> childrenNames)
childrenNames and adds the members of the given List.
This method is equivalent to
list.clear(); list.addAll(childrenNames);Note: This is an extension to the JMI 1 standard.
childrenNames - collection to be copied.List<Short> getCitizenship()
citizenship.
getCitizenship in interface Contactvoid setCitizenship(List<Short> citizenship)
citizenship and adds the members of the given List.
This method is equivalent to
list.clear(); list.addAll(citizenship);Note: This is an extension to the JMI 1 standard.
citizenship - collection to be copied.<T extends ContactRelationship> List<T> getContactRelationship(ContactRelationshipQuery query)
contactRelationship for the specified query.
Note: This is an extension to the JMI 1 standard.java.jdo.Query
query - predicate which is applied to the set of referenced objects.
true.
ContactRelationship getContactRelationship(boolean idIsPersistent,
String id)
contactRelationship for the specified qualifier attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
ContactRelationship getContactRelationship(String id)
contactRelationship for the specified qualifier attribute value.
This method is equivalent to the preferred invocation getContactRelationship(false,id).
id - The value for the qualifier attribute that qualifies this reference.
void addContactRelationship(boolean idIsPersistent,
String id,
ContactRelationship contactRelationship)
contactRelationship.
Note: This is an extension to the JMI 1 standard.
idIsPersistent - true if id is persistentid - The qualifier attribute value that qualifies the reference to get the element to be appended.contactRelationship - The element to be appended.
void addContactRelationship(String id,
ContactRelationship contactRelationship)
contactRelationship using a reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
id - The qualifier attribute value that qualifies the reference to get the element to be appended.contactRelationship - The element to be appended.Account getDeputy()
deputy.
getDeputy in interface Contactnull – value for this reference.void setDeputy(Account deputy)
deputy.
setDeputy in interface Contactdeputy - The non-null new value for this reference.List<Short> getReligion()
religion.
getReligion in interface Contactvoid setReligion(List<Short> religion)
religion and adds the members of the given List.
This method is equivalent to
list.clear(); list.addAll(religion);Note: This is an extension to the JMI 1 standard.
religion - collection to be copied.Contact getReportsTo()
reportsTo.
getReportsTo in interface Contactnull – value for this reference.void setReportsTo(Contact reportsTo)
reportsTo.
setReportsTo in interface ContactreportsTo - The non-null new value for this reference.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||