public interface CalculatePricesParamsQuery
extends org.w3c.cci2.AnyTypePredicate
| Modifier and Type | Method and Description |
|---|---|
org.w3c.cci2.ComparableTypePredicate<Date> |
forAllIncludeProductsModifiedSince()
Adds a condition for the feature
includeProductsModifiedSince to the predicate for CalculatePricesParams, which evaluates to false unless the value of the feature includeProductsModifiedSince satisfies the given condition. |
org.w3c.cci2.ComparableTypePredicate<Short> |
forAllProcessingMode()
Adds a condition for the feature
processingMode to the predicate for CalculatePricesParams, which evaluates to false unless the value of the feature processingMode satisfies the given condition. |
org.w3c.cci2.OptionalFeaturePredicate |
includeProductsModifiedSince()
Adds a constraint to the predicate for
CalculatePricesParams testing whether the value of the feature includeProductsModifiedSince is null or not. |
org.w3c.cci2.SimpleTypeOrder |
orderByIncludeProductsModifiedSince()
Allows to adds a sort instruction for
CalculatePricesParams depending the feature includeProductsModifiedSince
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByProcessingMode()
Allows to adds a sort instruction for
CalculatePricesParams depending the feature processingMode
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.OptionalFeaturePredicate |
processingMode()
Adds a constraint to the predicate for
CalculatePricesParams testing whether the value of the feature processingMode is null or not. |
org.w3c.cci2.ComparableTypePredicate<Date> |
thereExistsIncludeProductsModifiedSince()
Adds a condition for the feature
includeProductsModifiedSince to the predicate for CalculatePricesParams, which evaluates to false unless the value of the feature includeProductsModifiedSince satisfies the given condition. |
org.w3c.cci2.ComparableTypePredicate<Short> |
thereExistsProcessingMode()
Adds a condition for the feature
processingMode to the predicate for CalculatePricesParams, which evaluates to false unless the value of the feature processingMode satisfies the given condition. |
org.w3c.cci2.OptionalFeaturePredicate includeProductsModifiedSince()
CalculatePricesParams testing whether the value of the feature includeProductsModifiedSince is null or not.org.w3c.cci2.ComparableTypePredicate<Date> thereExistsIncludeProductsModifiedSince()
includeProductsModifiedSince to the predicate for CalculatePricesParams, which evaluates to false unless the value of the feature includeProductsModifiedSince 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> forAllIncludeProductsModifiedSince()
includeProductsModifiedSince to the predicate for CalculatePricesParams, which evaluates to false unless the value of the feature includeProductsModifiedSince 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 orderByIncludeProductsModifiedSince()
CalculatePricesParams depending the feature includeProductsModifiedSince
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.OptionalFeaturePredicate processingMode()
CalculatePricesParams testing whether the value of the feature processingMode is null or not.org.w3c.cci2.ComparableTypePredicate<Short> thereExistsProcessingMode()
processingMode to the predicate for CalculatePricesParams, which evaluates to false unless the value of the feature processingMode 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<Short> forAllProcessingMode()
processingMode to the predicate for CalculatePricesParams, which evaluates to false unless the value of the feature processingMode 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 orderByProcessingMode()
CalculatePricesParams depending the feature processingMode
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.