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 condition for the feature description to the predicate for AbstractProductPrice, which evaluates to false unless the value of the feature description satisfies the given condition.
 ComparableTypePredicate<BigDecimal> forAllDiscount()
          Adds a condition for the feature discount to the predicate for AbstractProductPrice, which evaluates to false unless the value of the feature discount satisfies the given condition.
 BooleanTypePredicate forAllDiscountIsPercentage()
          Adds a condition for the feature discountIsPercentage to the predicate for AbstractProductPrice, which evaluates to false unless the value of the feature discountIsPercentage satisfies the given condition.
 ComparableTypePredicate<BigDecimal> forAllPrice()
          Adds a condition for the feature price to the predicate for AbstractProductPrice, which evaluates to false unless the value of the feature price satisfies the given condition.
 AbstractPriceLevelQuery forAllPriceLevel()
          Adds a condition for the feature priceLevel to the predicate for AbstractProductPrice, which evaluates to false unless the value of the feature priceLevel satisfies the given condition.
 ComparableTypePredicate<BigDecimal> forAllQuantityFrom()
          Adds a condition for the feature quantityFrom to the predicate for AbstractProductPrice, which evaluates to false unless the value of the feature quantityFrom satisfies the given condition.
 ComparableTypePredicate<BigDecimal> forAllQuantityTo()
          Adds a condition for the feature quantityTo to the predicate for AbstractProductPrice, which evaluates to false unless the value of the feature quantityTo satisfies the given condition.
 ComparableTypePredicate<Short> forAllUsage()
          Adds a condition for the feature usage to the predicate for AbstractProductPrice, which evaluates to false unless the values of the feature usage satisfy the given condition.
 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 condition for the feature description to the predicate for AbstractProductPrice, which evaluates to false unless the value of the feature description satisfies the given condition.
 ComparableTypePredicate<BigDecimal> thereExistsDiscount()
          Adds a condition for the feature discount to the predicate for AbstractProductPrice, which evaluates to false unless the value of the feature discount satisfies the given condition.
 BooleanTypePredicate thereExistsDiscountIsPercentage()
          Adds a condition for the feature discountIsPercentage to the predicate for AbstractProductPrice, which evaluates to false unless the value of the feature discountIsPercentage satisfies the given condition.
 ComparableTypePredicate<BigDecimal> thereExistsPrice()
          Adds a condition for the feature price to the predicate for AbstractProductPrice, which evaluates to false unless the value of the feature price satisfies the given condition.
 AbstractPriceLevelQuery thereExistsPriceLevel()
          Adds a condition for the feature priceLevel to the predicate for AbstractProductPrice, which evaluates to false unless the value of the feature priceLevel satisfies the given condition.
 ComparableTypePredicate<BigDecimal> thereExistsQuantityFrom()
          Adds a condition for the feature quantityFrom to the predicate for AbstractProductPrice, which evaluates to false unless the value of the feature quantityFrom satisfies the given condition.
 ComparableTypePredicate<BigDecimal> thereExistsQuantityTo()
          Adds a condition for the feature quantityTo to the predicate for AbstractProductPrice, which evaluates to false unless the value of the feature quantityTo satisfies the given condition.
 ComparableTypePredicate<Short> thereExistsUsage()
          Adds a condition for the feature usage to the predicate for AbstractProductPrice, which evaluates to false unless the values of the feature usage satisfy the given condition.
 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, equals, 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 condition for the feature description to the predicate for AbstractProductPrice, which evaluates to false unless the value of the feature description satisfies the given condition.

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


forAllDescription

StringTypePredicate forAllDescription()
Adds a condition for the feature description to the predicate for AbstractProductPrice, which evaluates to false unless the value of the feature description satisfies the given condition.

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


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 condition for the feature discount to the predicate for AbstractProductPrice, which evaluates to false unless the value of the feature discount satisfies the given condition.

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


forAllDiscount

ComparableTypePredicate<BigDecimal> forAllDiscount()
Adds a condition for the feature discount to the predicate for AbstractProductPrice, which evaluates to false unless the value of the feature discount satisfies the given condition.

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


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 condition for the feature discountIsPercentage to the predicate for AbstractProductPrice, which evaluates to false unless the value of the feature discountIsPercentage satisfies the given condition.

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


forAllDiscountIsPercentage

BooleanTypePredicate forAllDiscountIsPercentage()
Adds a condition for the feature discountIsPercentage to the predicate for AbstractProductPrice, which evaluates to false unless the value of the feature discountIsPercentage satisfies the given condition.

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


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 condition for the feature price to the predicate for AbstractProductPrice, which evaluates to false unless the value of the feature price satisfies the given condition.

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


forAllPrice

ComparableTypePredicate<BigDecimal> forAllPrice()
Adds a condition for the feature price to the predicate for AbstractProductPrice, which evaluates to false unless the value of the feature price satisfies the given condition.

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


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

AbstractPriceLevelQuery thereExistsPriceLevel()
Adds a condition for the feature priceLevel to the predicate for AbstractProductPrice, which evaluates to false unless the value of the feature priceLevel satisfies the given condition.

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


forAllPriceLevel

AbstractPriceLevelQuery forAllPriceLevel()
Adds a condition for the feature priceLevel to the predicate for AbstractProductPrice, which evaluates to false unless the value of the feature priceLevel satisfies the given condition.

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


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 condition for the feature quantityFrom to the predicate for AbstractProductPrice, which evaluates to false unless the value of the feature quantityFrom satisfies the given condition.

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


forAllQuantityFrom

ComparableTypePredicate<BigDecimal> forAllQuantityFrom()
Adds a condition for the feature quantityFrom to the predicate for AbstractProductPrice, which evaluates to false unless the value of the feature quantityFrom satisfies the given condition.

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


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 condition for the feature quantityTo to the predicate for AbstractProductPrice, which evaluates to false unless the value of the feature quantityTo satisfies the given condition.

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


forAllQuantityTo

ComparableTypePredicate<BigDecimal> forAllQuantityTo()
Adds a condition for the feature quantityTo to the predicate for AbstractProductPrice, which evaluates to false unless the value of the feature quantityTo satisfies the given condition.

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


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 condition for the feature usage to the predicate for AbstractProductPrice, which evaluates to false unless the values of the feature usage 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


forAllUsage

ComparableTypePredicate<Short> forAllUsage()
Adds a condition for the feature usage to the predicate for AbstractProductPrice, which evaluates to false unless the values of the feature usage 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


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-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.