public interface GetPriceLevelResultQuery
extends org.w3c.cci2.AnyTypePredicate
| Modifier and Type | Method and Description |
|---|---|
org.w3c.cci2.OptionalFeaturePredicate |
customer()
Adds a constraint to the predicate for
GetPriceLevelResult testing whether the value of the feature customer is null or not. |
org.w3c.cci2.OptionalFeaturePredicate |
customerDiscount()
Adds a constraint to the predicate for
GetPriceLevelResult testing whether the value of the feature customerDiscount is null or not. |
org.w3c.cci2.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. |
org.w3c.cci2.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. |
org.w3c.cci2.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. |
org.w3c.cci2.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. |
org.w3c.cci2.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! |
org.w3c.cci2.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! |
org.w3c.cci2.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! |
org.w3c.cci2.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! |
org.w3c.cci2.OptionalFeaturePredicate |
priceLevel()
Adds a constraint to the predicate for
GetPriceLevelResult testing whether the value of the feature priceLevel is null or not. |
org.w3c.cci2.ComparableTypePredicate<Short> |
statusCode() |
org.w3c.cci2.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. |
org.w3c.cci2.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. |
org.w3c.cci2.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. |
org.w3c.cci2.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. |
org.w3c.cci2.OptionalFeaturePredicate customer()
GetPriceLevelResult testing whether the value of the feature customer is null or not.AccountQuery thereExistsCustomer()
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
AccountQuery forAllCustomer()
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
org.w3c.cci2.OptionalFeaturePredicate customerDiscount()
GetPriceLevelResult testing whether the value of the feature customerDiscount is null or not.org.w3c.cci2.ComparableTypePredicate<BigDecimal> thereExistsCustomerDiscount()
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
org.w3c.cci2.ComparableTypePredicate<BigDecimal> forAllCustomerDiscount()
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
org.w3c.cci2.SimpleTypeOrder orderByCustomerDiscount()
GetPriceLevelResult depending the feature customerDiscount
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.OptionalFeaturePredicate customerDiscountIsPercentage()
GetPriceLevelResult testing whether the value of the feature customerDiscountIsPercentage is null or not.org.w3c.cci2.BooleanTypePredicate thereExistsCustomerDiscountIsPercentage()
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
org.w3c.cci2.BooleanTypePredicate forAllCustomerDiscountIsPercentage()
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
org.w3c.cci2.SimpleTypeOrder orderByCustomerDiscountIsPercentage()
GetPriceLevelResult depending the feature customerDiscountIsPercentage
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.OptionalFeaturePredicate priceLevel()
GetPriceLevelResult testing whether the value of the feature priceLevel is null or not.AbstractPriceLevelQuery thereExistsPriceLevel()
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
AbstractPriceLevelQuery forAllPriceLevel()
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
org.w3c.cci2.ComparableTypePredicate<Short> statusCode()
org.w3c.cci2.SimpleTypeOrder orderByStatusCode()
GetPriceLevelResult depending the feature statusCode
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.OptionalFeaturePredicate statusMessage()
GetPriceLevelResult testing whether the value of the feature statusMessage is null or not.org.w3c.cci2.StringTypePredicate thereExistsStatusMessage()
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
org.w3c.cci2.StringTypePredicate forAllStatusMessage()
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
org.w3c.cci2.SimpleTypeOrder orderByStatusMessage()
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-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.