org.opencrx.kernel.product1.cci2
Interface AbstractProductPriceQuery

All Superinterfaces:
AnyTypePredicate
All Known Subinterfaces:
PriceListEntryQuery, ProductBasePriceQuery

public interface AbstractProductPriceQuery
extends AnyTypePredicate


Method Summary
 OptionalFeaturePredicate description()
          Adds a constraint to the predicate for AbstractProductPrice testing whether the value of the feature description is null or not.
 OptionalFeaturePredicate discount()
          Adds a constraint to the predicate for AbstractProductPrice testing whether the value of the feature discount is null or not.
 OptionalFeaturePredicate discountIsPercentage()
          Adds a constraint to the predicate for AbstractProductPrice testing whether the value of the feature discountIsPercentage is null or not.
 StringTypePredicate forAllDescription()
          Adds a constraint for the feature description to the predicate.
 ComparableTypePredicate<BigDecimal> forAllDiscount()
          Adds a constraint for the feature discount to the predicate.
 BooleanTypePredicate forAllDiscountIsPercentage()
          Adds a constraint for the feature discountIsPercentage to the predicate.
 ComparableTypePredicate<BigDecimal> forAllPrice()
          Adds a constraint for the feature price to the predicate.
 PriceLevelQuery forAllPriceLevel()
          Adds a constraint for the feature priceLevel to the predicate.
 ComparableTypePredicate<BigDecimal> forAllQuantityFrom()
          Adds a constraint for the feature quantityFrom to the predicate.
 ComparableTypePredicate<BigDecimal> forAllQuantityTo()
          Adds a constraint for the feature quantityTo to the predicate.
 ComparableTypePredicate<Short> forAllUsage()
          Adds a constraint for the feature usage to the predicate.
 SimpleTypeOrder orderByDescription()
          Allows to adds a sort instruction for AbstractProductPrice depending the feature description Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByDiscount()
          Allows to adds a sort instruction for AbstractProductPrice depending the feature discount Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByDiscountIsPercentage()
          Allows to adds a sort instruction for AbstractProductPrice depending the feature discountIsPercentage Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByPrice()
          Allows to adds a sort instruction for AbstractProductPrice depending the feature price Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByPriceCurrency()
          Allows to adds a sort instruction for AbstractProductPrice depending the feature priceCurrency Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByQuantityFrom()
          Allows to adds a sort instruction for AbstractProductPrice depending the feature quantityFrom Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByQuantityTo()
          Allows to adds a sort instruction for AbstractProductPrice depending the feature quantityTo Note: The order in which orderBy… instructions are given is relevant!
 MultivaluedTypeOrder orderByUsage()
          Allows to adds a sort instruction for AbstractProductPrice depending the feature usage Note: The order in which orderBy… instructions are given is relevant!
 OptionalFeaturePredicate price()
          Adds a constraint to the predicate for AbstractProductPrice testing whether the value of the feature price is null or not.
 ComparableTypePredicate<Short> priceCurrency()
           
 MultivaluedFeaturePredicate priceLevel()
          Adds a constraint to the predicate for AbstractProductPrice testing whether the feature priceLevel has values or not.
 OptionalFeaturePredicate quantityFrom()
          Adds a constraint to the predicate for AbstractProductPrice testing whether the value of the feature quantityFrom is null or not.
 OptionalFeaturePredicate quantityTo()
          Adds a constraint to the predicate for AbstractProductPrice testing whether the value of the feature quantityTo is null or not.
 StringTypePredicate thereExistsDescription()
          Adds a constraint for the feature description to the predicate.
 ComparableTypePredicate<BigDecimal> thereExistsDiscount()
          Adds a constraint for the feature discount to the predicate.
 BooleanTypePredicate thereExistsDiscountIsPercentage()
          Adds a constraint for the feature discountIsPercentage to the predicate.
 ComparableTypePredicate<BigDecimal> thereExistsPrice()
          Adds a constraint for the feature price to the predicate.
 PriceLevelQuery thereExistsPriceLevel()
          Adds a constraint for the feature priceLevel to the predicate.
 ComparableTypePredicate<BigDecimal> thereExistsQuantityFrom()
          Adds a constraint for the feature quantityFrom to the predicate.
 ComparableTypePredicate<BigDecimal> thereExistsQuantityTo()
          Adds a constraint for the feature quantityTo to the predicate.
 ComparableTypePredicate<Short> thereExistsUsage()
          Adds a constraint for the feature usage to the predicate.
 UomQuery uom()
           
 MultivaluedFeaturePredicate usage()
          Adds a constraint to the predicate for AbstractProductPrice testing whether the feature usage has values or not.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

description

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


thereExistsDescription

StringTypePredicate thereExistsDescription()
Adds a constraint for the feature description to the predicate. The predicate for AbstractProductPrice evaluates true if its value of feature description 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!


forAllDescription

StringTypePredicate forAllDescription()
Adds a constraint for the feature description to the predicate. The predicate for AbstractProductPrice evaluates true if its value of feature description 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!


orderByDescription

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


discount

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


thereExistsDiscount

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


forAllDiscount

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


orderByDiscount

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


discountIsPercentage

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


thereExistsDiscountIsPercentage

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


forAllDiscountIsPercentage

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


orderByDiscountIsPercentage

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


price

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


thereExistsPrice

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


forAllPrice

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


orderByPrice

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


priceCurrency

ComparableTypePredicate<Short> priceCurrency()

orderByPriceCurrency

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


priceLevel

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


thereExistsPriceLevel

PriceLevelQuery thereExistsPriceLevel()
Adds a constraint for the feature priceLevel to the predicate. The predicate for AbstractProductPrice evaluates true if its value of feature priceLevel 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!


forAllPriceLevel

PriceLevelQuery forAllPriceLevel()
Adds a constraint for the feature priceLevel to the predicate. The predicate for AbstractProductPrice evaluates true if its value of feature priceLevel 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!


quantityFrom

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


thereExistsQuantityFrom

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


forAllQuantityFrom

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


orderByQuantityFrom

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


quantityTo

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


thereExistsQuantityTo

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


forAllQuantityTo

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


orderByQuantityTo

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


uom

UomQuery uom()

usage

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


thereExistsUsage

ComparableTypePredicate<Short> thereExistsUsage()
Adds a constraint for the feature usage to the predicate. The predicate for AbstractProductPrice evaluates true if at least one of its values of feature usage satisfies the given condition.

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


forAllUsage

ComparableTypePredicate<Short> forAllUsage()
Adds a constraint for the feature usage to the predicate. The predicate for AbstractProductPrice evaluates true if all of its values of feature usage satisfy the selected condition.

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


orderByUsage

MultivaluedTypeOrder orderByUsage()
Allows to adds a sort instruction for AbstractProductPrice depending the feature usage 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.