org.opencrx.kernel.account1.cci2
Interface AccountQuery

All Superinterfaces:
AbstractAccountQuery, AlertSenderQuery, AnyTypePredicate, AuditeeQuery, org.openmdx.base.cci2.BasicObjectQuery, CloneableQuery, org.openmdx.base.cci2.ContextCapableQuery, CrxObjectQuery, org.openmdx.base.cci2.ExtentCapableQuery, GenericAccountQuery, ImporterQuery, IndexedQuery, SecureObjectQuery, SubscriptionTargetQuery, org.openmdx.compatibility.view1.cci2.ViewCapableQuery, XmlExporterQuery
All Known Subinterfaces:
AbstractGroupQuery, ContactQuery, GroupQuery, LegalEntityQuery, UnspecifiedAccountQuery

public interface AccountQuery
extends AbstractAccountQuery, CrxObjectQuery, GenericAccountQuery


Method Summary
 MultivaluedFeaturePredicate contact()
          Adds a constraint to the predicate for Account testing whether the feature contact has values or not.
 ContactQuery forAllContact()
          Adds a constraint for the feature contact to the predicate.
 AccountQuery forAllMaster()
          Adds a constraint for the feature master to the predicate.
 AccountQuery forAllPartner()
          Adds a constraint for the feature partner to the predicate.
 OptionalFeaturePredicate master()
          Adds a constraint to the predicate for Account testing whether the value of the feature master is null or not.
 MultivaluedFeaturePredicate partner()
          Adds a constraint to the predicate for Account testing whether the feature partner has values or not.
 ContactQuery thereExistsContact()
          Adds a constraint for the feature contact to the predicate.
 AccountQuery thereExistsMaster()
          Adds a constraint for the feature master to the predicate.
 AccountQuery thereExistsPartner()
          Adds a constraint for the feature partner to the predicate.
 
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
 

Method Detail

contact

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


thereExistsContact

ContactQuery thereExistsContact()
Adds a constraint for the feature contact to the predicate. The predicate for Account evaluates true if its value of feature contact 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!


forAllContact

ContactQuery forAllContact()
Adds a constraint for the feature contact to the predicate. The predicate for Account evaluates true if its value of feature contact 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!


master

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


thereExistsMaster

AccountQuery thereExistsMaster()
Adds a constraint for the feature master to the predicate. The predicate for Account evaluates true if its value of feature master 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!


forAllMaster

AccountQuery forAllMaster()
Adds a constraint for the feature master to the predicate. The predicate for Account evaluates true if its value of feature master 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!


partner

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


thereExistsPartner

AccountQuery thereExistsPartner()
Adds a constraint for the feature partner to the predicate. The predicate for Account evaluates true if its value of feature partner 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!


forAllPartner

AccountQuery forAllPartner()
Adds a constraint for the feature partner to the predicate. The predicate for Account evaluates true if its value of feature partner 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!



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