org.opencrx.application.shop1.cci2
Interface CreateInvoiceParamsQuery

All Superinterfaces:
AnyTypePredicate

public interface CreateInvoiceParamsQuery
extends AnyTypePredicate


Method Summary
 OptionalFeaturePredicate customerContractNumber()
          Adds a constraint to the predicate for CreateInvoiceParams 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 CreateInvoiceParams, which evaluates to false unless the value of the feature customerContractNumber satisfies the given condition.
 BooleanTypePredicate forAllNoPricing()
          Adds a condition for the feature noPricing to the predicate for CreateInvoiceParams, which evaluates to false unless the value of the feature noPricing satisfies the given condition.
 InvoiceTQuery invoice()
           
 OptionalFeaturePredicate noPricing()
          Adds a constraint to the predicate for CreateInvoiceParams testing whether the value of the feature noPricing is null or not.
 SimpleTypeOrder orderByCustomerContractNumber()
          Allows to adds a sort instruction for CreateInvoiceParams depending the feature customerContractNumber Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByNoPricing()
          Allows to adds a sort instruction for CreateInvoiceParams depending the feature noPricing Note: The order in which orderBy… instructions are given is relevant!
 StringTypePredicate thereExistsCustomerContractNumber()
          Adds a condition for the feature customerContractNumber to the predicate for CreateInvoiceParams, which evaluates to false unless the value of the feature customerContractNumber satisfies the given condition.
 BooleanTypePredicate thereExistsNoPricing()
          Adds a condition for the feature noPricing to the predicate for CreateInvoiceParams, which evaluates to false unless the value of the feature noPricing 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 CreateInvoiceParams 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 CreateInvoiceParams, 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 CreateInvoiceParams, 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 CreateInvoiceParams depending the feature customerContractNumber Note: The order in which orderBy… instructions are given is relevant!


invoice

InvoiceTQuery invoice()

noPricing

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


thereExistsNoPricing

BooleanTypePredicate thereExistsNoPricing()
Adds a condition for the feature noPricing to the predicate for CreateInvoiceParams, which evaluates to false unless the value of the feature noPricing satisfies the given condition.

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


forAllNoPricing

BooleanTypePredicate forAllNoPricing()
Adds a condition for the feature noPricing to the predicate for CreateInvoiceParams, which evaluates to false unless the value of the feature noPricing satisfies the given condition.

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


orderByNoPricing

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



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