de.pannenleiter.util
Class QueryFilter

java.lang.Object
  |
  +--de.pannenleiter.util.QueryFilter

public class QueryFilter
extends java.lang.Object

QueryFilter -- cuts the result tree of a database query should be replaced by a lazy evaluation algorithm


Field Summary
 boolean plchilds
           
 boolean plid
           
 boolean plversion
           
 
Constructor Summary
QueryFilter()
           
 
Method Summary
 boolean attributesEnabled(java.lang.String name)
           
 boolean childsEnabled(java.lang.String name)
           
 void enableAll()
           
 void enableAttributes(java.lang.String atts)
           
 void enableChilds(java.lang.String ele)
           
 boolean someAttributesEnabled()
           
 boolean someChildsEnabled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

plid

public boolean plid

plversion

public boolean plversion

plchilds

public boolean plchilds
Constructor Detail

QueryFilter

public QueryFilter()
Method Detail

enableAll

public void enableAll()

enableChilds

public void enableChilds(java.lang.String ele)

enableAttributes

public void enableAttributes(java.lang.String atts)

someChildsEnabled

public boolean someChildsEnabled()

childsEnabled

public boolean childsEnabled(java.lang.String name)

someAttributesEnabled

public boolean someAttributesEnabled()

attributesEnabled

public boolean attributesEnabled(java.lang.String name)