|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E10684-04 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryDescriptor | |
|---|---|
| oracle.adf.view.rich.component | |
| oracle.adf.view.rich.event | |
| oracle.adf.view.rich.model | |
| Uses of QueryDescriptor in oracle.adf.view.rich.component |
|---|
| Methods in oracle.adf.view.rich.component that return QueryDescriptor | |
|---|---|
QueryDescriptor |
UIXQuery.InternalQueryBean.getDescriptor()This method returns the query descriptor object associated with the query component. |
QueryDescriptor |
UIXQuery.getValue()Gets a QueryDescriptor object. |
| Methods in oracle.adf.view.rich.component with parameters of type QueryDescriptor | |
|---|---|
void |
UIXQuery.setValue(QueryDescriptor value)Sets a QueryDescriptor object. |
| Uses of QueryDescriptor in oracle.adf.view.rich.event |
|---|
| Methods in oracle.adf.view.rich.event that return QueryDescriptor | |
|---|---|
QueryDescriptor |
QueryOperationEvent.getDescriptor()Returns the QueryDescriptor on which the user performed the operation. |
QueryDescriptor |
QueryEvent.getDescriptor()Gets the payload of the event. |
| Constructors in oracle.adf.view.rich.event with parameters of type QueryDescriptor | |
|---|---|
QueryEvent(javax.faces.component.UIComponent source, QueryDescriptor descriptor)Constructor for QueryEvent. |
|
QueryOperationEvent(javax.faces.component.UIComponent source, QueryOperationEvent.Operation operation, QueryDescriptor descriptor)Constuctor of QueryOperationEvent. |
|
QueryOperationEvent(javax.faces.component.UIComponent source, QueryOperationEvent.Operation operation, QueryDescriptor descriptor, AttributeCriterion criterion)Constructor of a QueryOperationEvent, queued when the value of a criterion with dependent criterion, changes. |
|
QueryOperationEvent(javax.faces.component.UIComponent source, QueryOperationEvent.Operation operation, QueryDescriptor descriptor, java.util.Map<java.lang.String,java.lang.Object> updatedHints)Constuctor of QueryOperationEvent, when the UI hints for a descriptor changes. |
|
| Uses of QueryDescriptor in oracle.adf.view.rich.model |
|---|
| Subclasses of QueryDescriptor in oracle.adf.view.rich.model | |
|---|---|
class |
FilterableQueryDescriptorFilterableQueryDescriptor is an abstract subclass of QueryDescriptor. |
| Methods in oracle.adf.view.rich.model that return QueryDescriptor | |
|---|---|
abstract QueryDescriptor |
QueryModel.create(java.lang.String name, QueryDescriptor qdBase)Creates or retrieves a QueryDescriptor with the specified name. |
abstract QueryDescriptor |
ListOfValuesModel.getQueryDescriptor()Gets a QueryDescriptor required to render the criteria part of a query component. |
| Methods in oracle.adf.view.rich.model that return types with arguments of type QueryDescriptor | |
|---|---|
abstract java.util.List<QueryDescriptor> |
QueryModel.getSystemQueries()Returns the list of QueryDescriptor objects that are 'system saved searches'. |
abstract java.util.List<QueryDescriptor> |
QueryModel.getUserQueries()Returns the list of QueryDescriptor objects that are 'user saved searches'. |
| Methods in oracle.adf.view.rich.model with parameters of type QueryDescriptor | |
|---|---|
abstract QueryDescriptor |
QueryModel.create(java.lang.String name, QueryDescriptor qdBase)Creates or retrieves a QueryDescriptor with the specified name. |
abstract void |
QueryModel.delete(QueryDescriptor qd)Removes the specified QueryDescriptor. |
abstract void |
ListOfValuesModel.performQuery(QueryDescriptor qd)Called when a query is to be performed on a QueryDescriptor. |
abstract void |
QueryModel.reset(QueryDescriptor qd)Resets the QueryDescriptor to its last saved state. |
abstract void |
QueryModel.setCurrentDescriptor(QueryDescriptor qd)Sets the current descriptor on the QueryModel. |
abstract void |
QueryModel.update(QueryDescriptor qd, java.util.Map<java.lang.String,java.lang.Object> uiHints)Updates the QueryDescriptor using the changed UIHint values. |
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E10684-04 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||