org.opencrx.kernel.product1.query
Interface ProductConfigurationSetQuery

All Superinterfaces:
AnyTypePredicate
All Known Subinterfaces:
AbstractBundledProductQuery, AssetQuery, BookingQuery, BundledProductQuery, BundledProductTypeQuery, ConfiguredProductQuery, CreditBookingQuery, DebitBookingQuery, InventoryItemQuery, InvoiceBundledProductPositionQuery, InvoicePositionQuery, OpportunityBundledProductPositionQuery, OpportunityPositionQuery, ProductQuery, ProductReferenceQuery, QuoteBundledProductPositionQuery, QuotePositionQuery, RemovedBundledProductPositionQuery, RemovedPositionQuery, SalesOrderBundledProductPositionQuery, SalesOrderPositionQuery
All Known Implementing Classes:
AbstractBundledProductFilterImpl, AssetFilterImpl, BookingFilterImpl, BundledProductFilterImpl, BundledProductTypeFilterImpl, ConfiguredProductFilterImpl, CreditBookingFilterImpl, DebitBookingFilterImpl, InventoryItemFilterImpl, InvoiceBundledProductPositionFilterImpl, InvoicePositionFilterImpl, OpportunityBundledProductPositionFilterImpl, OpportunityPositionFilterImpl, ProductConfigurationSetFilterImpl, ProductFilterImpl, ProductReferenceFilterImpl, QuoteBundledProductPositionFilterImpl, QuotePositionFilterImpl, RemovedBundledProductPositionFilterImpl, RemovedPositionFilterImpl, SalesOrderBundledProductPositionFilterImpl, SalesOrderPositionFilterImpl

public interface ProductConfigurationSetQuery
extends AnyTypePredicate


Method Summary
 OptionalFeaturePredicate configType()
          Adds a constraint to the predicate for ProductConfigurationSet testing whether the value of the feature configType is null or not.
 ProductConfigurationTypeSetQuery forAllConfigType()
          Adds a constraint for the feature configType to the predicate.
 ProductConfigurationTypeSetQuery thereExistsConfigType()
          Adds a constraint for the feature configType to the predicate.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

configType

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


thereExistsConfigType

ProductConfigurationTypeSetQuery thereExistsConfigType()
Adds a constraint for the feature configType to the predicate. The predicate for ProductConfigurationSet evaluates true if its value of feature configType 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!


forAllConfigType

ProductConfigurationTypeSetQuery forAllConfigType()
Adds a constraint for the feature configType to the predicate. The predicate for ProductConfigurationSet evaluates true if its value of feature configType 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.