|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AccountQuery
| 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.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 |
|---|
MultivaluedFeaturePredicate contact()
Account testing
whether the feature contact has values or not.
ContactQuery thereExistsContact()
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!
ContactQuery forAllContact()
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!
OptionalFeaturePredicate master()
Account testing
whether the value of the feature master is
null or not.
AccountQuery thereExistsMaster()
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!
AccountQuery forAllMaster()
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!
MultivaluedFeaturePredicate partner()
Account testing
whether the feature partner has values or not.
AccountQuery thereExistsPartner()
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!
AccountQuery forAllPartner()
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!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||