org.polliwog.data
Class JoSQLQuery

java.lang.Object
  extended by org.polliwog.data.JoSQLQuery
Direct Known Subclasses:
JoSQLQueryChain

public class JoSQLQuery
extends java.lang.Object


Nested Class Summary
 class JoSQLQuery.XMLConstants
           
 
Field Summary
static java.lang.String SELF
           
 
Constructor Summary
protected JoSQLQuery()
          Protected constructor to allow the query chain to work.
  JoSQLQuery(org.jdom.Element root, java.lang.Class cl)
           
 
Method Summary
 java.util.List execute(java.lang.Object contextObj, java.util.List objs, java.util.Map extraVars, VisitorEnvironment env)
           
 org.josql.Query getQuery()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SELF

public static final java.lang.String SELF
See Also:
Constant Field Values
Constructor Detail

JoSQLQuery

protected JoSQLQuery()
Protected constructor to allow the query chain to work. Either that or create an interface but that's a little "ott" for this kind of thing.


JoSQLQuery

public JoSQLQuery(org.jdom.Element root,
                  java.lang.Class cl)
           throws org.jdom.JDOMException,
                  WeblogException
Throws:
org.jdom.JDOMException
WeblogException
Method Detail

getQuery

public org.josql.Query getQuery()

execute

public java.util.List execute(java.lang.Object contextObj,
                              java.util.List objs,
                              java.util.Map extraVars,
                              VisitorEnvironment env)
                       throws WeblogException
Throws:
WeblogException


  Copyright © 2007 Gary Bentley. All Rights Reserved.