org.opencrx.application.shop1.cci2
Interface CreateSalesOrderParamsQuery

All Superinterfaces:
AnyTypePredicate

public interface CreateSalesOrderParamsQuery
extends AnyTypePredicate


Method Summary
 OptionalFeaturePredicate customerContractNumber()
          Adds a constraint to the predicate for CreateSalesOrderParams testing whether the value of the feature customerContractNumber is null or not.
 StringTypePredicate forAllCustomerContractNumber()
          Adds a condition for the feature customerContractNumber to the predicate for CreateSalesOrderParams, which evaluates to false unless the value of the feature customerContractNumber satisfies the given condition.
 SimpleTypeOrder orderByCustomerContractNumber()
          Allows to adds a sort instruction for CreateSalesOrderParams depending the feature customerContractNumber Note: The order in which orderBy… instructions are given is relevant!
 SalesOrderTQuery salesOrder()
           
 StringTypePredicate thereExistsCustomerContractNumber()
          Adds a condition for the feature customerContractNumber to the predicate for CreateSalesOrderParams, which evaluates to false unless the value of the feature customerContractNumber satisfies the given condition.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

customerContractNumber

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


thereExistsCustomerContractNumber

StringTypePredicate thereExistsCustomerContractNumber()
Adds a condition for the feature customerContractNumber to the predicate for CreateSalesOrderParams, which evaluates to false unless the value of the feature customerContractNumber satisfies the given condition.

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


forAllCustomerContractNumber

StringTypePredicate forAllCustomerContractNumber()
Adds a condition for the feature customerContractNumber to the predicate for CreateSalesOrderParams, which evaluates to false unless the value of the feature customerContractNumber satisfies the given condition.

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


orderByCustomerContractNumber

SimpleTypeOrder orderByCustomerContractNumber()
Allows to adds a sort instruction for CreateSalesOrderParams depending the feature customerContractNumber Note: The order in which orderBy… instructions are given is relevant!


salesOrder

SalesOrderTQuery salesOrder()


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