org.opencrx.application.shop1.cci2
Interface CancelSalesOrderParamsQuery

All Superinterfaces:
AnyTypePredicate

public interface CancelSalesOrderParamsQuery
extends AnyTypePredicate


Method Summary
 OptionalFeaturePredicate cancelOn()
          Adds a constraint to the predicate for CancelSalesOrderParams 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 CancelSalesOrderParams, which evaluates to false unless the value of the feature cancelOn satisfies the given condition.
 SimpleTypeOrder orderByCancelOn()
          Allows to adds a sort instruction for CancelSalesOrderParams depending the feature cancelOn Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderBySalesOrderNumber()
          Allows to adds a sort instruction for CancelSalesOrderParams depending the feature salesOrderNumber Note: The order in which orderBy… instructions are given is relevant!
 StringTypePredicate salesOrderNumber()
           
 ComparableTypePredicate<Date> thereExistsCancelOn()
          Adds a condition for the feature cancelOn to the predicate for CancelSalesOrderParams, 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 CancelSalesOrderParams 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 CancelSalesOrderParams, 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 CancelSalesOrderParams, 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 CancelSalesOrderParams depending the feature cancelOn Note: The order in which orderBy… instructions are given is relevant!


salesOrderNumber

StringTypePredicate salesOrderNumber()

orderBySalesOrderNumber

SimpleTypeOrder orderBySalesOrderNumber()
Allows to adds a sort instruction for CancelSalesOrderParams depending the feature salesOrderNumber 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.