|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GetProductsByQueryParamsQuery
| Method Summary | |
|---|---|
MultivaluedFeaturePredicate |
classificationId()
Adds a constraint to the predicate for GetProductsByQueryParams testing whether the feature classificationId has values or not. |
StringTypePredicate |
forAllClassificationId()
Adds a condition for the feature classificationId to the predicate for GetProductsByQueryParams, which evaluates to false unless the values of the feature classificationId satisfy the given condition. |
ComparableTypePredicate<Integer> |
forAllProductStatus()
Adds a condition for the feature productStatus to the predicate for GetProductsByQueryParams, which evaluates to false unless the value of the feature productStatus satisfies the given condition. |
SimpleTypeOrder |
orderByProductStatus()
Allows to adds a sort instruction for GetProductsByQueryParams depending the feature productStatus
Note: The order in which orderBy… instructions are given is relevant! |
OptionalFeaturePredicate |
productStatus()
Adds a constraint to the predicate for GetProductsByQueryParams testing whether the value of the feature productStatus is null or not. |
StringTypePredicate |
thereExistsClassificationId()
Adds a condition for the feature classificationId to the predicate for GetProductsByQueryParams, which evaluates to false unless the values of the feature classificationId satisfy the given condition. |
ComparableTypePredicate<Integer> |
thereExistsProductStatus()
Adds a condition for the feature productStatus to the predicate for GetProductsByQueryParams, which evaluates to false unless the value of the feature productStatus satisfies the given condition. |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
MultivaluedFeaturePredicate classificationId()
GetProductsByQueryParams testing whether the feature classificationId has values or not.
StringTypePredicate thereExistsClassificationId()
classificationId to the predicate for GetProductsByQueryParams, which evaluates to false unless the values of the feature classificationId satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied
StringTypePredicate forAllClassificationId()
classificationId to the predicate for GetProductsByQueryParams, which evaluates to false unless the values of the feature classificationId satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied
OptionalFeaturePredicate productStatus()
GetProductsByQueryParams testing whether the value of the feature productStatus is null or not.
ComparableTypePredicate<Integer> thereExistsProductStatus()
productStatus to the predicate for GetProductsByQueryParams, which evaluates to false unless the value of the feature productStatus satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
ComparableTypePredicate<Integer> forAllProductStatus()
productStatus to the predicate for GetProductsByQueryParams, which evaluates to false unless the value of the feature productStatus satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByProductStatus()
GetProductsByQueryParams depending the feature productStatus
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 | |||||||||