org.opencrx.application.shop1.cci2
Interface GetSalesOrderPositionsParamsQuery

All Superinterfaces:
AnyTypePredicate

public interface GetSalesOrderPositionsParamsQuery
extends AnyTypePredicate


Method Summary
 StringTypePredicate customerNumber()
           
 ComparableTypePredicate<Integer> forAllSalesOrderStatusThreshold()
          Adds a condition for the feature salesOrderStatusThreshold to the predicate for GetSalesOrderPositionsParams, which evaluates to false unless the value of the feature salesOrderStatusThreshold satisfies the given condition.
 SimpleTypeOrder orderByCustomerNumber()
          Allows to adds a sort instruction for GetSalesOrderPositionsParams depending the feature customerNumber Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderBySalesOrderStatusThreshold()
          Allows to adds a sort instruction for GetSalesOrderPositionsParams depending the feature salesOrderStatusThreshold Note: The order in which orderBy… instructions are given is relevant!
 OptionalFeaturePredicate salesOrderStatusThreshold()
          Adds a constraint to the predicate for GetSalesOrderPositionsParams testing whether the value of the feature salesOrderStatusThreshold is null or not.
 ComparableTypePredicate<Integer> thereExistsSalesOrderStatusThreshold()
          Adds a condition for the feature salesOrderStatusThreshold to the predicate for GetSalesOrderPositionsParams, which evaluates to false unless the value of the feature salesOrderStatusThreshold 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 GetSalesOrderPositionsParams depending the feature customerNumber Note: The order in which orderBy… instructions are given is relevant!


salesOrderStatusThreshold

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


thereExistsSalesOrderStatusThreshold

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

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


forAllSalesOrderStatusThreshold

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

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


orderBySalesOrderStatusThreshold

SimpleTypeOrder orderBySalesOrderStatusThreshold()
Allows to adds a sort instruction for GetSalesOrderPositionsParams depending the feature salesOrderStatusThreshold 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.