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

E12063-04

oracle.adf.view.faces.bi.component.graph
Class GraphPersistable

java.lang.Object
  extended by oracle.adf.view.faces.bi.component.ViewPersistable
      extended by oracle.adf.view.faces.bi.component.graph.GraphPersistable
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 GraphPersistable
extends ViewPersistable

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

Since:
4.0

Constructor Summary
GraphPersistable()
           
 
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

GraphPersistable

public GraphPersistable()
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)

E12063-04

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