org.opencrx.application.shop1.cci2
Interface CancelInvoiceParamsQuery

All Superinterfaces:
AnyTypePredicate

public interface CancelInvoiceParamsQuery
extends AnyTypePredicate


Method Summary
 OptionalFeaturePredicate cancelOn()
          Adds a constraint to the predicate for CancelInvoiceParams testing whether the value of the feature cancelOn is null or not.
 ComparableTypePredicate<Date> forAllCancelOn()
          Adds a condition for the feature cancelOn to the predicate for CancelInvoiceParams, which evaluates to false unless the value of the feature cancelOn satisfies the given condition.
 StringTypePredicate invoiceNumber()
           
 SimpleTypeOrder orderByCancelOn()
          Allows to adds a sort instruction for CancelInvoiceParams depending the feature cancelOn Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByInvoiceNumber()
          Allows to adds a sort instruction for CancelInvoiceParams depending the feature invoiceNumber Note: The order in which orderBy… instructions are given is relevant!
 ComparableTypePredicate<Date> thereExistsCancelOn()
          Adds a condition for the feature cancelOn to the predicate for CancelInvoiceParams, which evaluates to false unless the value of the feature cancelOn satisfies the given condition.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

cancelOn

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


thereExistsCancelOn

ComparableTypePredicate<Date> thereExistsCancelOn()
Adds a condition for the feature cancelOn to the predicate for CancelInvoiceParams, which evaluates to false unless the value of the feature cancelOn satisfies the given condition.

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


forAllCancelOn

ComparableTypePredicate<Date> forAllCancelOn()
Adds a condition for the feature cancelOn to the predicate for CancelInvoiceParams, which evaluates to false unless the value of the feature cancelOn satisfies the given condition.

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


orderByCancelOn

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


invoiceNumber

StringTypePredicate invoiceNumber()

orderByInvoiceNumber

SimpleTypeOrder orderByInvoiceNumber()
Allows to adds a sort instruction for CancelInvoiceParams depending the feature invoiceNumber 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.