org.opencrx.kernel.product1.query
Interface GetPriceLevelResultQuery

All Superinterfaces:
AnyTypePredicate
All Known Implementing Classes:
GetPriceLevelResultFilterImpl

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 constraint for the feature customer to the predicate.
 ComparableTypePredicate forAllCustomerDiscount()
          Adds a constraint for the feature customerDiscount to the predicate.
 BooleanTypePredicate forAllCustomerDiscountIsPercentage()
          Adds a constraint for the feature customerDiscountIsPercentage to the predicate.
 PriceLevelQuery forAllPriceLevel()
          Adds a constraint for the feature priceLevel to the predicate.
 StringTypePredicate forAllStatusMessage()
          Adds a constraint for the feature statusMessage to the predicate.
 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 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 constraint for the feature customer to the predicate.
 ComparableTypePredicate thereExistsCustomerDiscount()
          Adds a constraint for the feature customerDiscount to the predicate.
 BooleanTypePredicate thereExistsCustomerDiscountIsPercentage()
          Adds a constraint for the feature customerDiscountIsPercentage to the predicate.
 PriceLevelQuery thereExistsPriceLevel()
          Adds a constraint for the feature priceLevel to the predicate.
 StringTypePredicate thereExistsStatusMessage()
          Adds a constraint for the feature statusMessage to the predicate.
 
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 constraint for the feature customer to the predicate. The predicate for GetPriceLevelResult evaluates true if its value of feature customer 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!


forAllCustomer

AccountQuery forAllCustomer()
Adds a constraint for the feature customer to the predicate. The predicate for GetPriceLevelResult evaluates true if its value of feature customer 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!


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 thereExistsCustomerDiscount()
Adds a constraint for the feature customerDiscount to the predicate. The predicate for GetPriceLevelResult evaluates true if its value of feature customerDiscount 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!


forAllCustomerDiscount

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


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 constraint for the feature customerDiscountIsPercentage to the predicate. The predicate for GetPriceLevelResult evaluates true if its value of feature customerDiscountIsPercentage 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!


forAllCustomerDiscountIsPercentage

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


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

PriceLevelQuery thereExistsPriceLevel()
Adds a constraint for the feature priceLevel to the predicate. The predicate for GetPriceLevelResult 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 GetPriceLevelResult 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!


statusCode

ComparableTypePredicate 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 constraint for the feature statusMessage to the predicate. The predicate for GetPriceLevelResult evaluates true if its value of feature statusMessage 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!


forAllStatusMessage

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


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