butler.sql.query
Class NotFilter

java.lang.Object
  extended bybutler.sql.query.Filter
      extended bybutler.sql.query.RecursiveFilter
          extended bybutler.sql.query.NotFilter
Direct Known Subclasses:
Not

public class NotFilter
extends RecursiveFilter

Author:
Fredrik Bertilsson

Field Summary
 
Fields inherited from class butler.sql.query.RecursiveFilter
_childFilters, _operator
 
Constructor Summary
NotFilter()
           
NotFilter(Filter filter)
           
 
Method Summary
 Filter copy()
           
 java.lang.String getSQL(Query.SQLBuilder callback)
           
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, 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

NotFilter

public NotFilter(Filter filter)

NotFilter

public NotFilter()
Method Detail

getSQL

public java.lang.String getSQL(Query.SQLBuilder callback)
                        throws java.lang.Exception
Overrides:
getSQL in class RecursiveFilter
Throws:
java.lang.Exception

parse

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

copy

public Filter copy()
            throws java.lang.Exception
Overrides:
copy in class Filter
Throws:
java.lang.Exception