|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AbstractFilterProductQuery
| Method Summary | |
|---|---|
MultivaluedFeaturePredicate |
filteredProduct()
Adds a constraint to the predicate for AbstractFilterProduct testing whether the feature filteredProduct has values or not. |
AbstractProductQuery |
forAllFilteredProduct()
Adds a condition for the feature filteredProduct to the predicate for AbstractFilterProduct, which evaluates to false unless the value of the feature filteredProduct satisfies the given condition. |
ProductFilterPropertyQuery |
forAllProductFilterProperty()
Adds a condition for the feature productFilterProperty to the predicate for AbstractFilterProduct, which evaluates to false unless the value of the feature productFilterProperty satisfies the given condition. |
MultivaluedFeaturePredicate |
productFilterProperty()
Adds a constraint to the predicate for AbstractFilterProduct testing whether the feature productFilterProperty has values or not. |
AbstractProductQuery |
thereExistsFilteredProduct()
Adds a condition for the feature filteredProduct to the predicate for AbstractFilterProduct, which evaluates to false unless the value of the feature filteredProduct satisfies the given condition. |
ProductFilterPropertyQuery |
thereExistsProductFilterProperty()
Adds a condition for the feature productFilterProperty to the predicate for AbstractFilterProduct, which evaluates to false unless the value of the feature productFilterProperty satisfies the given condition. |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
MultivaluedFeaturePredicate filteredProduct()
AbstractFilterProduct testing whether the feature filteredProduct has values or not.
AbstractProductQuery thereExistsFilteredProduct()
filteredProduct to the predicate for AbstractFilterProduct, which evaluates to false unless the value of the feature filteredProduct satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
AbstractProductQuery forAllFilteredProduct()
filteredProduct to the predicate for AbstractFilterProduct, which evaluates to false unless the value of the feature filteredProduct satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
MultivaluedFeaturePredicate productFilterProperty()
AbstractFilterProduct testing whether the feature productFilterProperty has values or not.
ProductFilterPropertyQuery thereExistsProductFilterProperty()
productFilterProperty to the predicate for AbstractFilterProduct, which evaluates to false unless the value of the feature productFilterProperty satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
ProductFilterPropertyQuery forAllProductFilterProperty()
productFilterProperty to the predicate for AbstractFilterProduct, which evaluates to false unless the value of the feature productFilterProperty satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||