org.opencrx.application.shop1.cci2
Interface ProductBundleDataTQuery

All Superinterfaces:
AnyTypePredicate

public interface ProductBundleDataTQuery
extends AnyTypePredicate


Method Summary
 MultivaluedFeaturePredicate classificationIdFilter()
          Adds a constraint to the predicate for ProductBundleDataT testing whether the feature classificationIdFilter has values or not.
 StringTypePredicate forAllClassificationIdFilter()
          Adds a condition for the feature classificationIdFilter to the predicate for ProductBundleDataT, which evaluates to false unless the values of the feature classificationIdFilter satisfy the given condition.
 StringTypePredicate forAllMember()
          Adds a condition for the feature member to the predicate for ProductBundleDataT, which evaluates to false unless the values of the feature member satisfy the given condition.
 MultivaluedFeaturePredicate member()
          Adds a constraint to the predicate for ProductBundleDataT testing whether the feature member has values or not.
 MultivaluedTypeOrder orderByClassificationIdFilter()
          Allows to adds a sort instruction for ProductBundleDataT depending the feature classificationIdFilter Note: The order in which orderBy… instructions are given is relevant!
 MultivaluedTypeOrder orderByMember()
          Allows to adds a sort instruction for ProductBundleDataT depending the feature member Note: The order in which orderBy… instructions are given is relevant!
 StringTypePredicate thereExistsClassificationIdFilter()
          Adds a condition for the feature classificationIdFilter to the predicate for ProductBundleDataT, which evaluates to false unless the values of the feature classificationIdFilter satisfy the given condition.
 StringTypePredicate thereExistsMember()
          Adds a condition for the feature member to the predicate for ProductBundleDataT, which evaluates to false unless the values of the feature member satisfy the given condition.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

classificationIdFilter

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


thereExistsClassificationIdFilter

StringTypePredicate thereExistsClassificationIdFilter()
Adds a condition for the feature classificationIdFilter to the predicate for ProductBundleDataT, which evaluates to false unless the values of the feature classificationIdFilter 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


forAllClassificationIdFilter

StringTypePredicate forAllClassificationIdFilter()
Adds a condition for the feature classificationIdFilter to the predicate for ProductBundleDataT, which evaluates to false unless the values of the feature classificationIdFilter 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


orderByClassificationIdFilter

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


member

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


thereExistsMember

StringTypePredicate thereExistsMember()
Adds a condition for the feature member to the predicate for ProductBundleDataT, which evaluates to false unless the values of the feature member 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


forAllMember

StringTypePredicate forAllMember()
Adds a condition for the feature member to the predicate for ProductBundleDataT, which evaluates to false unless the values of the feature member 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


orderByMember

MultivaluedTypeOrder orderByMember()
Allows to adds a sort instruction for ProductBundleDataT depending the feature member 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.