wt.query.qml
Class QueryElementFactory

java.lang.Object
  extended bywt.query.qml.QueryElementFactory
All Implemented Interfaces:
ApplicationContextChild, QueryElementHandler

public class QueryElementFactory
extends Object
implements QueryElementHandler, ApplicationContextChild



Supported API: false

Extendable: false


Field Summary
private  ApplicationContext applicationContext
           
private static String CLASSNAME
           
private static String RESOURCE
           
private static boolean VERBOSE
           
 
Fields inherited from interface wt.services.applicationcontext.ApplicationContextChild
APPLICATION_CONTEXT
 
Constructor Summary
QueryElementFactory()
           
 
Method Summary
 void appendQueryElement(QuerySpec a_querySpec, Element a_element, boolean a_processChildren, Hashtable a_parameterMap)
          

Supported API: false
 void appendQueryElement(QuerySpec a_querySpec, Element a_element, Hashtable a_parameterMap)
          

Supported API: false
 ApplicationContext getApplicationContext()
          Gets the object for the association that plays role: applicationContext.
 void setApplicationContext(ApplicationContext a_ApplicationContext)
          Sets the object for the association that plays role: applicationContext.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

applicationContext

private ApplicationContext applicationContext

VERBOSE

private static boolean VERBOSE
Constructor Detail

QueryElementFactory

public QueryElementFactory()
Method Detail

appendQueryElement

public void appendQueryElement(QuerySpec a_querySpec,
                               Element a_element,
                               boolean a_processChildren,
                               Hashtable a_parameterMap)
                        throws QMLException


Supported API: false

Parameters:
a_querySpec -
a_element -
a_processChildren -
a_parameterMap -
Throws:
QMLException

appendQueryElement

public void appendQueryElement(QuerySpec a_querySpec,
                               Element a_element,
                               Hashtable a_parameterMap)
                        throws QMLException


Supported API: false

Specified by:
appendQueryElement in interface QueryElementHandler
Parameters:
a_querySpec -
a_element -
a_parameterMap -
Throws:
QMLException

getApplicationContext

public ApplicationContext getApplicationContext()
Gets the object for the association that plays role: applicationContext.

Supported API: false

Specified by:
getApplicationContext in interface ApplicationContextChild
Returns:
ApplicationContext

setApplicationContext

public void setApplicationContext(ApplicationContext a_ApplicationContext)
                           throws WTPropertyVetoException
Sets the object for the association that plays role: applicationContext.

Supported API: false

Specified by:
setApplicationContext in interface ApplicationContextChild
Parameters:
a_ApplicationContext -
Throws:
WTPropertyVetoException