org.opencrx.application.shop1.cci2
Interface ProductPriceListTQuery

All Superinterfaces:
AnyTypePredicate

public interface ProductPriceListTQuery
extends AnyTypePredicate


Method Summary
 ProductPriceTQuery forAllProductPrice()
          Adds a condition for the feature productPrice to the predicate for ProductPriceListT, which evaluates to false unless the values of the feature productPrice satisfy the given condition.
 StringTypePredicate forAllSalesTaxType()
          Adds a condition for the feature salesTaxType to the predicate for ProductPriceListT, which evaluates to false unless the value of the feature salesTaxType satisfies the given condition.
 SimpleTypeOrder orderByProductNumber()
          Allows to adds a sort instruction for ProductPriceListT depending the feature productNumber Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderBySalesTaxType()
          Allows to adds a sort instruction for ProductPriceListT depending the feature salesTaxType Note: The order in which orderBy… instructions are given is relevant!
 StringTypePredicate productNumber()
           
 MultivaluedFeaturePredicate productPrice()
          Adds a constraint to the predicate for ProductPriceListT testing whether the feature productPrice has values or not.
 OptionalFeaturePredicate salesTaxType()
          Adds a constraint to the predicate for ProductPriceListT testing whether the value of the feature salesTaxType is null or not.
 ProductPriceTQuery thereExistsProductPrice()
          Adds a condition for the feature productPrice to the predicate for ProductPriceListT, which evaluates to false unless the values of the feature productPrice satisfy the given condition.
 StringTypePredicate thereExistsSalesTaxType()
          Adds a condition for the feature salesTaxType to the predicate for ProductPriceListT, which evaluates to false unless the value of the feature salesTaxType satisfies the given condition.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

productNumber

StringTypePredicate productNumber()

orderByProductNumber

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


productPrice

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


thereExistsProductPrice

ProductPriceTQuery thereExistsProductPrice()
Adds a condition for the feature productPrice to the predicate for ProductPriceListT, which evaluates to false unless the values of the feature productPrice 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


forAllProductPrice

ProductPriceTQuery forAllProductPrice()
Adds a condition for the feature productPrice to the predicate for ProductPriceListT, which evaluates to false unless the values of the feature productPrice 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


salesTaxType

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


thereExistsSalesTaxType

StringTypePredicate thereExistsSalesTaxType()
Adds a condition for the feature salesTaxType to the predicate for ProductPriceListT, which evaluates to false unless the value of the feature salesTaxType satisfies the given condition.

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


forAllSalesTaxType

StringTypePredicate forAllSalesTaxType()
Adds a condition for the feature salesTaxType to the predicate for ProductPriceListT, which evaluates to false unless the value of the feature salesTaxType satisfies the given condition.

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


orderBySalesTaxType

SimpleTypeOrder orderBySalesTaxType()
Allows to adds a sort instruction for ProductPriceListT depending the feature salesTaxType 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.