wt.query.specification
Interface QueryWriter

All Known Implementing Classes:
DefaultQueryWriter

public interface QueryWriter



Supported API: false

Extendable: false


Method Summary
 Object getQueryObjectResult(SearchSpecification a_search_spec)
          

Supported API: false
 void postQueryObjectProcessing(SearchSpecification a_search_spec)
          

Supported API: false
 void preQueryObjectProcessing(SearchSpecification a_search_spec)
          

Supported API: false
 void writeFirstSearchExpression(SelectionSearchSpec a_selection, SearchExpression an_expression)
          

Supported API: false
 void writeFirstSelectionSearchSpec(CriteriaSpecification a_criteria, SelectionSearchSpec a_selection)
          

Supported API: false
 void writeIntermediateSearchExpression(SelectionSearchSpec a_selection, SearchExpression an_expression)
          

Supported API: false
 void writeIntermediateSelectionSearchSpec(CriteriaSpecification a_criteria, SelectionSearchSpec a_selection)
          

Supported API: false
 void writeLastSearchExpression(SelectionSearchSpec a_selection, SearchExpression an_expression)
          

Supported API: false
 void writeLastSelectionSearchSpec(CriteriaSpecification a_criteria, SelectionSearchSpec a_selection)
          

Supported API: false
 

Method Detail

writeFirstSelectionSearchSpec

public void writeFirstSelectionSearchSpec(CriteriaSpecification a_criteria,
                                          SelectionSearchSpec a_selection)
                                   throws WTException


Supported API: false

Parameters:
a_criteria -
a_selection -
Throws:
WTException

writeIntermediateSelectionSearchSpec

public void writeIntermediateSelectionSearchSpec(CriteriaSpecification a_criteria,
                                                 SelectionSearchSpec a_selection)
                                          throws WTException


Supported API: false

Parameters:
a_criteria -
a_selection -
Throws:
WTException

writeLastSelectionSearchSpec

public void writeLastSelectionSearchSpec(CriteriaSpecification a_criteria,
                                         SelectionSearchSpec a_selection)
                                  throws WTException


Supported API: false

Parameters:
a_criteria -
a_selection -
Throws:
WTException

writeFirstSearchExpression

public void writeFirstSearchExpression(SelectionSearchSpec a_selection,
                                       SearchExpression an_expression)
                                throws WTException


Supported API: false

Parameters:
a_selection -
an_expression -
Throws:
WTException

writeIntermediateSearchExpression

public void writeIntermediateSearchExpression(SelectionSearchSpec a_selection,
                                              SearchExpression an_expression)
                                       throws WTException


Supported API: false

Parameters:
a_selection -
an_expression -
Throws:
WTException

writeLastSearchExpression

public void writeLastSearchExpression(SelectionSearchSpec a_selection,
                                      SearchExpression an_expression)
                               throws WTException


Supported API: false

Parameters:
a_selection -
an_expression -
Throws:
WTException

preQueryObjectProcessing

public void preQueryObjectProcessing(SearchSpecification a_search_spec)


Supported API: false

Parameters:
a_search_spec -

postQueryObjectProcessing

public void postQueryObjectProcessing(SearchSpecification a_search_spec)


Supported API: false

Parameters:
a_search_spec -

getQueryObjectResult

public Object getQueryObjectResult(SearchSpecification a_search_spec)
                            throws WTException


Supported API: false

Parameters:
a_search_spec -
Returns:
Object
Throws:
WTException