|
Oracle Fusion Middleware Java API Reference for Oracle Team Productivity Center 11g Release 2 (11.1.2.4.0) E17494-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.alm.view.model.AlmSimpleQueryModel
public abstract class AlmSimpleQueryModel
The AlmSimpleQueryModel class is the common model definitions
for both a quick search UI component and an advanced search UI,
| Constructor Summary | |
|---|---|
AlmSimpleQueryModel()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription(RenderingContext rContext,
AlmComponent component)
|
abstract java.lang.Object |
getQueryResources(RenderingContext rContext,
AlmComponent component)
|
java.lang.String |
getQueryType()
The seach type of the current search. |
abstract void |
search(RenderingContext rContext,
AlmComponent component,
java.lang.Object value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AlmSimpleQueryModel()
| Method Detail |
|---|
public java.lang.String getDescription(RenderingContext rContext,
AlmComponent component)
rContext - The current RenderingContext objectcomponent - The current component with the search functionality, such as a AlmSerchComponent or
an AlmQuickSearchComponent object
public abstract java.lang.Object getQueryResources(RenderingContext rContext,
AlmComponent component)
rContext - The current RenderingContext objectcomponent - The current component with the search functionality, such as a AlmSerchComponent or
an AlmQuickSearchComponent object
public java.lang.String getQueryType()
public abstract void search(RenderingContext rContext,
AlmComponent component,
java.lang.Object value)
rContext - The current RenderingContext objectcomponent - The current component with the search functionality, such as a AlmSerchComponent or
an AlmQuickSearchComponent objectvalue - the value object provided to form the query object.
|
Oracle Fusion Middleware Java API Reference for Oracle Team Productivity Center 11g Release 2 (11.1.2.4.0) E17494-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||