|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.jaxrs.ext.search.AbstractComplexCondition<T>
org.apache.cxf.jaxrs.ext.search.AndSearchCondition<T>
public class AndSearchCondition<T>
Composite 'and' search condition
| Field Summary |
|---|
| Fields inherited from class org.apache.cxf.jaxrs.ext.search.AbstractComplexCondition |
|---|
conditions |
| Constructor Summary | |
|---|---|
AndSearchCondition()
|
|
AndSearchCondition(java.util.List<SearchCondition<T>> conditions)
|
|
| Method Summary | |
|---|---|
boolean |
isMet(T pojo)
Checks if the given pojo instance meets this search condition |
| Methods inherited from class org.apache.cxf.jaxrs.ext.search.AbstractComplexCondition |
|---|
findAll, getCondition, getConditionType, getSearchConditions, getStatement, setConditions, toSQL |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AndSearchCondition()
public AndSearchCondition(java.util.List<SearchCondition<T>> conditions)
| Method Detail |
|---|
public boolean isMet(T pojo)
SearchCondition
pojo - the object which will be checked
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||