|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CustomerTQuery
| Method Summary | |
|---|---|
MultivaluedFeaturePredicate |
accountCategory()
Adds a constraint to the predicate for CustomerT testing whether the feature accountCategory has values or not. |
OptionalFeaturePredicate |
accountRating()
Adds a constraint to the predicate for CustomerT testing whether the value of the feature accountRating is null or not. |
OptionalFeaturePredicate |
contact()
Adds a constraint to the predicate for CustomerT testing whether the value of the feature contact is null or not. |
MultivaluedFeaturePredicate |
customerContract()
Adds a constraint to the predicate for CustomerT testing whether the feature customerContract has values or not. |
StringTypePredicate |
customerNumber()
|
CustomerStatusTQuery |
customerStatus()
|
MultivaluedFeaturePredicate |
externalId()
Adds a constraint to the predicate for CustomerT testing whether the feature externalId has values or not. |
ComparableTypePredicate<Integer> |
forAllAccountCategory()
Adds a condition for the feature accountCategory to the predicate for CustomerT, which evaluates to false unless the values of the feature accountCategory satisfy the given condition. |
ComparableTypePredicate<Integer> |
forAllAccountRating()
Adds a condition for the feature accountRating to the predicate for CustomerT, which evaluates to false unless the value of the feature accountRating satisfies the given condition. |
ContactTQuery |
forAllContact()
Adds a condition for the feature contact to the predicate for CustomerT, which evaluates to false unless the value of the feature contact satisfies the given condition. |
CustomerContractTQuery |
forAllCustomerContract()
Adds a condition for the feature customerContract to the predicate for CustomerT, which evaluates to false unless the values of the feature customerContract satisfy the given condition. |
StringTypePredicate |
forAllExternalId()
Adds a condition for the feature externalId to the predicate for CustomerT, which evaluates to false unless the values of the feature externalId satisfy the given condition. |
StringPropertyTQuery |
forAllGenericData()
Adds a condition for the feature genericData to the predicate for CustomerT, which evaluates to false unless the values of the feature genericData satisfy the given condition. |
LegalEntityTQuery |
forAllLegalEntity()
Adds a condition for the feature legalEntity to the predicate for CustomerT, which evaluates to false unless the value of the feature legalEntity satisfies the given condition. |
MultivaluedFeaturePredicate |
genericData()
Adds a constraint to the predicate for CustomerT testing whether the feature genericData has values or not. |
OptionalFeaturePredicate |
legalEntity()
Adds a constraint to the predicate for CustomerT testing whether the value of the feature legalEntity is null or not. |
MultivaluedTypeOrder |
orderByAccountCategory()
Allows to adds a sort instruction for CustomerT depending the feature accountCategory
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByAccountRating()
Allows to adds a sort instruction for CustomerT depending the feature accountRating
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByCustomerNumber()
Allows to adds a sort instruction for CustomerT depending the feature customerNumber
Note: The order in which orderBy… instructions are given is relevant! |
MultivaluedTypeOrder |
orderByExternalId()
Allows to adds a sort instruction for CustomerT depending the feature externalId
Note: The order in which orderBy… instructions are given is relevant! |
ComparableTypePredicate<Integer> |
thereExistsAccountCategory()
Adds a condition for the feature accountCategory to the predicate for CustomerT, which evaluates to false unless the values of the feature accountCategory satisfy the given condition. |
ComparableTypePredicate<Integer> |
thereExistsAccountRating()
Adds a condition for the feature accountRating to the predicate for CustomerT, which evaluates to false unless the value of the feature accountRating satisfies the given condition. |
ContactTQuery |
thereExistsContact()
Adds a condition for the feature contact to the predicate for CustomerT, which evaluates to false unless the value of the feature contact satisfies the given condition. |
CustomerContractTQuery |
thereExistsCustomerContract()
Adds a condition for the feature customerContract to the predicate for CustomerT, which evaluates to false unless the values of the feature customerContract satisfy the given condition. |
StringTypePredicate |
thereExistsExternalId()
Adds a condition for the feature externalId to the predicate for CustomerT, which evaluates to false unless the values of the feature externalId satisfy the given condition. |
StringPropertyTQuery |
thereExistsGenericData()
Adds a condition for the feature genericData to the predicate for CustomerT, which evaluates to false unless the values of the feature genericData satisfy the given condition. |
LegalEntityTQuery |
thereExistsLegalEntity()
Adds a condition for the feature legalEntity to the predicate for CustomerT, which evaluates to false unless the value of the feature legalEntity satisfies the given condition. |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
MultivaluedFeaturePredicate accountCategory()
CustomerT testing whether the feature accountCategory has values or not.
ComparableTypePredicate<Integer> thereExistsAccountCategory()
accountCategory to the predicate for CustomerT, which evaluates to false unless the values of the feature accountCategory satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied
ComparableTypePredicate<Integer> forAllAccountCategory()
accountCategory to the predicate for CustomerT, which evaluates to false unless the values of the feature accountCategory satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied
MultivaluedTypeOrder orderByAccountCategory()
CustomerT depending the feature accountCategory
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate accountRating()
CustomerT testing whether the value of the feature accountRating is null or not.
ComparableTypePredicate<Integer> thereExistsAccountRating()
accountRating to the predicate for CustomerT, which evaluates to false unless the value of the feature accountRating satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
ComparableTypePredicate<Integer> forAllAccountRating()
accountRating to the predicate for CustomerT, which evaluates to false unless the value of the feature accountRating satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByAccountRating()
CustomerT depending the feature accountRating
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate contact()
CustomerT testing whether the value of the feature contact is null or not.
ContactTQuery thereExistsContact()
contact to the predicate for CustomerT, which evaluates to false unless the value of the feature contact satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
ContactTQuery forAllContact()
contact to the predicate for CustomerT, which evaluates to false unless the value of the feature contact satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
MultivaluedFeaturePredicate customerContract()
CustomerT testing whether the feature customerContract has values or not.
CustomerContractTQuery thereExistsCustomerContract()
customerContract to the predicate for CustomerT, which evaluates to false unless the values of the feature customerContract satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied
CustomerContractTQuery forAllCustomerContract()
customerContract to the predicate for CustomerT, which evaluates to false unless the values of the feature customerContract satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied
StringTypePredicate customerNumber()
SimpleTypeOrder orderByCustomerNumber()
CustomerT depending the feature customerNumber
Note: The order in which orderBy… instructions are given is relevant!
CustomerStatusTQuery customerStatus()
MultivaluedFeaturePredicate externalId()
CustomerT testing whether the feature externalId has values or not.
StringTypePredicate thereExistsExternalId()
externalId to the predicate for CustomerT, which evaluates to false unless the values of the feature externalId satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied
StringTypePredicate forAllExternalId()
externalId to the predicate for CustomerT, which evaluates to false unless the values of the feature externalId satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied
MultivaluedTypeOrder orderByExternalId()
CustomerT depending the feature externalId
Note: The order in which orderBy… instructions are given is relevant!
MultivaluedFeaturePredicate genericData()
CustomerT testing whether the feature genericData has values or not.
StringPropertyTQuery thereExistsGenericData()
genericData to the predicate for CustomerT, which evaluates to false unless the values of the feature genericData satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied
StringPropertyTQuery forAllGenericData()
genericData to the predicate for CustomerT, which evaluates to false unless the values of the feature genericData satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied
OptionalFeaturePredicate legalEntity()
CustomerT testing whether the value of the feature legalEntity is null or not.
LegalEntityTQuery thereExistsLegalEntity()
legalEntity to the predicate for CustomerT, which evaluates to false unless the value of the feature legalEntity satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
LegalEntityTQuery forAllLegalEntity()
legalEntity to the predicate for CustomerT, which evaluates to false unless the value of the feature legalEntity satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||