org.opencrx.application.shop1.cci2
Interface InvoiceTQuery

All Superinterfaces:
AnyTypePredicate

public interface InvoiceTQuery
extends AnyTypePredicate


Method Summary
 ContractTQuery contract()
           
 ComparableTypePredicate<Date> forAllPaymentDate()
          Adds a condition for the feature paymentDate to the predicate for InvoiceT, which evaluates to false unless the value of the feature paymentDate satisfies the given condition.
 BooleanTypePredicate isVoucher()
           
 SimpleTypeOrder orderByIsVoucher()
          Allows to adds a sort instruction for InvoiceT depending the feature isVoucher Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByPaymentDate()
          Allows to adds a sort instruction for InvoiceT depending the feature paymentDate Note: The order in which orderBy… instructions are given is relevant!
 OptionalFeaturePredicate paymentDate()
          Adds a constraint to the predicate for InvoiceT testing whether the value of the feature paymentDate is null or not.
 ComparableTypePredicate<Date> thereExistsPaymentDate()
          Adds a condition for the feature paymentDate to the predicate for InvoiceT, which evaluates to false unless the value of the feature paymentDate satisfies the given condition.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

contract

ContractTQuery contract()

isVoucher

BooleanTypePredicate isVoucher()

orderByIsVoucher

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


paymentDate

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


thereExistsPaymentDate

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

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


forAllPaymentDate

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

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


orderByPaymentDate

SimpleTypeOrder orderByPaymentDate()
Allows to adds a sort instruction for InvoiceT depending the feature paymentDate 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.