Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 2 (11.1.2.3.0)
E17488-04


oracle.adf.view.rich.component
Class UIXQuery.InternalQueryBean

java.lang.Object
  extended by oracle.adf.view.rich.component.UIXQuery.InternalQueryBean

Enclosing class:
UIXQuery

public static final class UIXQuery.InternalQueryBean
extends java.lang.Object

This class is used internally by the query component to setup ValueExpressions for its 'value' and 'model' properties when none is provided. This is likely to happen when the query component is created programmatically and the property values, which are instances of 'QueryDescriptor' and 'QueryModel ' respectively, are set through its property setters.
The query component is entirely model driven and most of its children/facets are created programmatically and its properties build on the ValueExpression of these 2 properties ('model' and 'value'). This class represents a bean that is created at runtime (for every request) and the instance is stored in the request map using a <beanVar> variable (a unique identifier). Also the the EL expressions of the form #{<beanVar>.model} and #{<beanVar.descriptor} are set on the 'model' and 'value' properties respectively and they evaluate to the bean methods in this class.
NOTE: This class is for the private use of the query component although it is marked as public so the ELResolver can access it. It is recommended that users do not use this class.


Constructor Summary
UIXQuery.InternalQueryBean(UIXQuery query)
           

 

Method Summary
 QueryDescriptor getDescriptor()
          This method returns the query descriptor object associated with the query component.
 QueryModel getModel()
          This method returns the query model object associated with the query component.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

UIXQuery.InternalQueryBean

public UIXQuery.InternalQueryBean(UIXQuery query)

Method Detail

getDescriptor

public QueryDescriptor getDescriptor()
This method returns the query descriptor object associated with the query component. If associated query instance is null, it returns null.
Returns:
returns the query descriptor

getModel

public QueryModel getModel()
This method returns the query model object associated with the query component. If associated query instance is null, it returns null.
Returns:
returns the query descriptor

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 2 (11.1.2.3.0)
E17488-04


Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.