org.opencrx.application.shop1.cci2
Interface GetProductsParamsQuery

All Superinterfaces:
AnyTypePredicate

public interface GetProductsParamsQuery
extends AnyTypePredicate


Method Summary
 StringTypePredicate forAllProductNumber()
          Adds a condition for the feature productNumber to the predicate for GetProductsParams, which evaluates to false unless the values of the feature productNumber satisfy the given condition.
 BooleanTypePredicate forAllReturnPictureContent()
          Adds a condition for the feature returnPictureContent to the predicate for GetProductsParams, which evaluates to false unless the value of the feature returnPictureContent satisfies the given condition.
 MultivaluedTypeOrder orderByProductNumber()
          Allows to adds a sort instruction for GetProductsParams depending the feature productNumber Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByReturnPictureContent()
          Allows to adds a sort instruction for GetProductsParams depending the feature returnPictureContent Note: The order in which orderBy… instructions are given is relevant!
 MultivaluedFeaturePredicate productNumber()
          Adds a constraint to the predicate for GetProductsParams testing whether the feature productNumber has values or not.
 OptionalFeaturePredicate returnPictureContent()
          Adds a constraint to the predicate for GetProductsParams testing whether the value of the feature returnPictureContent is null or not.
 StringTypePredicate thereExistsProductNumber()
          Adds a condition for the feature productNumber to the predicate for GetProductsParams, which evaluates to false unless the values of the feature productNumber satisfy the given condition.
 BooleanTypePredicate thereExistsReturnPictureContent()
          Adds a condition for the feature returnPictureContent to the predicate for GetProductsParams, which evaluates to false unless the value of the feature returnPictureContent satisfies 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 GetProductsParams testing whether the feature productNumber has values or not.


thereExistsProductNumber

StringTypePredicate thereExistsProductNumber()
Adds a condition for the feature productNumber to the predicate for GetProductsParams, 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 GetProductsParams, 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 GetProductsParams depending the feature productNumber Note: The order in which orderBy… instructions are given is relevant!


returnPictureContent

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


thereExistsReturnPictureContent

BooleanTypePredicate thereExistsReturnPictureContent()
Adds a condition for the feature returnPictureContent to the predicate for GetProductsParams, which evaluates to false unless the value of the feature returnPictureContent satisfies the given condition.

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


forAllReturnPictureContent

BooleanTypePredicate forAllReturnPictureContent()
Adds a condition for the feature returnPictureContent to the predicate for GetProductsParams, which evaluates to false unless the value of the feature returnPictureContent satisfies the given condition.

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


orderByReturnPictureContent

SimpleTypeOrder orderByReturnPictureContent()
Allows to adds a sort instruction for GetProductsParams depending the feature returnPictureContent 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.