Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.4.0)

E12063-05

oracle.adf.view.faces.bi.component.gauge
Class GaugePersistable

java.lang.Object
  extended by oracle.adf.view.faces.bi.component.ViewPersistable
      extended by oracle.adf.view.faces.bi.component.gauge.GaugePersistable
All Implemented Interfaces:
oracle.dss.util.persistence.CatLinkNode, oracle.dss.util.persistence.CatNode, oracle.dss.util.persistence.contract.AggregableContract, oracle.dss.util.persistence.contract.CustomXMLContract, oracle.dss.util.persistence.contract.OptionalContract, oracle.dss.util.persistence.Persistable, oracle.dss.util.persistence.SimplePersistable, oracle.dss.util.persistence.StringXMLizable

public class GaugePersistable
extends ViewPersistable

Helper class for saving and loading CoreGauge and its DataModel to and from the BICatalog.

Since:
11.0

Constructor Summary
GaugePersistable()
           
 
Method Summary
 DataModel createDataModel()
          Creates a new instance of DataModel.
 void initialize(java.util.Hashtable env)
          The persistence service calls this method when the view is restored from the BI Beans Catalog.
 
Methods inherited from class oracle.adf.view.faces.bi.component.ViewPersistable
getDataModel, getPersistableAttributes, getPersistableComponents, getUIViewComponent, getXMLAsString, setDataModel, setPersistableAttributes, setPersistableComponents, setUIViewComponent, setXMLAsString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GaugePersistable

public GaugePersistable()
Method Detail

initialize

public void initialize(java.util.Hashtable env)
The persistence service calls this method when the view is restored from the BI Beans Catalog. Application developers should not call this method.

Specified by:
initialize in interface oracle.dss.util.persistence.SimplePersistable
Specified by:
initialize in class ViewPersistable
Parameters:
env -

createDataModel

public DataModel createDataModel()
Creates a new instance of DataModel.

Specified by:
createDataModel in class ViewPersistable
Returns:

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.4.0)

E12063-05

Copyright © 1997, 2011, Oracle. All rights reserved.