|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CalculatePricesParamsQuery
| Method Summary | |
|---|---|
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. |
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. |
OptionalFeaturePredicate |
includeProductsModifiedSince()
Adds a constraint to the predicate for CalculatePricesParams testing whether the value of the
feature includeProductsModifiedSince is null
or not. |
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! |
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! |
OptionalFeaturePredicate |
processingMode()
Adds a constraint to the predicate for CalculatePricesParams testing whether the value of the
feature processingMode is null or not. |
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. |
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. |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
OptionalFeaturePredicate includeProductsModifiedSince()
CalculatePricesParams testing whether the value of the
feature includeProductsModifiedSince is null
or not.
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
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
SimpleTypeOrder orderByIncludeProductsModifiedSince()
CalculatePricesParams depending the feature
includeProductsModifiedSince
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate processingMode()
CalculatePricesParams testing whether the value of the
feature processingMode is null or not.
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
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
SimpleTypeOrder orderByProcessingMode()
CalculatePricesParams depending the feature
processingMode
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 | |||||||||