|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbutler.sql.filter.Filter
butler.sql.filter.RecursiveFilter
butler.sql.filter.OrFilter
public class OrFilter
Field Summary |
---|
Fields inherited from class butler.sql.filter.RecursiveFilter |
---|
_childFilters, _operator |
Constructor Summary | |
---|---|
OrFilter()
|
|
OrFilter(Filter filterA,
Filter filterB)
|
Method Summary | |
---|---|
Filter |
copy()
|
boolean |
filter(Record rec)
|
static Filter |
parse(org.dom4j.Element element,
java.util.Map tableDictonary)
|
Methods inherited from class butler.sql.filter.RecursiveFilter |
---|
addChildFilter, copy, createId, getChildren, getFilter, getFilterA, getFilterB, getLeafFilters, getSQL, getValues, modify, parse2, replaceChild, reset, toXML |
Methods inherited from class butler.sql.filter.Filter |
---|
and, equals, getCaption, getId, getNestedQuery, getOperator, getParamDatatypes, getValues, hashCode, not, or, params2db, parseFilter, registerFilterParser, setCaption, 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) throws java.lang.Exception
java.lang.Exception
public Filter copy() throws java.lang.Exception
copy
in class Filter
java.lang.Exception
public boolean filter(Record rec) throws java.lang.Exception
filter
in class Filter
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |