org.opencrx.application.shop1.cci2
Interface CreateInvoiceFromInvoiceParamsQuery

All Superinterfaces:
AnyTypePredicate

public interface CreateInvoiceFromInvoiceParamsQuery
extends AnyTypePredicate


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

Method Detail

expiresOn

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


thereExistsExpiresOn

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

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


forAllExpiresOn

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

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


orderByExpiresOn

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


invoiceNumber

StringTypePredicate invoiceNumber()

orderByInvoiceNumber

SimpleTypeOrder orderByInvoiceNumber()
Allows to adds a sort instruction for CreateInvoiceFromInvoiceParams 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.