org.opencrx.application.shop1.cci2
Interface GetInvoicePositionsParamsQuery

All Superinterfaces:
AnyTypePredicate

public interface GetInvoicePositionsParamsQuery
extends AnyTypePredicate


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

Method Detail

customerNumber

StringTypePredicate customerNumber()

orderByCustomerNumber

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


invoiceStatusThreshold

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


thereExistsInvoiceStatusThreshold

ComparableTypePredicate<Integer> thereExistsInvoiceStatusThreshold()
Adds a condition for the feature invoiceStatusThreshold to the predicate for GetInvoicePositionsParams, which evaluates to false unless the value of the feature invoiceStatusThreshold satisfies the given condition.

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


forAllInvoiceStatusThreshold

ComparableTypePredicate<Integer> forAllInvoiceStatusThreshold()
Adds a condition for the feature invoiceStatusThreshold to the predicate for GetInvoicePositionsParams, which evaluates to false unless the value of the feature invoiceStatusThreshold satisfies the given condition.

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


orderByInvoiceStatusThreshold

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



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