public interface CreatePositionParamsQuery
extends org.w3c.cci2.AnyTypePredicate
| Modifier and Type | Method and Description |
|---|---|
org.w3c.cci2.BooleanTypePredicate |
forAllIgnoreProductConfiguration()
Adds a condition for the feature
ignoreProductConfiguration to the predicate for CreatePositionParams, which evaluates to false unless the value of the feature ignoreProductConfiguration satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
forAllName()
Adds a condition for the feature
name to the predicate for CreatePositionParams, which evaluates to false unless the value of the feature name satisfies the given condition. |
UomQuery |
forAllPriceUom()
Adds a condition for the feature
priceUom to the predicate for CreatePositionParams, 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 CreatePositionParams, which evaluates to false unless the value of the feature pricingDate satisfies the given condition. |
UomQuery |
forAllUom()
Adds a condition for the feature
uom to the predicate for CreatePositionParams, which evaluates to false unless the value of the feature uom satisfies the given condition. |
org.w3c.cci2.OptionalFeaturePredicate |
ignoreProductConfiguration()
Adds a constraint to the predicate for
CreatePositionParams testing whether the value of the feature ignoreProductConfiguration is null or not. |
org.w3c.cci2.OptionalFeaturePredicate |
name()
Adds a constraint to the predicate for
CreatePositionParams testing whether the value of the feature name is null or not. |
org.w3c.cci2.SimpleTypeOrder |
orderByIgnoreProductConfiguration()
Allows to adds a sort instruction for
CreatePositionParams depending the feature ignoreProductConfiguration
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByName()
Allows to adds a sort instruction for
CreatePositionParams depending the feature name
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByPricingDate()
Allows to adds a sort instruction for
CreatePositionParams 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
CreatePositionParams 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
CreatePositionParams testing whether the value of the feature priceUom is null or not. |
org.w3c.cci2.OptionalFeaturePredicate |
pricingDate()
Adds a constraint to the predicate for
CreatePositionParams testing whether the value of the feature pricingDate is null or not. |
PricingRuleQuery |
pricingRule() |
ProductQuery |
product() |
org.w3c.cci2.ComparableTypePredicate<BigDecimal> |
quantity() |
org.w3c.cci2.BooleanTypePredicate |
thereExistsIgnoreProductConfiguration()
Adds a condition for the feature
ignoreProductConfiguration to the predicate for CreatePositionParams, which evaluates to false unless the value of the feature ignoreProductConfiguration satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
thereExistsName()
Adds a condition for the feature
name to the predicate for CreatePositionParams, which evaluates to false unless the value of the feature name satisfies the given condition. |
UomQuery |
thereExistsPriceUom()
Adds a condition for the feature
priceUom to the predicate for CreatePositionParams, 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 CreatePositionParams, which evaluates to false unless the value of the feature pricingDate satisfies the given condition. |
UomQuery |
thereExistsUom()
Adds a condition for the feature
uom to the predicate for CreatePositionParams, which evaluates to false unless the value of the feature uom satisfies the given condition. |
org.w3c.cci2.OptionalFeaturePredicate |
uom()
Adds a constraint to the predicate for
CreatePositionParams testing whether the value of the feature uom is null or not. |
org.w3c.cci2.OptionalFeaturePredicate ignoreProductConfiguration()
CreatePositionParams testing whether the value of the feature ignoreProductConfiguration is null or not.org.w3c.cci2.BooleanTypePredicate thereExistsIgnoreProductConfiguration()
ignoreProductConfiguration to the predicate for CreatePositionParams, which evaluates to false unless the value of the feature ignoreProductConfiguration 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 forAllIgnoreProductConfiguration()
ignoreProductConfiguration to the predicate for CreatePositionParams, which evaluates to false unless the value of the feature ignoreProductConfiguration 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 orderByIgnoreProductConfiguration()
CreatePositionParams depending the feature ignoreProductConfiguration
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.OptionalFeaturePredicate name()
CreatePositionParams testing whether the value of the feature name is null or not.org.w3c.cci2.StringTypePredicate thereExistsName()
name to the predicate for CreatePositionParams, which evaluates to false unless the value of the feature name 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 forAllName()
name to the predicate for CreatePositionParams, which evaluates to false unless the value of the feature name 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 orderByName()
CreatePositionParams depending the feature name
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.OptionalFeaturePredicate priceUom()
CreatePositionParams testing whether the value of the feature priceUom is null or not.UomQuery thereExistsPriceUom()
priceUom to the predicate for CreatePositionParams, 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 CreatePositionParams, 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()
CreatePositionParams testing whether the value of the feature pricingDate is null or not.org.w3c.cci2.ComparableTypePredicate<Date> thereExistsPricingDate()
pricingDate to the predicate for CreatePositionParams, 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 CreatePositionParams, 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()
CreatePositionParams depending the feature pricingDate
Note: The order in which orderBy… instructions are given is relevant!PricingRuleQuery pricingRule()
ProductQuery product()
org.w3c.cci2.ComparableTypePredicate<BigDecimal> quantity()
org.w3c.cci2.SimpleTypeOrder orderByQuantity()
CreatePositionParams depending the feature quantity
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.OptionalFeaturePredicate uom()
CreatePositionParams testing whether the value of the feature uom is null or not.UomQuery thereExistsUom()
uom to the predicate for CreatePositionParams, which evaluates to false unless the value of the feature uom satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
UomQuery forAllUom()
uom to the predicate for CreatePositionParams, which evaluates to false unless the value of the feature uom satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.