org.opencrx.application.shop1.cci2
Interface GetProductsByQueryResultQuery

All Superinterfaces:
AnyTypePredicate

public interface GetProductsByQueryResultQuery
extends AnyTypePredicate


Method Summary
 StringTypePredicate forAllProductNumber()
          Adds a condition for the feature productNumber to the predicate for GetProductsByQueryResult, which evaluates to false unless the values of the feature productNumber satisfy the given condition.
 MultivaluedTypeOrder orderByProductNumber()
          Allows to adds a sort instruction for GetProductsByQueryResult depending the feature productNumber Note: The order in which orderBy… instructions are given is relevant!
 MultivaluedFeaturePredicate productNumber()
          Adds a constraint to the predicate for GetProductsByQueryResult testing whether the feature productNumber has values or not.
 ReturnStatusTQuery status()
           
 StringTypePredicate thereExistsProductNumber()
          Adds a condition for the feature productNumber to the predicate for GetProductsByQueryResult, which evaluates to false unless the values of the feature productNumber satisfy the given condition.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

productNumber

MultivaluedFeaturePredicate productNumber()
Adds a constraint to the predicate for GetProductsByQueryResult testing whether the feature productNumber has values or not.


thereExistsProductNumber

StringTypePredicate thereExistsProductNumber()
Adds a condition for the feature productNumber to the predicate for GetProductsByQueryResult, which evaluates to false unless the values of the feature productNumber satisfy the given condition.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied


forAllProductNumber

StringTypePredicate forAllProductNumber()
Adds a condition for the feature productNumber to the predicate for GetProductsByQueryResult, which evaluates to false unless the values of the feature productNumber satisfy the given condition.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied


orderByProductNumber

MultivaluedTypeOrder orderByProductNumber()
Allows to adds a sort instruction for GetProductsByQueryResult depending the feature productNumber Note: The order in which orderBy… instructions are given is relevant!


status

ReturnStatusTQuery status()


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