org.opencrx.kernel.account1.cci2
Interface ContactQuery

All Superinterfaces:
AbstractAccountQuery, AccountQuery, AlertSenderQuery, AnyTypePredicate, AuditeeQuery, org.openmdx.base.cci2.BasicObjectQuery, CloneableQuery, org.openmdx.base.cci2.ContextCapableQuery, CrxObjectQuery, org.openmdx.base.cci2.ExtentCapableQuery, GenericAccountQuery, ImporterQuery, IndexedQuery, PicturedQuery, SecureObjectQuery, SubscriptionTargetQuery, org.openmdx.compatibility.view1.cci2.ViewCapableQuery, XmlExporterQuery

public interface ContactQuery
extends AccountQuery, PicturedQuery


Method Summary
 OptionalFeaturePredicate anniversary()
          Adds a constraint to the predicate for Contact testing whether the value of the feature anniversary is null or not.
 OptionalFeaturePredicate annualIncomeAmount()
          Adds a constraint to the predicate for Contact testing whether the value of the feature annualIncomeAmount is null or not.
 OptionalFeaturePredicate annualIncomeCurrency()
          Adds a constraint to the predicate for Contact testing whether the value of the feature annualIncomeCurrency is null or not.
 OptionalFeaturePredicate assistant()
          Adds a constraint to the predicate for Contact testing whether the value of the feature assistant is null or not.
 OptionalFeaturePredicate birthdate()
          Adds a constraint to the predicate for Contact testing whether the value of the feature birthdate is null or not.
 MultivaluedFeaturePredicate childrenNames()
          Adds a constraint to the predicate for Contact testing whether the feature childrenNames has values or not.
 OptionalFeaturePredicate department()
          Adds a constraint to the predicate for Contact testing whether the value of the feature department is null or not.
 OptionalFeaturePredicate deputy()
          Adds a constraint to the predicate for Contact testing whether the value of the feature deputy is null or not.
 OptionalFeaturePredicate doNotBulkPostalMail()
          Adds a constraint to the predicate for Contact testing whether the value of the feature doNotBulkPostalMail is null or not.
 OptionalFeaturePredicate doNotEmail()
          Adds a constraint to the predicate for Contact testing whether the value of the feature doNotEMail is null or not.
 OptionalFeaturePredicate doNotFax()
          Adds a constraint to the predicate for Contact testing whether the value of the feature doNotFax is null or not.
 OptionalFeaturePredicate doNotPhone()
          Adds a constraint to the predicate for Contact testing whether the value of the feature doNotPhone is null or not.
 OptionalFeaturePredicate doNotPostalMail()
          Adds a constraint to the predicate for Contact testing whether the value of the feature doNotPostalMail is null or not.
 ComparableTypePredicate<Short> education()
           
 ComparableTypePredicate<Short> familyStatus()
           
 OptionalFeaturePredicate firstName()
          Adds a constraint to the predicate for Contact testing whether the value of the feature firstName is null or not.
 ComparableTypePredicate<Date> forAllAnniversary()
          Adds a constraint for the feature anniversary to the predicate.
 ComparableTypePredicate<BigDecimal> forAllAnnualIncomeAmount()
          Adds a constraint for the feature annualIncomeAmount to the predicate.
 ComparableTypePredicate<Short> forAllAnnualIncomeCurrency()
          Adds a constraint for the feature annualIncomeCurrency to the predicate.
 AccountQuery forAllAssistant()
          Adds a constraint for the feature assistant to the predicate.
 ComparableTypePredicate<Date> forAllBirthdate()
          Adds a constraint for the feature birthdate to the predicate.
 StringTypePredicate forAllChildrenNames()
          Adds a constraint for the feature childrenNames to the predicate.
 StringTypePredicate forAllDepartment()
          Adds a constraint for the feature department to the predicate.
 AccountQuery forAllDeputy()
          Adds a constraint for the feature deputy to the predicate.
 BooleanTypePredicate forAllDoNotBulkPostalMail()
          Adds a constraint for the feature doNotBulkPostalMail to the predicate.
 BooleanTypePredicate forAllDoNotEmail()
          Adds a constraint for the feature doNotEMail to the predicate.
 BooleanTypePredicate forAllDoNotFax()
          Adds a constraint for the feature doNotFax to the predicate.
 BooleanTypePredicate forAllDoNotPhone()
          Adds a constraint for the feature doNotPhone to the predicate.
 BooleanTypePredicate forAllDoNotPostalMail()
          Adds a constraint for the feature doNotPostalMail to the predicate.
 StringTypePredicate forAllFirstName()
          Adds a constraint for the feature firstName to the predicate.
 StringTypePredicate forAllGovernmentId()
          Adds a constraint for the feature governmentId to the predicate.
 StringTypePredicate forAllJobRole()
          Adds a constraint for the feature jobRole to the predicate.
 StringTypePredicate forAllJobTitle()
          Adds a constraint for the feature jobTitle to the predicate.
 StringTypePredicate forAllLastName()
          Adds a constraint for the feature lastName to the predicate.
 StringTypePredicate forAllMiddleName()
          Adds a constraint for the feature middleName to the predicate.
 StringTypePredicate forAllNickName()
          Adds a constraint for the feature nickName to the predicate.
 ComparableTypePredicate<Short> forAllNumberOfChildren()
          Adds a constraint for the feature numberOfChildren to the predicate.
 StringTypePredicate forAllOrganization()
          Adds a constraint for the feature organization to the predicate.
 OrganizationalUnitQuery forAllOuMembership()
          Adds a constraint for the feature ouMembership to the predicate.
 ContactQuery forAllReportsTo()
          Adds a constraint for the feature reportsTo to the predicate.
 StringTypePredicate forAllSalutation()
          Adds a constraint for the feature salutation to the predicate.
 StringTypePredicate forAllSuffix()
          Adds a constraint for the feature suffix to the predicate.
 ComparableTypePredicate<Short> gender()
           
 OptionalFeaturePredicate governmentId()
          Adds a constraint to the predicate for Contact testing whether the value of the feature governmentId is null or not.
 OptionalFeaturePredicate jobRole()
          Adds a constraint to the predicate for Contact testing whether the value of the feature jobRole is null or not.
 OptionalFeaturePredicate jobTitle()
          Adds a constraint to the predicate for Contact testing whether the value of the feature jobTitle is null or not.
 OptionalFeaturePredicate lastName()
          Adds a constraint to the predicate for Contact testing whether the value of the feature lastName is null or not.
 OptionalFeaturePredicate middleName()
          Adds a constraint to the predicate for Contact testing whether the value of the feature middleName is null or not.
 OptionalFeaturePredicate nickName()
          Adds a constraint to the predicate for Contact testing whether the value of the feature nickName is null or not.
 OptionalFeaturePredicate numberOfChildren()
          Adds a constraint to the predicate for Contact testing whether the value of the feature numberOfChildren is null or not.
 SimpleTypeOrder orderByAnniversary()
          Allows to adds a sort instruction for Contact depending the feature anniversary Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByAnnualIncomeAmount()
          Allows to adds a sort instruction for Contact depending the feature annualIncomeAmount Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByAnnualIncomeCurrency()
          Allows to adds a sort instruction for Contact depending the feature annualIncomeCurrency Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByBirthdate()
          Allows to adds a sort instruction for Contact depending the feature birthdate Note: The order in which orderBy… instructions are given is relevant!
 MultivaluedTypeOrder orderByChildrenNames()
          Allows to adds a sort instruction for Contact depending the feature childrenNames Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByDepartment()
          Allows to adds a sort instruction for Contact depending the feature department Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByDoNotBulkPostalMail()
          Allows to adds a sort instruction for Contact depending the feature doNotBulkPostalMail Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByDoNotEmail()
          Allows to adds a sort instruction for Contact depending the feature doNotEMail Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByDoNotFax()
          Allows to adds a sort instruction for Contact depending the feature doNotFax Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByDoNotPhone()
          Allows to adds a sort instruction for Contact depending the feature doNotPhone Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByDoNotPostalMail()
          Allows to adds a sort instruction for Contact depending the feature doNotPostalMail Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByEducation()
          Allows to adds a sort instruction for Contact depending the feature education Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByFamilyStatus()
          Allows to adds a sort instruction for Contact depending the feature familyStatus Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByFirstName()
          Allows to adds a sort instruction for Contact depending the feature firstName Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByGender()
          Allows to adds a sort instruction for Contact depending the feature gender Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByGovernmentId()
          Allows to adds a sort instruction for Contact depending the feature governmentId Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByJobRole()
          Allows to adds a sort instruction for Contact depending the feature jobRole Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByJobTitle()
          Allows to adds a sort instruction for Contact depending the feature jobTitle Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByLastName()
          Allows to adds a sort instruction for Contact depending the feature lastName Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByMiddleName()
          Allows to adds a sort instruction for Contact depending the feature middleName Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByNickName()
          Allows to adds a sort instruction for Contact depending the feature nickName Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByNumberOfChildren()
          Allows to adds a sort instruction for Contact depending the feature numberOfChildren Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByOrganization()
          Allows to adds a sort instruction for Contact depending the feature organization Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByPreferredContactMethod()
          Allows to adds a sort instruction for Contact depending the feature preferredContactMethod Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByPreferredSpokenLanguage()
          Allows to adds a sort instruction for Contact depending the feature preferredSpokenLanguage Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByPreferredWrittenLanguage()
          Allows to adds a sort instruction for Contact depending the feature preferredWrittenLanguage Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderBySalutation()
          Allows to adds a sort instruction for Contact depending the feature salutation Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderBySalutationCode()
          Allows to adds a sort instruction for Contact depending the feature salutationCode Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderBySuffix()
          Allows to adds a sort instruction for Contact depending the feature suffix Note: The order in which orderBy… instructions are given is relevant!
 OptionalFeaturePredicate organization()
          Adds a constraint to the predicate for Contact testing whether the value of the feature organization is null or not.
 MultivaluedFeaturePredicate ouMembership()
          Adds a constraint to the predicate for Contact testing whether the feature ouMembership has values or not.
 ComparableTypePredicate<Short> preferredContactMethod()
           
 ComparableTypePredicate<Short> preferredSpokenLanguage()
           
 ComparableTypePredicate<Short> preferredWrittenLanguage()
           
 OptionalFeaturePredicate reportsTo()
          Adds a constraint to the predicate for Contact testing whether the value of the feature reportsTo is null or not.
 OptionalFeaturePredicate salutation()
          Adds a constraint to the predicate for Contact testing whether the value of the feature salutation is null or not.
 ComparableTypePredicate<Short> salutationCode()
           
 OptionalFeaturePredicate suffix()
          Adds a constraint to the predicate for Contact testing whether the value of the feature suffix is null or not.
 ComparableTypePredicate<Date> thereExistsAnniversary()
          Adds a constraint for the feature anniversary to the predicate.
 ComparableTypePredicate<BigDecimal> thereExistsAnnualIncomeAmount()
          Adds a constraint for the feature annualIncomeAmount to the predicate.
 ComparableTypePredicate<Short> thereExistsAnnualIncomeCurrency()
          Adds a constraint for the feature annualIncomeCurrency to the predicate.
 AccountQuery thereExistsAssistant()
          Adds a constraint for the feature assistant to the predicate.
 ComparableTypePredicate<Date> thereExistsBirthdate()
          Adds a constraint for the feature birthdate to the predicate.
 StringTypePredicate thereExistsChildrenNames()
          Adds a constraint for the feature childrenNames to the predicate.
 StringTypePredicate thereExistsDepartment()
          Adds a constraint for the feature department to the predicate.
 AccountQuery thereExistsDeputy()
          Adds a constraint for the feature deputy to the predicate.
 BooleanTypePredicate thereExistsDoNotBulkPostalMail()
          Adds a constraint for the feature doNotBulkPostalMail to the predicate.
 BooleanTypePredicate thereExistsDoNotEmail()
          Adds a constraint for the feature doNotEMail to the predicate.
 BooleanTypePredicate thereExistsDoNotFax()
          Adds a constraint for the feature doNotFax to the predicate.
 BooleanTypePredicate thereExistsDoNotPhone()
          Adds a constraint for the feature doNotPhone to the predicate.
 BooleanTypePredicate thereExistsDoNotPostalMail()
          Adds a constraint for the feature doNotPostalMail to the predicate.
 StringTypePredicate thereExistsFirstName()
          Adds a constraint for the feature firstName to the predicate.
 StringTypePredicate thereExistsGovernmentId()
          Adds a constraint for the feature governmentId to the predicate.
 StringTypePredicate thereExistsJobRole()
          Adds a constraint for the feature jobRole to the predicate.
 StringTypePredicate thereExistsJobTitle()
          Adds a constraint for the feature jobTitle to the predicate.
 StringTypePredicate thereExistsLastName()
          Adds a constraint for the feature lastName to the predicate.
 StringTypePredicate thereExistsMiddleName()
          Adds a constraint for the feature middleName to the predicate.
 StringTypePredicate thereExistsNickName()
          Adds a constraint for the feature nickName to the predicate.
 ComparableTypePredicate<Short> thereExistsNumberOfChildren()
          Adds a constraint for the feature numberOfChildren to the predicate.
 StringTypePredicate thereExistsOrganization()
          Adds a constraint for the feature organization to the predicate.
 OrganizationalUnitQuery thereExistsOuMembership()
          Adds a constraint for the feature ouMembership to the predicate.
 ContactQuery thereExistsReportsTo()
          Adds a constraint for the feature reportsTo to the predicate.
 StringTypePredicate thereExistsSalutation()
          Adds a constraint for the feature salutation to the predicate.
 StringTypePredicate thereExistsSuffix()
          Adds a constraint for the feature suffix to the predicate.
 
Methods inherited from interface org.opencrx.kernel.account1.cci2.AccountQuery
contact, forAllContact, forAllMaster, forAllPartner, master, partner, thereExistsContact, thereExistsMaster, thereExistsPartner
 
Methods inherited from interface org.opencrx.kernel.account1.cci2.AbstractAccountQuery
accountCategory, accountRating, accountState, accountType, aliasName, businessType, description, forAllAccountCategory, forAllAccountType, forAllAliasName, forAllBusinessType, forAllDescription, forAllFullName, fullName, orderByAccountCategory, orderByAccountRating, orderByAccountState, orderByAccountType, orderByAliasName, orderByBusinessType, orderByDescription, orderByFullName, thereExistsAccountCategory, thereExistsAccountType, thereExistsAliasName, thereExistsBusinessType, thereExistsDescription, thereExistsFullName
 
Methods inherited from interface org.opencrx.kernel.generic.cci2.CrxObjectQuery
category, disabled, disabledReason, externalLink, forAllCategory, forAllDisabledReason, forAllExternalLink, forAllUserBoolean0, forAllUserBoolean1, forAllUserBoolean2, forAllUserBoolean3, forAllUserBoolean4, forAllUserCode0, forAllUserCode1, forAllUserCode2, forAllUserCode3, forAllUserCode4, forAllUserDate0, forAllUserDate1, forAllUserDate2, forAllUserDate3, forAllUserDate4, forAllUserDateTime0, forAllUserDateTime1, forAllUserDateTime2, forAllUserDateTime3, forAllUserDateTime4, forAllUserNumber0, forAllUserNumber1, forAllUserNumber2, forAllUserNumber3, forAllUserNumber4, forAllUserString0, forAllUserString1, forAllUserString2, forAllUserString3, forAllUserString4, orderByCategory, orderByDisabled, orderByDisabledReason, orderByExternalLink, orderByUserBoolean0, orderByUserBoolean1, orderByUserBoolean2, orderByUserBoolean3, orderByUserBoolean4, orderByUserCode0, orderByUserCode1, orderByUserCode2, orderByUserCode3, orderByUserCode4, orderByUserDate0, orderByUserDate1, orderByUserDate2, orderByUserDate3, orderByUserDate4, orderByUserDateTime0, orderByUserDateTime1, orderByUserDateTime2, orderByUserDateTime3, orderByUserDateTime4, orderByUserNumber0, orderByUserNumber1, orderByUserNumber2, orderByUserNumber3, orderByUserNumber4, orderByUserString0, orderByUserString1, orderByUserString2, orderByUserString3, orderByUserString4, thereExistsCategory, thereExistsDisabledReason, thereExistsExternalLink, thereExistsUserBoolean0, thereExistsUserBoolean1, thereExistsUserBoolean2, thereExistsUserBoolean3, thereExistsUserBoolean4, thereExistsUserCode0, thereExistsUserCode1, thereExistsUserCode2, thereExistsUserCode3, thereExistsUserCode4, thereExistsUserDate0, thereExistsUserDate1, thereExistsUserDate2, thereExistsUserDate3, thereExistsUserDate4, thereExistsUserDateTime0, thereExistsUserDateTime1, thereExistsUserDateTime2, thereExistsUserDateTime3, thereExistsUserDateTime4, thereExistsUserNumber0, thereExistsUserNumber1, thereExistsUserNumber2, thereExistsUserNumber3, thereExistsUserNumber4, thereExistsUserString0, thereExistsUserString1, thereExistsUserString2, thereExistsUserString3, thereExistsUserString4, userBoolean0, userBoolean1, userBoolean2, userBoolean3, userBoolean4, userCode0, userCode1, userCode2, userCode3, userCode4, userDate0, userDate1, userDate2, userDate3, userDate4, userDateTime0, userDateTime1, userDateTime2, userDateTime3, userDateTime4, userNumber0, userNumber1, userNumber2, userNumber3, userNumber4, userString0, userString1, userString2, userString3, userString4
 
Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObjectQuery
accessGrantedByParent, accessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllAccessGrantedByParent, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, orderByOwner, owner, owningGroup, owningUser, thereExistsAccessGrantedByParent, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUser
 
Methods inherited from interface org.openmdx.base.cci2.BasicObjectQuery
createdAt, createdBy, forAllCreatedBy, forAllModifiedBy, modifiedAt, modifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedBy, thereExistsModifiedBy
 
Methods inherited from interface org.openmdx.base.cci2.ContextCapableQuery
context, forAllContext, thereExistsContext
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapableQuery
identity, orderByIdentity
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 
Methods inherited from interface org.opencrx.kernel.generic.cci2.PicturedQuery
forAllPicture, forAllPictureContent, forAllPictureContentMimeType, forAllPictureContentName, orderByPictureContent, orderByPictureContentMimeType, orderByPictureContentName, picture, pictureContent, pictureContentMimeType, pictureContentName, thereExistsPicture, thereExistsPictureContent, thereExistsPictureContentMimeType, thereExistsPictureContentName
 

Method Detail

anniversary

OptionalFeaturePredicate anniversary()
Adds a constraint to the predicate for Contact testing whether the value of the feature anniversary is null or not.


thereExistsAnniversary

ComparableTypePredicate<Date> thereExistsAnniversary()
Adds a constraint for the feature anniversary to the predicate. The predicate for Contact evaluates true if its value of feature anniversary satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllAnniversary

ComparableTypePredicate<Date> forAllAnniversary()
Adds a constraint for the feature anniversary to the predicate. The predicate for Contact evaluates true if its value of feature anniversary satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


orderByAnniversary

SimpleTypeOrder orderByAnniversary()
Allows to adds a sort instruction for Contact depending the feature anniversary Note: The order in which orderBy… instructions are given is relevant!


annualIncomeAmount

OptionalFeaturePredicate annualIncomeAmount()
Adds a constraint to the predicate for Contact testing whether the value of the feature annualIncomeAmount is null or not.


thereExistsAnnualIncomeAmount

ComparableTypePredicate<BigDecimal> thereExistsAnnualIncomeAmount()
Adds a constraint for the feature annualIncomeAmount to the predicate. The predicate for Contact evaluates true if its value of feature annualIncomeAmount satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllAnnualIncomeAmount

ComparableTypePredicate<BigDecimal> forAllAnnualIncomeAmount()
Adds a constraint for the feature annualIncomeAmount to the predicate. The predicate for Contact evaluates true if its value of feature annualIncomeAmount satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


orderByAnnualIncomeAmount

SimpleTypeOrder orderByAnnualIncomeAmount()
Allows to adds a sort instruction for Contact depending the feature annualIncomeAmount Note: The order in which orderBy… instructions are given is relevant!


annualIncomeCurrency

OptionalFeaturePredicate annualIncomeCurrency()
Adds a constraint to the predicate for Contact testing whether the value of the feature annualIncomeCurrency is null or not.


thereExistsAnnualIncomeCurrency

ComparableTypePredicate<Short> thereExistsAnnualIncomeCurrency()
Adds a constraint for the feature annualIncomeCurrency to the predicate. The predicate for Contact evaluates true if its value of feature annualIncomeCurrency satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllAnnualIncomeCurrency

ComparableTypePredicate<Short> forAllAnnualIncomeCurrency()
Adds a constraint for the feature annualIncomeCurrency to the predicate. The predicate for Contact evaluates true if its value of feature annualIncomeCurrency satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


orderByAnnualIncomeCurrency

SimpleTypeOrder orderByAnnualIncomeCurrency()
Allows to adds a sort instruction for Contact depending the feature annualIncomeCurrency Note: The order in which orderBy… instructions are given is relevant!


assistant

OptionalFeaturePredicate assistant()
Adds a constraint to the predicate for Contact testing whether the value of the feature assistant is null or not.


thereExistsAssistant

AccountQuery thereExistsAssistant()
Adds a constraint for the feature assistant to the predicate. The predicate for Contact evaluates true if its value of feature assistant satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllAssistant

AccountQuery forAllAssistant()
Adds a constraint for the feature assistant to the predicate. The predicate for Contact evaluates true if its value of feature assistant satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


birthdate

OptionalFeaturePredicate birthdate()
Adds a constraint to the predicate for Contact testing whether the value of the feature birthdate is null or not.


thereExistsBirthdate

ComparableTypePredicate<Date> thereExistsBirthdate()
Adds a constraint for the feature birthdate to the predicate. The predicate for Contact evaluates true if its value of feature birthdate satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllBirthdate

ComparableTypePredicate<Date> forAllBirthdate()
Adds a constraint for the feature birthdate to the predicate. The predicate for Contact evaluates true if its value of feature birthdate satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


orderByBirthdate

SimpleTypeOrder orderByBirthdate()
Allows to adds a sort instruction for Contact depending the feature birthdate Note: The order in which orderBy… instructions are given is relevant!


childrenNames

MultivaluedFeaturePredicate childrenNames()
Adds a constraint to the predicate for Contact testing whether the feature childrenNames has values or not.


thereExistsChildrenNames

StringTypePredicate thereExistsChildrenNames()
Adds a constraint for the feature childrenNames to the predicate. The predicate for Contact evaluates true if at least one of its values of feature childrenNames satisfies the given condition.

Since the multiplicity for this attribute is 0..n, the attribute can have no values in which case the predicate evaluates to false!


forAllChildrenNames

StringTypePredicate forAllChildrenNames()
Adds a constraint for the feature childrenNames to the predicate. The predicate for Contact evaluates true if all of its values of feature childrenNames satisfy the selected condition.

Since the multiplicity for this attribute is 0..n, the attribute can have no values in which case the predicate evaluates to true!


orderByChildrenNames

MultivaluedTypeOrder orderByChildrenNames()
Allows to adds a sort instruction for Contact depending the feature childrenNames Note: The order in which orderBy… instructions are given is relevant!


department

OptionalFeaturePredicate department()
Adds a constraint to the predicate for Contact testing whether the value of the feature department is null or not.


thereExistsDepartment

StringTypePredicate thereExistsDepartment()
Adds a constraint for the feature department to the predicate. The predicate for Contact evaluates true if its value of feature department satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllDepartment

StringTypePredicate forAllDepartment()
Adds a constraint for the feature department to the predicate. The predicate for Contact evaluates true if its value of feature department satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


orderByDepartment

SimpleTypeOrder orderByDepartment()
Allows to adds a sort instruction for Contact depending the feature department Note: The order in which orderBy… instructions are given is relevant!


deputy

OptionalFeaturePredicate deputy()
Adds a constraint to the predicate for Contact testing whether the value of the feature deputy is null or not.


thereExistsDeputy

AccountQuery thereExistsDeputy()
Adds a constraint for the feature deputy to the predicate. The predicate for Contact evaluates true if its value of feature deputy satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllDeputy

AccountQuery forAllDeputy()
Adds a constraint for the feature deputy to the predicate. The predicate for Contact evaluates true if its value of feature deputy satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


doNotBulkPostalMail

OptionalFeaturePredicate doNotBulkPostalMail()
Adds a constraint to the predicate for Contact testing whether the value of the feature doNotBulkPostalMail is null or not.


thereExistsDoNotBulkPostalMail

BooleanTypePredicate thereExistsDoNotBulkPostalMail()
Adds a constraint for the feature doNotBulkPostalMail to the predicate. The predicate for Contact evaluates true if its value of feature doNotBulkPostalMail satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllDoNotBulkPostalMail

BooleanTypePredicate forAllDoNotBulkPostalMail()
Adds a constraint for the feature doNotBulkPostalMail to the predicate. The predicate for Contact evaluates true if its value of feature doNotBulkPostalMail satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


orderByDoNotBulkPostalMail

SimpleTypeOrder orderByDoNotBulkPostalMail()
Allows to adds a sort instruction for Contact depending the feature doNotBulkPostalMail Note: The order in which orderBy… instructions are given is relevant!


doNotEmail

OptionalFeaturePredicate doNotEmail()
Adds a constraint to the predicate for Contact testing whether the value of the feature doNotEMail is null or not.


thereExistsDoNotEmail

BooleanTypePredicate thereExistsDoNotEmail()
Adds a constraint for the feature doNotEMail to the predicate. The predicate for Contact evaluates true if its value of feature doNotEMail satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllDoNotEmail

BooleanTypePredicate forAllDoNotEmail()
Adds a constraint for the feature doNotEMail to the predicate. The predicate for Contact evaluates true if its value of feature doNotEMail satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


orderByDoNotEmail

SimpleTypeOrder orderByDoNotEmail()
Allows to adds a sort instruction for Contact depending the feature doNotEMail Note: The order in which orderBy… instructions are given is relevant!


doNotFax

OptionalFeaturePredicate doNotFax()
Adds a constraint to the predicate for Contact testing whether the value of the feature doNotFax is null or not.


thereExistsDoNotFax

BooleanTypePredicate thereExistsDoNotFax()
Adds a constraint for the feature doNotFax to the predicate. The predicate for Contact evaluates true if its value of feature doNotFax satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllDoNotFax

BooleanTypePredicate forAllDoNotFax()
Adds a constraint for the feature doNotFax to the predicate. The predicate for Contact evaluates true if its value of feature doNotFax satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


orderByDoNotFax

SimpleTypeOrder orderByDoNotFax()
Allows to adds a sort instruction for Contact depending the feature doNotFax Note: The order in which orderBy… instructions are given is relevant!


doNotPhone

OptionalFeaturePredicate doNotPhone()
Adds a constraint to the predicate for Contact testing whether the value of the feature doNotPhone is null or not.


thereExistsDoNotPhone

BooleanTypePredicate thereExistsDoNotPhone()
Adds a constraint for the feature doNotPhone to the predicate. The predicate for Contact evaluates true if its value of feature doNotPhone satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllDoNotPhone

BooleanTypePredicate forAllDoNotPhone()
Adds a constraint for the feature doNotPhone to the predicate. The predicate for Contact evaluates true if its value of feature doNotPhone satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


orderByDoNotPhone

SimpleTypeOrder orderByDoNotPhone()
Allows to adds a sort instruction for Contact depending the feature doNotPhone Note: The order in which orderBy… instructions are given is relevant!


doNotPostalMail

OptionalFeaturePredicate doNotPostalMail()
Adds a constraint to the predicate for Contact testing whether the value of the feature doNotPostalMail is null or not.


thereExistsDoNotPostalMail

BooleanTypePredicate thereExistsDoNotPostalMail()
Adds a constraint for the feature doNotPostalMail to the predicate. The predicate for Contact evaluates true if its value of feature doNotPostalMail satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllDoNotPostalMail

BooleanTypePredicate forAllDoNotPostalMail()
Adds a constraint for the feature doNotPostalMail to the predicate. The predicate for Contact evaluates true if its value of feature doNotPostalMail satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


orderByDoNotPostalMail

SimpleTypeOrder orderByDoNotPostalMail()
Allows to adds a sort instruction for Contact depending the feature doNotPostalMail Note: The order in which orderBy… instructions are given is relevant!


education

ComparableTypePredicate<Short> education()

orderByEducation

SimpleTypeOrder orderByEducation()
Allows to adds a sort instruction for Contact depending the feature education Note: The order in which orderBy… instructions are given is relevant!


familyStatus

ComparableTypePredicate<Short> familyStatus()

orderByFamilyStatus

SimpleTypeOrder orderByFamilyStatus()
Allows to adds a sort instruction for Contact depending the feature familyStatus Note: The order in which orderBy… instructions are given is relevant!


firstName

OptionalFeaturePredicate firstName()
Adds a constraint to the predicate for Contact testing whether the value of the feature firstName is null or not.


thereExistsFirstName

StringTypePredicate thereExistsFirstName()
Adds a constraint for the feature firstName to the predicate. The predicate for Contact evaluates true if its value of feature firstName satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllFirstName

StringTypePredicate forAllFirstName()
Adds a constraint for the feature firstName to the predicate. The predicate for Contact evaluates true if its value of feature firstName satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


orderByFirstName

SimpleTypeOrder orderByFirstName()
Allows to adds a sort instruction for Contact depending the feature firstName Note: The order in which orderBy… instructions are given is relevant!


gender

ComparableTypePredicate<Short> gender()

orderByGender

SimpleTypeOrder orderByGender()
Allows to adds a sort instruction for Contact depending the feature gender Note: The order in which orderBy… instructions are given is relevant!


governmentId

OptionalFeaturePredicate governmentId()
Adds a constraint to the predicate for Contact testing whether the value of the feature governmentId is null or not.


thereExistsGovernmentId

StringTypePredicate thereExistsGovernmentId()
Adds a constraint for the feature governmentId to the predicate. The predicate for Contact evaluates true if its value of feature governmentId satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllGovernmentId

StringTypePredicate forAllGovernmentId()
Adds a constraint for the feature governmentId to the predicate. The predicate for Contact evaluates true if its value of feature governmentId satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


orderByGovernmentId

SimpleTypeOrder orderByGovernmentId()
Allows to adds a sort instruction for Contact depending the feature governmentId Note: The order in which orderBy… instructions are given is relevant!


jobRole

OptionalFeaturePredicate jobRole()
Adds a constraint to the predicate for Contact testing whether the value of the feature jobRole is null or not.


thereExistsJobRole

StringTypePredicate thereExistsJobRole()
Adds a constraint for the feature jobRole to the predicate. The predicate for Contact evaluates true if its value of feature jobRole satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllJobRole

StringTypePredicate forAllJobRole()
Adds a constraint for the feature jobRole to the predicate. The predicate for Contact evaluates true if its value of feature jobRole satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


orderByJobRole

SimpleTypeOrder orderByJobRole()
Allows to adds a sort instruction for Contact depending the feature jobRole Note: The order in which orderBy… instructions are given is relevant!


jobTitle

OptionalFeaturePredicate jobTitle()
Adds a constraint to the predicate for Contact testing whether the value of the feature jobTitle is null or not.


thereExistsJobTitle

StringTypePredicate thereExistsJobTitle()
Adds a constraint for the feature jobTitle to the predicate. The predicate for Contact evaluates true if its value of feature jobTitle satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllJobTitle

StringTypePredicate forAllJobTitle()
Adds a constraint for the feature jobTitle to the predicate. The predicate for Contact evaluates true if its value of feature jobTitle satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


orderByJobTitle

SimpleTypeOrder orderByJobTitle()
Allows to adds a sort instruction for Contact depending the feature jobTitle Note: The order in which orderBy… instructions are given is relevant!


lastName

OptionalFeaturePredicate lastName()
Adds a constraint to the predicate for Contact testing whether the value of the feature lastName is null or not.


thereExistsLastName

StringTypePredicate thereExistsLastName()
Adds a constraint for the feature lastName to the predicate. The predicate for Contact evaluates true if its value of feature lastName satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllLastName

StringTypePredicate forAllLastName()
Adds a constraint for the feature lastName to the predicate. The predicate for Contact evaluates true if its value of feature lastName satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


orderByLastName

SimpleTypeOrder orderByLastName()
Allows to adds a sort instruction for Contact depending the feature lastName Note: The order in which orderBy… instructions are given is relevant!


middleName

OptionalFeaturePredicate middleName()
Adds a constraint to the predicate for Contact testing whether the value of the feature middleName is null or not.


thereExistsMiddleName

StringTypePredicate thereExistsMiddleName()
Adds a constraint for the feature middleName to the predicate. The predicate for Contact evaluates true if its value of feature middleName satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllMiddleName

StringTypePredicate forAllMiddleName()
Adds a constraint for the feature middleName to the predicate. The predicate for Contact evaluates true if its value of feature middleName satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


orderByMiddleName

SimpleTypeOrder orderByMiddleName()
Allows to adds a sort instruction for Contact depending the feature middleName Note: The order in which orderBy… instructions are given is relevant!


nickName

OptionalFeaturePredicate nickName()
Adds a constraint to the predicate for Contact testing whether the value of the feature nickName is null or not.


thereExistsNickName

StringTypePredicate thereExistsNickName()
Adds a constraint for the feature nickName to the predicate. The predicate for Contact evaluates true if its value of feature nickName satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllNickName

StringTypePredicate forAllNickName()
Adds a constraint for the feature nickName to the predicate. The predicate for Contact evaluates true if its value of feature nickName satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


orderByNickName

SimpleTypeOrder orderByNickName()
Allows to adds a sort instruction for Contact depending the feature nickName Note: The order in which orderBy… instructions are given is relevant!


numberOfChildren

OptionalFeaturePredicate numberOfChildren()
Adds a constraint to the predicate for Contact testing whether the value of the feature numberOfChildren is null or not.


thereExistsNumberOfChildren

ComparableTypePredicate<Short> thereExistsNumberOfChildren()
Adds a constraint for the feature numberOfChildren to the predicate. The predicate for Contact evaluates true if its value of feature numberOfChildren satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllNumberOfChildren

ComparableTypePredicate<Short> forAllNumberOfChildren()
Adds a constraint for the feature numberOfChildren to the predicate. The predicate for Contact evaluates true if its value of feature numberOfChildren satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


orderByNumberOfChildren

SimpleTypeOrder orderByNumberOfChildren()
Allows to adds a sort instruction for Contact depending the feature numberOfChildren Note: The order in which orderBy… instructions are given is relevant!


organization

OptionalFeaturePredicate organization()
Adds a constraint to the predicate for Contact testing whether the value of the feature organization is null or not.


thereExistsOrganization

StringTypePredicate thereExistsOrganization()
Adds a constraint for the feature organization to the predicate. The predicate for Contact evaluates true if its value of feature organization satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllOrganization

StringTypePredicate forAllOrganization()
Adds a constraint for the feature organization to the predicate. The predicate for Contact evaluates true if its value of feature organization satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


orderByOrganization

SimpleTypeOrder orderByOrganization()
Allows to adds a sort instruction for Contact depending the feature organization Note: The order in which orderBy… instructions are given is relevant!


ouMembership

MultivaluedFeaturePredicate ouMembership()
Adds a constraint to the predicate for Contact testing whether the feature ouMembership has values or not.


thereExistsOuMembership

OrganizationalUnitQuery thereExistsOuMembership()
Adds a constraint for the feature ouMembership to the predicate. The predicate for Contact evaluates true if its value of feature ouMembership satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllOuMembership

OrganizationalUnitQuery forAllOuMembership()
Adds a constraint for the feature ouMembership to the predicate. The predicate for Contact evaluates true if its value of feature ouMembership satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


preferredContactMethod

ComparableTypePredicate<Short> preferredContactMethod()

orderByPreferredContactMethod

SimpleTypeOrder orderByPreferredContactMethod()
Allows to adds a sort instruction for Contact depending the feature preferredContactMethod Note: The order in which orderBy… instructions are given is relevant!


preferredSpokenLanguage

ComparableTypePredicate<Short> preferredSpokenLanguage()

orderByPreferredSpokenLanguage

SimpleTypeOrder orderByPreferredSpokenLanguage()
Allows to adds a sort instruction for Contact depending the feature preferredSpokenLanguage Note: The order in which orderBy… instructions are given is relevant!


preferredWrittenLanguage

ComparableTypePredicate<Short> preferredWrittenLanguage()

orderByPreferredWrittenLanguage

SimpleTypeOrder orderByPreferredWrittenLanguage()
Allows to adds a sort instruction for Contact depending the feature preferredWrittenLanguage Note: The order in which orderBy… instructions are given is relevant!


reportsTo

OptionalFeaturePredicate reportsTo()
Adds a constraint to the predicate for Contact testing whether the value of the feature reportsTo is null or not.


thereExistsReportsTo

ContactQuery thereExistsReportsTo()
Adds a constraint for the feature reportsTo to the predicate. The predicate for Contact evaluates true if its value of feature reportsTo satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllReportsTo

ContactQuery forAllReportsTo()
Adds a constraint for the feature reportsTo to the predicate. The predicate for Contact evaluates true if its value of feature reportsTo satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


salutation

OptionalFeaturePredicate salutation()
Adds a constraint to the predicate for Contact testing whether the value of the feature salutation is null or not.


thereExistsSalutation

StringTypePredicate thereExistsSalutation()
Adds a constraint for the feature salutation to the predicate. The predicate for Contact evaluates true if its value of feature salutation satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllSalutation

StringTypePredicate forAllSalutation()
Adds a constraint for the feature salutation to the predicate. The predicate for Contact evaluates true if its value of feature salutation satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


orderBySalutation

SimpleTypeOrder orderBySalutation()
Allows to adds a sort instruction for Contact depending the feature salutation Note: The order in which orderBy… instructions are given is relevant!


salutationCode

ComparableTypePredicate<Short> salutationCode()

orderBySalutationCode

SimpleTypeOrder orderBySalutationCode()
Allows to adds a sort instruction for Contact depending the feature salutationCode Note: The order in which orderBy… instructions are given is relevant!


suffix

OptionalFeaturePredicate suffix()
Adds a constraint to the predicate for Contact testing whether the value of the feature suffix is null or not.


thereExistsSuffix

StringTypePredicate thereExistsSuffix()
Adds a constraint for the feature suffix to the predicate. The predicate for Contact evaluates true if its value of feature suffix satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllSuffix

StringTypePredicate forAllSuffix()
Adds a constraint for the feature suffix to the predicate. The predicate for Contact evaluates true if its value of feature suffix satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


orderBySuffix

SimpleTypeOrder orderBySuffix()
Allows to adds a sort instruction for Contact depending the feature suffix Note: The order in which orderBy… instructions are given is relevant!



This software is published under the BSD license. Copyright © 2003-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.