org.opencrx.kernel.product1.query
Interface ContractPositionConstrainedQuery

All Superinterfaces:
AnyTypePredicate
All Known Subinterfaces:
AbstractBundledProductQuery, AbstractProductBundleQuery, AbstractProductQuery, AssetQuery, BundledProductQuery, BundledProductTypeQuery, ComplexProductBundleQuery, ComplexProductBundleTypeQuery, PriceOverrideEnabledQuery, ProductBundleContainerQuery, ProductBundleQuery, ProductBundleTypeQuery, ProductOfferingQuery, ProductQuery
All Known Implementing Classes:
AbstractBundledProductFilterImpl, AbstractProductBundleFilterImpl, AbstractProductFilterImpl, AssetFilterImpl, BundledProductFilterImpl, BundledProductTypeFilterImpl, ComplexProductBundleFilterImpl, ComplexProductBundleTypeFilterImpl, ContractPositionConstrainedFilterImpl, PriceOverrideEnabledFilterImpl, ProductBundleContainerFilterImpl, ProductBundleFilterImpl, ProductBundleTypeFilterImpl, ProductFilterImpl, ProductOfferingFilterImpl

public interface ContractPositionConstrainedQuery
extends AnyTypePredicate


Method Summary
 OptionalFeaturePredicate allowModification()
          Adds a constraint to the predicate for ContractPositionConstrained testing whether the value of the feature allowModification is null or not.
 OptionalFeaturePredicate allowRemoval()
          Adds a constraint to the predicate for ContractPositionConstrained testing whether the value of the feature allowRemoval is null or not.
 OptionalFeaturePredicate defaultPositions()
          Adds a constraint to the predicate for ContractPositionConstrained testing whether the value of the feature defaultPositions is null or not.
 OptionalFeaturePredicate defaultQuantity()
          Adds a constraint to the predicate for ContractPositionConstrained testing whether the value of the feature defaultQuantity is null or not.
 BooleanTypePredicate forAllAllowModification()
          Adds a constraint for the feature allowModification to the predicate.
 BooleanTypePredicate forAllAllowRemoval()
          Adds a constraint for the feature allowRemoval to the predicate.
 ComparableTypePredicate forAllDefaultPositions()
          Adds a constraint for the feature defaultPositions to the predicate.
 ComparableTypePredicate forAllDefaultQuantity()
          Adds a constraint for the feature defaultQuantity to the predicate.
 ComparableTypePredicate forAllMaxPositions()
          Adds a constraint for the feature maxPositions to the predicate.
 ComparableTypePredicate forAllMaxQuantity()
          Adds a constraint for the feature maxQuantity to the predicate.
 ComparableTypePredicate forAllMinPositions()
          Adds a constraint for the feature minPositions to the predicate.
 ComparableTypePredicate forAllMinQuantity()
          Adds a constraint for the feature minQuantity to the predicate.
 ComparableTypePredicate forAllOffsetQuantity()
          Adds a constraint for the feature offsetQuantity to the predicate.
 ComparableTypePredicate itemNumber()
           
 OptionalFeaturePredicate maxPositions()
          Adds a constraint to the predicate for ContractPositionConstrained testing whether the value of the feature maxPositions is null or not.
 OptionalFeaturePredicate maxQuantity()
          Adds a constraint to the predicate for ContractPositionConstrained testing whether the value of the feature maxQuantity is null or not.
 ComparableTypePredicate minMaxQuantityHandling()
           
 OptionalFeaturePredicate minPositions()
          Adds a constraint to the predicate for ContractPositionConstrained testing whether the value of the feature minPositions is null or not.
 OptionalFeaturePredicate minQuantity()
          Adds a constraint to the predicate for ContractPositionConstrained testing whether the value of the feature minQuantity is null or not.
 OptionalFeaturePredicate offsetQuantity()
          Adds a constraint to the predicate for ContractPositionConstrained testing whether the value of the feature offsetQuantity is null or not.
 SimpleTypeOrder orderByAllowModification()
          Allows to adds a sort instruction for ContractPositionConstrained depending the feature allowModification Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByAllowRemoval()
          Allows to adds a sort instruction for ContractPositionConstrained depending the feature allowRemoval Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByDefaultPositions()
          Allows to adds a sort instruction for ContractPositionConstrained depending the feature defaultPositions Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByDefaultQuantity()
          Allows to adds a sort instruction for ContractPositionConstrained depending the feature defaultQuantity Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByItemNumber()
          Allows to adds a sort instruction for ContractPositionConstrained depending the feature itemNumber Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByMaxPositions()
          Allows to adds a sort instruction for ContractPositionConstrained depending the feature maxPositions Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByMaxQuantity()
          Allows to adds a sort instruction for ContractPositionConstrained depending the feature maxQuantity Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByMinMaxQuantityHandling()
          Allows to adds a sort instruction for ContractPositionConstrained depending the feature minMaxQuantityHandling Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByMinPositions()
          Allows to adds a sort instruction for ContractPositionConstrained depending the feature minPositions Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByMinQuantity()
          Allows to adds a sort instruction for ContractPositionConstrained depending the feature minQuantity Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByOffsetQuantity()
          Allows to adds a sort instruction for ContractPositionConstrained depending the feature offsetQuantity Note: The order in which orderBy… instructions are given is relevant!
 BooleanTypePredicate thereExistsAllowModification()
          Adds a constraint for the feature allowModification to the predicate.
 BooleanTypePredicate thereExistsAllowRemoval()
          Adds a constraint for the feature allowRemoval to the predicate.
 ComparableTypePredicate thereExistsDefaultPositions()
          Adds a constraint for the feature defaultPositions to the predicate.
 ComparableTypePredicate thereExistsDefaultQuantity()
          Adds a constraint for the feature defaultQuantity to the predicate.
 ComparableTypePredicate thereExistsMaxPositions()
          Adds a constraint for the feature maxPositions to the predicate.
 ComparableTypePredicate thereExistsMaxQuantity()
          Adds a constraint for the feature maxQuantity to the predicate.
 ComparableTypePredicate thereExistsMinPositions()
          Adds a constraint for the feature minPositions to the predicate.
 ComparableTypePredicate thereExistsMinQuantity()
          Adds a constraint for the feature minQuantity to the predicate.
 ComparableTypePredicate thereExistsOffsetQuantity()
          Adds a constraint for the feature offsetQuantity to the predicate.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

allowModification

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


thereExistsAllowModification

BooleanTypePredicate thereExistsAllowModification()
Adds a constraint for the feature allowModification to the predicate. The predicate for ContractPositionConstrained evaluates true if its value of feature allowModification 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!


forAllAllowModification

BooleanTypePredicate forAllAllowModification()
Adds a constraint for the feature allowModification to the predicate. The predicate for ContractPositionConstrained evaluates true if its value of feature allowModification 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!


orderByAllowModification

SimpleTypeOrder orderByAllowModification()
Allows to adds a sort instruction for ContractPositionConstrained depending the feature allowModification Note: The order in which orderBy… instructions are given is relevant!


allowRemoval

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


thereExistsAllowRemoval

BooleanTypePredicate thereExistsAllowRemoval()
Adds a constraint for the feature allowRemoval to the predicate. The predicate for ContractPositionConstrained evaluates true if its value of feature allowRemoval 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!


forAllAllowRemoval

BooleanTypePredicate forAllAllowRemoval()
Adds a constraint for the feature allowRemoval to the predicate. The predicate for ContractPositionConstrained evaluates true if its value of feature allowRemoval 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!


orderByAllowRemoval

SimpleTypeOrder orderByAllowRemoval()
Allows to adds a sort instruction for ContractPositionConstrained depending the feature allowRemoval Note: The order in which orderBy… instructions are given is relevant!


defaultPositions

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


thereExistsDefaultPositions

ComparableTypePredicate thereExistsDefaultPositions()
Adds a constraint for the feature defaultPositions to the predicate. The predicate for ContractPositionConstrained evaluates true if its value of feature defaultPositions 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!


forAllDefaultPositions

ComparableTypePredicate forAllDefaultPositions()
Adds a constraint for the feature defaultPositions to the predicate. The predicate for ContractPositionConstrained evaluates true if its value of feature defaultPositions 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!


orderByDefaultPositions

SimpleTypeOrder orderByDefaultPositions()
Allows to adds a sort instruction for ContractPositionConstrained depending the feature defaultPositions Note: The order in which orderBy… instructions are given is relevant!


defaultQuantity

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


thereExistsDefaultQuantity

ComparableTypePredicate thereExistsDefaultQuantity()
Adds a constraint for the feature defaultQuantity to the predicate. The predicate for ContractPositionConstrained evaluates true if its value of feature defaultQuantity 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!


forAllDefaultQuantity

ComparableTypePredicate forAllDefaultQuantity()
Adds a constraint for the feature defaultQuantity to the predicate. The predicate for ContractPositionConstrained evaluates true if its value of feature defaultQuantity 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!


orderByDefaultQuantity

SimpleTypeOrder orderByDefaultQuantity()
Allows to adds a sort instruction for ContractPositionConstrained depending the feature defaultQuantity Note: The order in which orderBy… instructions are given is relevant!


itemNumber

ComparableTypePredicate itemNumber()

orderByItemNumber

SimpleTypeOrder orderByItemNumber()
Allows to adds a sort instruction for ContractPositionConstrained depending the feature itemNumber Note: The order in which orderBy… instructions are given is relevant!


maxPositions

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


thereExistsMaxPositions

ComparableTypePredicate thereExistsMaxPositions()
Adds a constraint for the feature maxPositions to the predicate. The predicate for ContractPositionConstrained evaluates true if its value of feature maxPositions 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!


forAllMaxPositions

ComparableTypePredicate forAllMaxPositions()
Adds a constraint for the feature maxPositions to the predicate. The predicate for ContractPositionConstrained evaluates true if its value of feature maxPositions 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!


orderByMaxPositions

SimpleTypeOrder orderByMaxPositions()
Allows to adds a sort instruction for ContractPositionConstrained depending the feature maxPositions Note: The order in which orderBy… instructions are given is relevant!


maxQuantity

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


thereExistsMaxQuantity

ComparableTypePredicate thereExistsMaxQuantity()
Adds a constraint for the feature maxQuantity to the predicate. The predicate for ContractPositionConstrained evaluates true if its value of feature maxQuantity 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!


forAllMaxQuantity

ComparableTypePredicate forAllMaxQuantity()
Adds a constraint for the feature maxQuantity to the predicate. The predicate for ContractPositionConstrained evaluates true if its value of feature maxQuantity 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!


orderByMaxQuantity

SimpleTypeOrder orderByMaxQuantity()
Allows to adds a sort instruction for ContractPositionConstrained depending the feature maxQuantity Note: The order in which orderBy… instructions are given is relevant!


minMaxQuantityHandling

ComparableTypePredicate minMaxQuantityHandling()

orderByMinMaxQuantityHandling

SimpleTypeOrder orderByMinMaxQuantityHandling()
Allows to adds a sort instruction for ContractPositionConstrained depending the feature minMaxQuantityHandling Note: The order in which orderBy… instructions are given is relevant!


minPositions

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


thereExistsMinPositions

ComparableTypePredicate thereExistsMinPositions()
Adds a constraint for the feature minPositions to the predicate. The predicate for ContractPositionConstrained evaluates true if its value of feature minPositions 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!


forAllMinPositions

ComparableTypePredicate forAllMinPositions()
Adds a constraint for the feature minPositions to the predicate. The predicate for ContractPositionConstrained evaluates true if its value of feature minPositions 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!


orderByMinPositions

SimpleTypeOrder orderByMinPositions()
Allows to adds a sort instruction for ContractPositionConstrained depending the feature minPositions Note: The order in which orderBy… instructions are given is relevant!


minQuantity

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


thereExistsMinQuantity

ComparableTypePredicate thereExistsMinQuantity()
Adds a constraint for the feature minQuantity to the predicate. The predicate for ContractPositionConstrained evaluates true if its value of feature minQuantity 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!


forAllMinQuantity

ComparableTypePredicate forAllMinQuantity()
Adds a constraint for the feature minQuantity to the predicate. The predicate for ContractPositionConstrained evaluates true if its value of feature minQuantity 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!


orderByMinQuantity

SimpleTypeOrder orderByMinQuantity()
Allows to adds a sort instruction for ContractPositionConstrained depending the feature minQuantity Note: The order in which orderBy… instructions are given is relevant!


offsetQuantity

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


thereExistsOffsetQuantity

ComparableTypePredicate thereExistsOffsetQuantity()
Adds a constraint for the feature offsetQuantity to the predicate. The predicate for ContractPositionConstrained evaluates true if its value of feature offsetQuantity 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!


forAllOffsetQuantity

ComparableTypePredicate forAllOffsetQuantity()
Adds a constraint for the feature offsetQuantity to the predicate. The predicate for ContractPositionConstrained evaluates true if its value of feature offsetQuantity 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!


orderByOffsetQuantity

SimpleTypeOrder orderByOffsetQuantity()
Allows to adds a sort instruction for ContractPositionConstrained depending the feature offsetQuantity Note: The order in which orderBy… instructions are given is relevant!



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