|
Oracle Data-aware Controls Reference | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectoracle.dacf.control.swing.find.NavbarFindActionQueryBuilder
Implements a query builder poicy for the NavigationBar. This class constructs query in two phases. In the first phase the query uses exact values specified for string datatypes in the query. In the second phase of query construction, wildcard characters are added to string data types.
FindAction| Field Summary |
| Fields inherited from interface oracle.dacf.control.swing.find.FindActionQueryBuilder |
CASE_SENSITIVE_SEARCH, ROW_COUNT |
| Constructor Summary | |
NavbarFindActionQueryBuilder()
|
|
| Method Summary | |
java.lang.String |
buildQuery()
Build the WHERE clause for the query |
boolean |
canReExecuteQuery()
The query can be modified and re-executed. |
FindItemModel[] |
getFindItemModel()
get the model used to construct WHERE clause |
java.lang.Object |
getProperty(java.lang.String name)
get property value |
java.lang.String |
modifyQuery()
modify the WHERE clause |
void |
setFindItemModel(FindItemModel[] model)
specify the model used to construct WHERE clause |
void |
setProperty(java.lang.String name,
java.lang.Object value)
set property value. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public NavbarFindActionQueryBuilder()
| Method Detail |
public void setFindItemModel(FindItemModel[] model)
setFindItemModel in interface FindActionQueryBuildermodel - FindItem model from which column name, SQL type will be
retrievedpublic FindItemModel[] getFindItemModel()
getFindItemModel in interface FindActionQueryBuilderpublic boolean canReExecuteQuery()
canReExecuteQuery in interface FindActionQueryBuilderpublic java.lang.String buildQuery()
buildQuery in interface FindActionQueryBuilderpublic java.lang.String modifyQuery()
modifyQuery in interface FindActionQueryBuilder
public void setProperty(java.lang.String name,
java.lang.Object value)
setProperty in interface FindActionQueryBuildername - of the propertyvalue - to be used for the propertypublic java.lang.Object getProperty(java.lang.String name)
getProperty in interface FindActionQueryBuildername - of the property
|
Oracle Data-aware Controls Reference | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright © 1997, 2003, Oracle. All rights reserved.