|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbutler.sql.query.Filter
butler.sql.query.RecursiveFilter
butler.sql.query.AndFilter
| Field Summary |
| Fields inherited from class butler.sql.query.RecursiveFilter |
_childFilters, _operator |
| Constructor Summary | |
AndFilter()
|
|
AndFilter(Filter filterA,
Filter filterB)
|
|
| Method Summary | |
Filter |
copy()
|
static Filter |
parse(org.dom4j.Element element,
java.util.Map tableDictonary,
Filter rootQ)
|
| Methods inherited from class butler.sql.query.RecursiveFilter |
addChildFilter, copy, getChildren, getFilterA, getFilterB, getLeafFilters, getSQL, modify, parse2, replaceChild, reset, toXML |
| Methods inherited from class butler.sql.query.Filter |
equals, getCaption, getFilter, getFilterMap, getId, getNestedQuery, getOperator, getSQL, getValues, hashCode, params2db, parseFilter, registerFilter, replaceFilter, setId, setOperator, setSize, setSize, toXML |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AndFilter(Filter filterA,
Filter filterB)
public AndFilter()
| Method Detail |
public static Filter parse(org.dom4j.Element element,
java.util.Map tableDictonary,
Filter rootQ)
throws java.lang.Exception
java.lang.Exception
public Filter copy()
throws java.lang.Exception
copy in class Filterjava.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||