|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GetPriceLevelResultQuery
| 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, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
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
OptionalFeaturePredicate customerDiscount()
GetPriceLevelResult testing whether the value of the feature customerDiscount is null or not.
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
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
SimpleTypeOrder orderByCustomerDiscount()
GetPriceLevelResult depending the feature customerDiscount
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate customerDiscountIsPercentage()
GetPriceLevelResult testing whether the value of the feature customerDiscountIsPercentage is null or not.
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
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
SimpleTypeOrder orderByCustomerDiscountIsPercentage()
GetPriceLevelResult depending the feature customerDiscountIsPercentage
Note: The order in which orderBy… instructions are given is relevant!
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
ComparableTypePredicate<Short> statusCode()
SimpleTypeOrder orderByStatusCode()
GetPriceLevelResult depending the feature statusCode
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate statusMessage()
GetPriceLevelResult testing whether the value of the feature statusMessage is null or not.
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
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
SimpleTypeOrder orderByStatusMessage()
GetPriceLevelResult depending the feature statusMessage
Note: The order in which orderBy… instructions are given is relevant!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||