org.opencrx.application.shop1.cci2
Interface GetCustomersByQueryResultQuery

All Superinterfaces:
AnyTypePredicate

public interface GetCustomersByQueryResultQuery
extends AnyTypePredicate


Method Summary
 MultivaluedFeaturePredicate customerNumber()
          Adds a constraint to the predicate for GetCustomersByQueryResult testing whether the feature customerNumber has values or not.
 StringTypePredicate forAllCustomerNumber()
          Adds a condition for the feature customerNumber to the predicate for GetCustomersByQueryResult, which evaluates to false unless the values of the feature customerNumber satisfy the given condition.
 MultivaluedTypeOrder orderByCustomerNumber()
          Allows to adds a sort instruction for GetCustomersByQueryResult depending the feature customerNumber Note: The order in which orderBy… instructions are given is relevant!
 ReturnStatusTQuery status()
           
 StringTypePredicate thereExistsCustomerNumber()
          Adds a condition for the feature customerNumber to the predicate for GetCustomersByQueryResult, which evaluates to false unless the values of the feature customerNumber satisfy the given condition.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

customerNumber

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


thereExistsCustomerNumber

StringTypePredicate thereExistsCustomerNumber()
Adds a condition for the feature customerNumber to the predicate for GetCustomersByQueryResult, which evaluates to false unless the values of the feature customerNumber 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


forAllCustomerNumber

StringTypePredicate forAllCustomerNumber()
Adds a condition for the feature customerNumber to the predicate for GetCustomersByQueryResult, which evaluates to false unless the values of the feature customerNumber 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


orderByCustomerNumber

MultivaluedTypeOrder orderByCustomerNumber()
Allows to adds a sort instruction for GetCustomersByQueryResult depending the feature customerNumber Note: The order in which orderBy… instructions are given is relevant!


status

ReturnStatusTQuery status()


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