org.polliwog.data
Class JoSQLQuery
java.lang.Object
   org.polliwog.data.JoSQLQuery
org.polliwog.data.JoSQLQuery
- Direct Known Subclasses: 
- JoSQLQueryChain
- public class JoSQLQuery 
- extends java.lang.Object
 
| 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)
 | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SELF
public static final java.lang.String SELF
- See Also:
- Constant Field Values
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
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.
  Copyright © 2007 Gary Bentley. All Rights Reserved.