org.opencrx.application.shop1.cci2
Interface ProductPriceTQuery

All Superinterfaces:
AnyTypePredicate

public interface ProductPriceTQuery
extends AnyTypePredicate


Method Summary
 StringTypePredicate forAllPrice()
          Adds a condition for the feature price to the predicate for ProductPriceT, which evaluates to false unless the value of the feature price satisfies the given condition.
 ComparableTypePredicate<Integer> forAllPriceCurrency()
          Adds a condition for the feature priceCurrency to the predicate for ProductPriceT, which evaluates to false unless the value of the feature priceCurrency satisfies the given condition.
 StringTypePredicate forAllPriceIncludingTax()
          Adds a condition for the feature priceIncludingTax to the predicate for ProductPriceT, which evaluates to false unless the value of the feature priceIncludingTax satisfies the given condition.
 StringTypePredicate forAllPriceLevel()
          Adds a condition for the feature priceLevel to the predicate for ProductPriceT, which evaluates to false unless the value of the feature priceLevel satisfies the given condition.
 StringTypePredicate forAllPriceUom()
          Adds a condition for the feature priceUom to the predicate for ProductPriceT, which evaluates to false unless the value of the feature priceUom satisfies the given condition.
 SimpleTypeOrder orderByPrice()
          Allows to adds a sort instruction for ProductPriceT depending the feature price Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByPriceCurrency()
          Allows to adds a sort instruction for ProductPriceT depending the feature priceCurrency Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByPriceIncludingTax()
          Allows to adds a sort instruction for ProductPriceT depending the feature priceIncludingTax Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByPriceLevel()
          Allows to adds a sort instruction for ProductPriceT depending the feature priceLevel Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByPriceUom()
          Allows to adds a sort instruction for ProductPriceT depending the feature priceUom Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByPricingDate()
          Allows to adds a sort instruction for ProductPriceT depending the feature pricingDate Note: The order in which orderBy… instructions are given is relevant!
 OptionalFeaturePredicate price()
          Adds a constraint to the predicate for ProductPriceT testing whether the value of the feature price is null or not.
 OptionalFeaturePredicate priceCurrency()
          Adds a constraint to the predicate for ProductPriceT testing whether the value of the feature priceCurrency is null or not.
 OptionalFeaturePredicate priceIncludingTax()
          Adds a constraint to the predicate for ProductPriceT testing whether the value of the feature priceIncludingTax is null or not.
 OptionalFeaturePredicate priceLevel()
          Adds a constraint to the predicate for ProductPriceT testing whether the value of the feature priceLevel is null or not.
 OptionalFeaturePredicate priceUom()
          Adds a constraint to the predicate for ProductPriceT testing whether the value of the feature priceUom is null or not.
 ComparableTypePredicate<Date> pricingDate()
           
 StringTypePredicate thereExistsPrice()
          Adds a condition for the feature price to the predicate for ProductPriceT, which evaluates to false unless the value of the feature price satisfies the given condition.
 ComparableTypePredicate<Integer> thereExistsPriceCurrency()
          Adds a condition for the feature priceCurrency to the predicate for ProductPriceT, which evaluates to false unless the value of the feature priceCurrency satisfies the given condition.
 StringTypePredicate thereExistsPriceIncludingTax()
          Adds a condition for the feature priceIncludingTax to the predicate for ProductPriceT, which evaluates to false unless the value of the feature priceIncludingTax satisfies the given condition.
 StringTypePredicate thereExistsPriceLevel()
          Adds a condition for the feature priceLevel to the predicate for ProductPriceT, which evaluates to false unless the value of the feature priceLevel satisfies the given condition.
 StringTypePredicate thereExistsPriceUom()
          Adds a condition for the feature priceUom to the predicate for ProductPriceT, which evaluates to false unless the value of the feature priceUom satisfies the given condition.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

price

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


thereExistsPrice

StringTypePredicate thereExistsPrice()
Adds a condition for the feature price to the predicate for ProductPriceT, 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

StringTypePredicate forAllPrice()
Adds a condition for the feature price to the predicate for ProductPriceT, 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 ProductPriceT depending the feature price Note: The order in which orderBy… instructions are given is relevant!


priceCurrency

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


thereExistsPriceCurrency

ComparableTypePredicate<Integer> thereExistsPriceCurrency()
Adds a condition for the feature priceCurrency to the predicate for ProductPriceT, which evaluates to false unless the value of the feature priceCurrency satisfies the given condition.

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


forAllPriceCurrency

ComparableTypePredicate<Integer> forAllPriceCurrency()
Adds a condition for the feature priceCurrency to the predicate for ProductPriceT, which evaluates to false unless the value of the feature priceCurrency satisfies the given condition.

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


orderByPriceCurrency

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


priceIncludingTax

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


thereExistsPriceIncludingTax

StringTypePredicate thereExistsPriceIncludingTax()
Adds a condition for the feature priceIncludingTax to the predicate for ProductPriceT, which evaluates to false unless the value of the feature priceIncludingTax satisfies the given condition.

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


forAllPriceIncludingTax

StringTypePredicate forAllPriceIncludingTax()
Adds a condition for the feature priceIncludingTax to the predicate for ProductPriceT, which evaluates to false unless the value of the feature priceIncludingTax satisfies the given condition.

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


orderByPriceIncludingTax

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


priceLevel

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


thereExistsPriceLevel

StringTypePredicate thereExistsPriceLevel()
Adds a condition for the feature priceLevel to the predicate for ProductPriceT, 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

StringTypePredicate forAllPriceLevel()
Adds a condition for the feature priceLevel to the predicate for ProductPriceT, 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


orderByPriceLevel

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


priceUom

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


thereExistsPriceUom

StringTypePredicate thereExistsPriceUom()
Adds a condition for the feature priceUom to the predicate for ProductPriceT, which evaluates to false unless the value of the feature priceUom satisfies the given condition.

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


forAllPriceUom

StringTypePredicate forAllPriceUom()
Adds a condition for the feature priceUom to the predicate for ProductPriceT, which evaluates to false unless the value of the feature priceUom satisfies the given condition.

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


orderByPriceUom

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


pricingDate

ComparableTypePredicate<Date> pricingDate()

orderByPricingDate

SimpleTypeOrder orderByPricingDate()
Allows to adds a sort instruction for ProductPriceT depending the feature pricingDate 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.