|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContactRelationshipQuery
| Method Summary | |
|---|---|
OptionalFeaturePredicate |
complimentaryClose()
Adds a constraint to the predicate for ContactRelationship
testing whether the value of the feature
complimentaryClose is null or not. |
StringTypePredicate |
forAllComplimentaryClose()
Adds a condition for the feature complimentaryClose to the
predicate for ContactRelationship, which evaluates to
false unless the value of the feature
complimentaryClose satisfies the given condition. |
StringTypePredicate |
forAllSalutation()
Adds a condition for the feature salutation to the
predicate for ContactRelationship, which evaluates to
false unless the value of the feature
salutation satisfies the given condition. |
SimpleTypeOrder |
orderByComplimentaryClose()
Allows to adds a sort instruction for ContactRelationship
depending the feature complimentaryClose
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderBySalutation()
Allows to adds a sort instruction for ContactRelationship
depending the feature salutation
Note: The order in which orderBy…
instructions are given is relevant! |
OptionalFeaturePredicate |
salutation()
Adds a constraint to the predicate for ContactRelationship
testing whether the value of the feature salutation is
null or not. |
StringTypePredicate |
thereExistsComplimentaryClose()
Adds a condition for the feature complimentaryClose to the
predicate for ContactRelationship, which evaluates to
false unless the value of the feature
complimentaryClose satisfies the given condition. |
StringTypePredicate |
thereExistsSalutation()
Adds a condition for the feature salutation to the
predicate for ContactRelationship, which evaluates to
false unless the value of the feature
salutation satisfies the given condition. |
ContactQuery |
toContact()
|
| 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 |
|---|
OptionalFeaturePredicate complimentaryClose()
ContactRelationship
testing whether the value of the feature
complimentaryClose is null or not.
StringTypePredicate thereExistsComplimentaryClose()
complimentaryClose to the
predicate for ContactRelationship, which evaluates to
false unless the value of the feature
complimentaryClose satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
StringTypePredicate forAllComplimentaryClose()
complimentaryClose to the
predicate for ContactRelationship, which evaluates to
false unless the value of the feature
complimentaryClose satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
SimpleTypeOrder orderByComplimentaryClose()
ContactRelationship
depending the feature complimentaryClose
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate salutation()
ContactRelationship
testing whether the value of the feature salutation is
null or not.
StringTypePredicate thereExistsSalutation()
salutation to the
predicate for ContactRelationship, which evaluates to
false unless the value of the feature
salutation satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
StringTypePredicate forAllSalutation()
salutation to the
predicate for ContactRelationship, which evaluates to
false unless the value of the feature
salutation satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
SimpleTypeOrder orderBySalutation()
ContactRelationship
depending the feature salutation
Note: The order in which orderBy…
instructions are given is relevant!
ContactQuery toContact()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||