|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.query.specification.QueryBuilder
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private static String |
RESOURCE
|
private static boolean |
VERBOSE_DEV
|
private QueryWriter |
writer
|
Constructor Summary | |
QueryBuilder()
Supported API: false |
Method Summary | |
Object |
getQueryObjectResult(SearchSpecification a_search_spec)
Supported API: false |
QueryWriter |
getWriter()
Gets the object for the association that plays role: writer. |
protected void |
processSearchExpression(ClassSearchSpec a_selection,
SearchExpression an_expression)
Supported API: false |
protected void |
processSelectionSearchSpec(CriteriaSpecification a_criteria,
SelectionSearchSpec a_selection)
Supported API: false |
void |
setWriter(QueryWriter a_Writer)
Sets the object for the association that plays role: writer. |
private void |
writerValidate(QueryWriter a_Writer)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private QueryWriter writer
private static final boolean VERBOSE_DEV
Constructor Detail |
public QueryBuilder()
Method Detail |
public QueryWriter getWriter()
public void setWriter(QueryWriter a_Writer) throws WTPropertyVetoException
a_Writer
-
WTPropertyVetoException
private void writerValidate(QueryWriter a_Writer) throws WTPropertyVetoException
a_Writer
-
WTPropertyVetoException
protected void processSelectionSearchSpec(CriteriaSpecification a_criteria, SelectionSearchSpec a_selection) throws WTException
a_criteria
- a_selection
-
WTException
protected void processSearchExpression(ClassSearchSpec a_selection, SearchExpression an_expression) throws WTException
a_selection
- an_expression
-
WTException
public Object getQueryObjectResult(SearchSpecification a_search_spec) throws WTException
a_search_spec
-
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |