Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.thin.portalUtil
Class DataviewCache

java.lang.Object
  |
  +--oracle.dss.thin.portalUtil.DataviewCache
All Implemented Interfaces:
Persistable, StringXMLizable

public class DataviewCache
extends java.lang.Object
implements Persistable

The purpose of this class is to "wrap" Dataview object into another Persistable, so that cached Dataview have distinct object types in the BI Beans Catalog


Constructor Summary
DataviewCache()
           

 

Method Summary
 DataviewCommon getDataview()
          Retrieves aggregated Dataview
 void setDataview(DataviewCommon view)
          Sets aggregated Dataview

 

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

 

Methods inherited from interface oracle.dss.util.persistence.Persistable
getPersistableAttributes, getPersistableComponents, initialize, setPersistableAttributes, setPersistableComponents

 

Methods inherited from interface oracle.dss.util.persistence.StringXMLizable
getXMLAsString, setXMLAsString

 

Constructor Detail

DataviewCache

public DataviewCache()
Method Detail

getDataview

public DataviewCommon getDataview()
Retrieves aggregated Dataview
Returns:
view object

setDataview

public void setDataview(DataviewCommon view)
Sets aggregated Dataview
Parameters:
view - view object

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.