org.opencrx.kernel.product1.query
Interface AbstractProductPriceQuery

All Superinterfaces:
AnyTypePredicate
All Known Subinterfaces:
PriceListEntryQuery, ProductBasePriceQuery
All Known Implementing Classes:
AbstractProductPriceFilterImpl, PriceListEntryFilterImpl, ProductBasePriceFilterImpl

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 forAllDiscount()
          Adds a constraint for the feature discount to the predicate.
 BooleanTypePredicate forAllDiscountIsPercentage()
          Adds a constraint for the feature discountIsPercentage to the predicate.
 ComparableTypePredicate forAllPrice()
          Adds a constraint for the feature price to the predicate.
 PriceLevelQuery forAllPriceLevel()
          Adds a constraint for the feature priceLevel to the predicate.
 ComparableTypePredicate forAllQuantityFrom()
          Adds a constraint for the feature quantityFrom to the predicate.
 ComparableTypePredicate forAllQuantityTo()
          Adds a constraint for the feature quantityTo to the predicate.
 ComparableTypePredicate 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 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 thereExistsDiscount()
          Adds a constraint for the feature discount to the predicate.
 BooleanTypePredicate thereExistsDiscountIsPercentage()
          Adds a constraint for the feature discountIsPercentage to the predicate.
 ComparableTypePredicate thereExistsPrice()
          Adds a constraint for the feature price to the predicate.
 PriceLevelQuery thereExistsPriceLevel()
          Adds a constraint for the feature priceLevel to the predicate.
 ComparableTypePredicate thereExistsQuantityFrom()
          Adds a constraint for the feature quantityFrom to the predicate.
 ComparableTypePredicate thereExistsQuantityTo()
          Adds a constraint for the feature quantityTo to the predicate.
 ComparableTypePredicate 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 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 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 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 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 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 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 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 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 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 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 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.