org.opencrx.application.shop1.cci2
Interface CustomerTQuery

All Superinterfaces:
AnyTypePredicate

public interface CustomerTQuery
extends AnyTypePredicate


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

accountCategory

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


thereExistsAccountCategory

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.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied


forAllAccountCategory

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.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied


orderByAccountCategory

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!


accountRating

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


thereExistsAccountRating

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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllAccountRating

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied


orderByAccountRating

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!


contact

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


thereExistsContact

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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllContact

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied


customerContract

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


thereExistsCustomerContract

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.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied


forAllCustomerContract

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.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied


customerNumber

StringTypePredicate customerNumber()

orderByCustomerNumber

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!


customerStatus

CustomerStatusTQuery customerStatus()

externalId

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


thereExistsExternalId

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.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied


forAllExternalId

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.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied


orderByExternalId

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!


genericData

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


thereExistsGenericData

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.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied


forAllGenericData

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.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied


legalEntity

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


thereExistsLegalEntity

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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllLegalEntity

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied



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