public interface GetPriceLevelParamsQuery
extends org.w3c.cci2.AnyTypePredicate
| Modifier and Type | Method and Description |
|---|---|
AbstractContractQuery |
contract() |
UomQuery |
forAllPriceUom()
Adds a condition for the feature
priceUom to the predicate for GetPriceLevelParams, which evaluates to false unless the value of the feature priceUom satisfies the given condition. |
org.w3c.cci2.ComparableTypePredicate<Date> |
forAllPricingDate()
Adds a condition for the feature
pricingDate to the predicate for GetPriceLevelParams, which evaluates to false unless the value of the feature pricingDate satisfies the given condition. |
org.w3c.cci2.ComparableTypePredicate<BigDecimal> |
forAllQuantity()
Adds a condition for the feature
quantity to the predicate for GetPriceLevelParams, which evaluates to false unless the value of the feature quantity satisfies the given condition. |
org.w3c.cci2.SimpleTypeOrder |
orderByPricingDate()
Allows to adds a sort instruction for
GetPriceLevelParams depending the feature pricingDate
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByQuantity()
Allows to adds a sort instruction for
GetPriceLevelParams depending the feature quantity
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.OptionalFeaturePredicate |
priceUom()
Adds a constraint to the predicate for
GetPriceLevelParams testing whether the value of the feature priceUom is null or not. |
org.w3c.cci2.OptionalFeaturePredicate |
pricingDate()
Adds a constraint to the predicate for
GetPriceLevelParams testing whether the value of the feature pricingDate is null or not. |
AbstractProductQuery |
product() |
org.w3c.cci2.OptionalFeaturePredicate |
quantity()
Adds a constraint to the predicate for
GetPriceLevelParams testing whether the value of the feature quantity is null or not. |
UomQuery |
thereExistsPriceUom()
Adds a condition for the feature
priceUom to the predicate for GetPriceLevelParams, which evaluates to false unless the value of the feature priceUom satisfies the given condition. |
org.w3c.cci2.ComparableTypePredicate<Date> |
thereExistsPricingDate()
Adds a condition for the feature
pricingDate to the predicate for GetPriceLevelParams, which evaluates to false unless the value of the feature pricingDate satisfies the given condition. |
org.w3c.cci2.ComparableTypePredicate<BigDecimal> |
thereExistsQuantity()
Adds a condition for the feature
quantity to the predicate for GetPriceLevelParams, which evaluates to false unless the value of the feature quantity satisfies the given condition. |
AbstractContractQuery contract()
org.w3c.cci2.OptionalFeaturePredicate priceUom()
GetPriceLevelParams testing whether the value of the feature priceUom is null or not.UomQuery thereExistsPriceUom()
priceUom to the predicate for GetPriceLevelParams, 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
UomQuery forAllPriceUom()
priceUom to the predicate for GetPriceLevelParams, 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
org.w3c.cci2.OptionalFeaturePredicate pricingDate()
GetPriceLevelParams testing whether the value of the feature pricingDate is null or not.org.w3c.cci2.ComparableTypePredicate<Date> thereExistsPricingDate()
pricingDate to the predicate for GetPriceLevelParams, which evaluates to false unless the value of the feature pricingDate 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<Date> forAllPricingDate()
pricingDate to the predicate for GetPriceLevelParams, which evaluates to false unless the value of the feature pricingDate 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 orderByPricingDate()
GetPriceLevelParams depending the feature pricingDate
Note: The order in which orderBy… instructions are given is relevant!AbstractProductQuery product()
org.w3c.cci2.OptionalFeaturePredicate quantity()
GetPriceLevelParams testing whether the value of the feature quantity is null or not.org.w3c.cci2.ComparableTypePredicate<BigDecimal> thereExistsQuantity()
quantity to the predicate for GetPriceLevelParams, which evaluates to false unless the value of the feature quantity 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> forAllQuantity()
quantity to the predicate for GetPriceLevelParams, which evaluates to false unless the value of the feature quantity 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 orderByQuantity()
GetPriceLevelParams depending the feature quantity
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.