org.opencrx.kernel.product1.cci2
Interface ProcessPricesResultQuery

All Superinterfaces:
AnyTypePredicate

public interface ProcessPricesResultQuery
extends AnyTypePredicate


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

Method Detail

numberProcessed

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


thereExistsNumberProcessed

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

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


forAllNumberProcessed

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

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


orderByNumberProcessed

SimpleTypeOrder orderByNumberProcessed()
Allows to adds a sort instruction for ProcessPricesResult depending the feature numberProcessed 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.