|
||||||||||
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.OrFilter
Field Summary |
Fields inherited from class butler.sql.query.RecursiveFilter |
_childFilters, _operator |
Constructor Summary | |
OrFilter()
|
|
OrFilter(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 OrFilter(Filter filterA, Filter filterB)
public OrFilter()
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 Filter
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |