org.opencrx.kernel.product1.cci2
Interface GetPriceLevelResultQuery

All Superinterfaces:
AnyTypePredicate

public interface GetPriceLevelResultQuery
extends AnyTypePredicate


Method Summary
 OptionalFeaturePredicate customer()
          Adds a constraint to the predicate for GetPriceLevelResult testing whether the value of the feature customer is null or not.
 OptionalFeaturePredicate customerDiscount()
          Adds a constraint to the predicate for GetPriceLevelResult testing whether the value of the feature customerDiscount is null or not.
 OptionalFeaturePredicate customerDiscountIsPercentage()
          Adds a constraint to the predicate for GetPriceLevelResult testing whether the value of the feature customerDiscountIsPercentage is null or not.
 AccountQuery forAllCustomer()
          Adds a condition for the feature customer to the predicate for GetPriceLevelResult, which evaluates to false unless the value of the feature customer satisfies the given condition.
 ComparableTypePredicate<BigDecimal> forAllCustomerDiscount()
          Adds a condition for the feature customerDiscount to the predicate for GetPriceLevelResult, which evaluates to false unless the value of the feature customerDiscount satisfies the given condition.
 BooleanTypePredicate forAllCustomerDiscountIsPercentage()
          Adds a condition for the feature customerDiscountIsPercentage to the predicate for GetPriceLevelResult, which evaluates to false unless the value of the feature customerDiscountIsPercentage satisfies the given condition.
 AbstractPriceLevelQuery forAllPriceLevel()
          Adds a condition for the feature priceLevel to the predicate for GetPriceLevelResult, which evaluates to false unless the value of the feature priceLevel satisfies the given condition.
 StringTypePredicate forAllStatusMessage()
          Adds a condition for the feature statusMessage to the predicate for GetPriceLevelResult, which evaluates to false unless the value of the feature statusMessage satisfies the given condition.
 SimpleTypeOrder orderByCustomerDiscount()
          Allows to adds a sort instruction for GetPriceLevelResult depending the feature customerDiscount Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByCustomerDiscountIsPercentage()
          Allows to adds a sort instruction for GetPriceLevelResult depending the feature customerDiscountIsPercentage Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByStatusCode()
          Allows to adds a sort instruction for GetPriceLevelResult depending the feature statusCode Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByStatusMessage()
          Allows to adds a sort instruction for GetPriceLevelResult depending the feature statusMessage Note: The order in which orderBy… instructions are given is relevant!
 OptionalFeaturePredicate priceLevel()
          Adds a constraint to the predicate for GetPriceLevelResult testing whether the value of the feature priceLevel is null or not.
 ComparableTypePredicate<Short> statusCode()
           
 OptionalFeaturePredicate statusMessage()
          Adds a constraint to the predicate for GetPriceLevelResult testing whether the value of the feature statusMessage is null or not.
 AccountQuery thereExistsCustomer()
          Adds a condition for the feature customer to the predicate for GetPriceLevelResult, which evaluates to false unless the value of the feature customer satisfies the given condition.
 ComparableTypePredicate<BigDecimal> thereExistsCustomerDiscount()
          Adds a condition for the feature customerDiscount to the predicate for GetPriceLevelResult, which evaluates to false unless the value of the feature customerDiscount satisfies the given condition.
 BooleanTypePredicate thereExistsCustomerDiscountIsPercentage()
          Adds a condition for the feature customerDiscountIsPercentage to the predicate for GetPriceLevelResult, which evaluates to false unless the value of the feature customerDiscountIsPercentage satisfies the given condition.
 AbstractPriceLevelQuery thereExistsPriceLevel()
          Adds a condition for the feature priceLevel to the predicate for GetPriceLevelResult, which evaluates to false unless the value of the feature priceLevel satisfies the given condition.
 StringTypePredicate thereExistsStatusMessage()
          Adds a condition for the feature statusMessage to the predicate for GetPriceLevelResult, which evaluates to false unless the value of the feature statusMessage satisfies the given condition.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

customer

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


thereExistsCustomer

AccountQuery thereExistsCustomer()
Adds a condition for the feature customer to the predicate for GetPriceLevelResult, which evaluates to false unless the value of the feature customer satisfies the given condition.

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


forAllCustomer

AccountQuery forAllCustomer()
Adds a condition for the feature customer to the predicate for GetPriceLevelResult, which evaluates to false unless the value of the feature customer satisfies the given condition.

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


customerDiscount

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


thereExistsCustomerDiscount

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

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


forAllCustomerDiscount

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

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


orderByCustomerDiscount

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


customerDiscountIsPercentage

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


thereExistsCustomerDiscountIsPercentage

BooleanTypePredicate thereExistsCustomerDiscountIsPercentage()
Adds a condition for the feature customerDiscountIsPercentage to the predicate for GetPriceLevelResult, which evaluates to false unless the value of the feature customerDiscountIsPercentage satisfies the given condition.

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


forAllCustomerDiscountIsPercentage

BooleanTypePredicate forAllCustomerDiscountIsPercentage()
Adds a condition for the feature customerDiscountIsPercentage to the predicate for GetPriceLevelResult, which evaluates to false unless the value of the feature customerDiscountIsPercentage satisfies the given condition.

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


orderByCustomerDiscountIsPercentage

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


priceLevel

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


thereExistsPriceLevel

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


statusCode

ComparableTypePredicate<Short> statusCode()

orderByStatusCode

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


statusMessage

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


thereExistsStatusMessage

StringTypePredicate thereExistsStatusMessage()
Adds a condition for the feature statusMessage to the predicate for GetPriceLevelResult, which evaluates to false unless the value of the feature statusMessage satisfies the given condition.

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


forAllStatusMessage

StringTypePredicate forAllStatusMessage()
Adds a condition for the feature statusMessage to the predicate for GetPriceLevelResult, which evaluates to false unless the value of the feature statusMessage satisfies the given condition.

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


orderByStatusMessage

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



This software is published under the BSD license. Copyright © 2003-2008, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.