org.opencrx.kernel.product1.query
Interface BundledProductPositionQuery

All Superinterfaces:
org.w3c.cci2.AnyTypePredicate, ProductPositionQuery
All Known Subinterfaces:
BundledProductDepotPositionQuery, InvoiceBundledProductPositionQuery, OpportunityBundledProductPositionQuery, QuoteBundledProductPositionQuery, RemovedBundledProductPositionQuery, SalesOrderBundledProductPositionQuery
All Known Implementing Classes:
BundledProductDepotPositionFilterImpl, BundledProductPositionFilterImpl, InvoiceBundledProductPositionFilterImpl, OpportunityBundledProductPositionFilterImpl, QuoteBundledProductPositionFilterImpl, RemovedBundledProductPositionFilterImpl, SalesOrderBundledProductPositionFilterImpl

public interface BundledProductPositionQuery
extends ProductPositionQuery


Method Summary
 org.w3c.cci2.OptionalFeaturePredicate basedOn()
          Adds a constraint to the predicate for BundledProductPosition testing whether the value of the feature basedOn is null or not.
 BundledProductQuery forAllBasedOn()
          Adds a constraint for the feature basedOn to the predicate.
 ProductPositionQuery forAllParentPosition()
          Adds a constraint for the feature parentPosition to the predicate.
 org.w3c.cci2.OptionalFeaturePredicate parentPosition()
          Adds a constraint to the predicate for BundledProductPosition testing whether the value of the feature parentPosition is null or not.
 BundledProductQuery thereExistsBasedOn()
          Adds a constraint for the feature basedOn to the predicate.
 ProductPositionQuery thereExistsParentPosition()
          Adds a constraint for the feature parentPosition to the predicate.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

basedOn

org.w3c.cci2.OptionalFeaturePredicate basedOn()
Adds a constraint to the predicate for BundledProductPosition testing whether the value of the feature basedOn is null or not.


thereExistsBasedOn

BundledProductQuery thereExistsBasedOn()
Adds a constraint for the feature basedOn to the predicate. The predicate for BundledProductPosition evaluates true if its value of feature basedOn satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllBasedOn

BundledProductQuery forAllBasedOn()
Adds a constraint for the feature basedOn to the predicate. The predicate for BundledProductPosition evaluates true if its value of feature basedOn satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


parentPosition

org.w3c.cci2.OptionalFeaturePredicate parentPosition()
Adds a constraint to the predicate for BundledProductPosition testing whether the value of the feature parentPosition is null or not.


thereExistsParentPosition

ProductPositionQuery thereExistsParentPosition()
Adds a constraint for the feature parentPosition to the predicate. The predicate for BundledProductPosition evaluates true if its value of feature parentPosition satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllParentPosition

ProductPositionQuery forAllParentPosition()
Adds a constraint for the feature parentPosition to the predicate. The predicate for BundledProductPosition evaluates true if its value of feature parentPosition satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!



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