butler.sql.filter
Class DummyFilter

java.lang.Object
  extended by butler.sql.filter.Filter
      extended by butler.sql.filter.DummyFilter

public class DummyFilter
extends Filter

Author:
Fredrik Bertilsson

Constructor Summary
DummyFilter()
           
 
Method Summary
 java.lang.String getSQL()
           
static Filter parse(org.dom4j.Element element, java.util.Map tabMap)
           
 void toXML(org.xml.sax.ContentHandler handler)
           
 
Methods inherited from class butler.sql.filter.Filter
and, copy, createId, equals, filter, getCaption, getFilter, getId, getLeafFilters, getNestedQuery, getOperator, getParamDatatypes, getValues, getValues, hashCode, modify, 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

DummyFilter

public DummyFilter()
Method Detail

getSQL

public java.lang.String getSQL()
Overrides:
getSQL in class Filter

toXML

public void toXML(org.xml.sax.ContentHandler handler)
           throws java.lang.Exception
Overrides:
toXML in class Filter
Throws:
java.lang.Exception

parse

public static Filter parse(org.dom4j.Element element,
                           java.util.Map tabMap)
                    throws java.lang.Exception
Throws:
java.lang.Exception