|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GetProductsParamsQuery
| Method Summary | |
|---|---|
StringTypePredicate |
forAllProductNumber()
Adds a condition for the feature productNumber to the predicate for GetProductsParams, which evaluates to false unless the values of the feature productNumber satisfy the given condition. |
BooleanTypePredicate |
forAllReturnPictureContent()
Adds a condition for the feature returnPictureContent to the predicate for GetProductsParams, which evaluates to false unless the value of the feature returnPictureContent satisfies the given condition. |
MultivaluedTypeOrder |
orderByProductNumber()
Allows to adds a sort instruction for GetProductsParams depending the feature productNumber
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByReturnPictureContent()
Allows to adds a sort instruction for GetProductsParams depending the feature returnPictureContent
Note: The order in which orderBy… instructions are given is relevant! |
MultivaluedFeaturePredicate |
productNumber()
Adds a constraint to the predicate for GetProductsParams testing whether the feature productNumber has values or not. |
OptionalFeaturePredicate |
returnPictureContent()
Adds a constraint to the predicate for GetProductsParams testing whether the value of the feature returnPictureContent is null or not. |
StringTypePredicate |
thereExistsProductNumber()
Adds a condition for the feature productNumber to the predicate for GetProductsParams, which evaluates to false unless the values of the feature productNumber satisfy the given condition. |
BooleanTypePredicate |
thereExistsReturnPictureContent()
Adds a condition for the feature returnPictureContent to the predicate for GetProductsParams, which evaluates to false unless the value of the feature returnPictureContent satisfies the given condition. |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
MultivaluedFeaturePredicate productNumber()
GetProductsParams testing whether the feature productNumber has values or not.
StringTypePredicate thereExistsProductNumber()
productNumber to the predicate for GetProductsParams, which evaluates to false unless the values of the feature productNumber 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 forAllProductNumber()
productNumber to the predicate for GetProductsParams, which evaluates to false unless the values of the feature productNumber 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
MultivaluedTypeOrder orderByProductNumber()
GetProductsParams depending the feature productNumber
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate returnPictureContent()
GetProductsParams testing whether the value of the feature returnPictureContent is null or not.
BooleanTypePredicate thereExistsReturnPictureContent()
returnPictureContent to the predicate for GetProductsParams, which evaluates to false unless the value of the feature returnPictureContent satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
BooleanTypePredicate forAllReturnPictureContent()
returnPictureContent to the predicate for GetProductsParams, which evaluates to false unless the value of the feature returnPictureContent satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByReturnPictureContent()
GetProductsParams depending the feature returnPictureContent
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 | |||||||||