org.opencrx.application.shop1.cci2
Interface GetProductPricesParamsQuery

All Superinterfaces:
AnyTypePredicate

public interface GetProductPricesParamsQuery
extends AnyTypePredicate


Method Summary
 OptionalFeaturePredicate customerNumber()
          Adds a constraint to the predicate for GetProductPricesParams testing whether the value of the feature customerNumber is null or not.
 StringTypePredicate forAllCustomerNumber()
          Adds a condition for the feature customerNumber to the predicate for GetProductPricesParams, which evaluates to false unless the value of the feature customerNumber satisfies the given condition.
 ComparableTypePredicate<Date> forAllPricingDate()
          Adds a condition for the feature pricingDate to the predicate for GetProductPricesParams, which evaluates to false unless the values of the feature pricingDate satisfy the given condition.
 StringTypePredicate forAllProductNumber()
          Adds a condition for the feature productNumber to the predicate for GetProductPricesParams, which evaluates to false unless the values of the feature productNumber satisfy the given condition.
 StringTypePredicate forAllQuantity()
          Adds a condition for the feature quantity to the predicate for GetProductPricesParams, which evaluates to false unless the value of the feature quantity satisfies the given condition.
 StringTypePredicate forAllSalesTaxType()
          Adds a condition for the feature salesTaxType to the predicate for GetProductPricesParams, which evaluates to false unless the value of the feature salesTaxType satisfies the given condition.
 SimpleTypeOrder orderByCustomerNumber()
          Allows to adds a sort instruction for GetProductPricesParams depending the feature customerNumber Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByPriceCurrency()
          Allows to adds a sort instruction for GetProductPricesParams depending the feature priceCurrency Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByQuantity()
          Allows to adds a sort instruction for GetProductPricesParams depending the feature quantity Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderBySalesTaxType()
          Allows to adds a sort instruction for GetProductPricesParams depending the feature salesTaxType Note: The order in which orderBy… instructions are given is relevant!
 ComparableTypePredicate<Integer> priceCurrency()
           
 MultivaluedFeaturePredicate pricingDate()
          Adds a constraint to the predicate for GetProductPricesParams testing whether the feature pricingDate has values or not.
 MultivaluedFeaturePredicate productNumber()
          Adds a constraint to the predicate for GetProductPricesParams testing whether the feature productNumber has values or not.
 OptionalFeaturePredicate quantity()
          Adds a constraint to the predicate for GetProductPricesParams testing whether the value of the feature quantity is null or not.
 OptionalFeaturePredicate salesTaxType()
          Adds a constraint to the predicate for GetProductPricesParams testing whether the value of the feature salesTaxType is null or not.
 StringTypePredicate thereExistsCustomerNumber()
          Adds a condition for the feature customerNumber to the predicate for GetProductPricesParams, which evaluates to false unless the value of the feature customerNumber satisfies the given condition.
 ComparableTypePredicate<Date> thereExistsPricingDate()
          Adds a condition for the feature pricingDate to the predicate for GetProductPricesParams, which evaluates to false unless the values of the feature pricingDate satisfy the given condition.
 StringTypePredicate thereExistsProductNumber()
          Adds a condition for the feature productNumber to the predicate for GetProductPricesParams, which evaluates to false unless the values of the feature productNumber satisfy the given condition.
 StringTypePredicate thereExistsQuantity()
          Adds a condition for the feature quantity to the predicate for GetProductPricesParams, which evaluates to false unless the value of the feature quantity satisfies the given condition.
 StringTypePredicate thereExistsSalesTaxType()
          Adds a condition for the feature salesTaxType to the predicate for GetProductPricesParams, 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

customerNumber

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


thereExistsCustomerNumber

StringTypePredicate thereExistsCustomerNumber()
Adds a condition for the feature customerNumber to the predicate for GetProductPricesParams, which evaluates to false unless the value of the feature customerNumber satisfies the given condition.

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


forAllCustomerNumber

StringTypePredicate forAllCustomerNumber()
Adds a condition for the feature customerNumber to the predicate for GetProductPricesParams, which evaluates to false unless the value of the feature customerNumber satisfies the given condition.

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


orderByCustomerNumber

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


priceCurrency

ComparableTypePredicate<Integer> priceCurrency()

orderByPriceCurrency

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


pricingDate

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


thereExistsPricingDate

ComparableTypePredicate<Date> thereExistsPricingDate()
Adds a condition for the feature pricingDate to the predicate for GetProductPricesParams, which evaluates to false unless the values of the feature pricingDate 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


forAllPricingDate

ComparableTypePredicate<Date> forAllPricingDate()
Adds a condition for the feature pricingDate to the predicate for GetProductPricesParams, which evaluates to false unless the values of the feature pricingDate 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


productNumber

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


thereExistsProductNumber

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


forAllProductNumber

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


quantity

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


thereExistsQuantity

StringTypePredicate thereExistsQuantity()
Adds a condition for the feature quantity to the predicate for GetProductPricesParams, which evaluates to false unless the value of the feature quantity satisfies the given condition.

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


forAllQuantity

StringTypePredicate forAllQuantity()
Adds a condition for the feature quantity to the predicate for GetProductPricesParams, which evaluates to false unless the value of the feature quantity satisfies the given condition.

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


orderByQuantity

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


salesTaxType

OptionalFeaturePredicate salesTaxType()
Adds a constraint to the predicate for GetProductPricesParams 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 GetProductPricesParams, 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 GetProductPricesParams, 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 GetProductPricesParams 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-2012, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.