Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.1.0)

E17492-02

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

java.lang.Object
  extended by oracle.adf.view.faces.bi.component.graph.GraphContext
      extended by oracle.adf.view.faces.bi.component.graph.DataContext

Deprecated. DataContext is not serializable and should not be used

@Deprecated
public class DataContext
extends GraphContext


Nested Class Summary
static class DataContext.DataType
          Deprecated. Data types for getDataValue
 
Field Summary
 
Fields inherited from class oracle.adf.view.faces.bi.component.graph.GraphContext
m_CommonGraph
 
Constructor Summary
DataContext(CommonGraph graph, int seriesIndex, int groupIndex)
          Deprecated. Constructor
DataContext(CommonGraph graph, KeyMap seriesKeys, java.util.List<KeyMap> groupKeys)
          Deprecated. Constructor
 
Method Summary
 java.lang.Object getDataValue(DataContext.DataType type)
          Deprecated. Returns the value of the specified type
 java.lang.String getGroupId()
          Deprecated. Returns the group id (labels of the measures) of this data context
 int getGroupIndex()
          Deprecated. Returns the group index of this data context
 java.util.List<KeyMap> getGroupKeys()
          Deprecated. Returns the group Keys of this data context
 java.lang.String getSeriesId()
          Deprecated. Returns the series id (labels of the measures) of this data context
 int getSeriesIndex()
          Deprecated. Returns the series index of this data context
 KeyMap getSeriesKey()
          Deprecated. Returns the series Key of this data context
 
Methods inherited from class oracle.adf.view.faces.bi.component.graph.GraphContext
getKeyMap, getSliceIndexFromAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataContext

public DataContext(CommonGraph graph,
                   int seriesIndex,
                   int groupIndex)
Deprecated. 
Constructor


DataContext

public DataContext(CommonGraph graph,
                   KeyMap seriesKeys,
                   java.util.List<KeyMap> groupKeys)
Deprecated. 
Constructor

Method Detail

getSeriesKey

public KeyMap getSeriesKey()
Deprecated. 
Returns the series Key of this data context

Returns:

getSeriesIndex

public int getSeriesIndex()
Deprecated. 
Returns the series index of this data context

Returns:

getSeriesId

public java.lang.String getSeriesId()
Deprecated. 
Returns the series id (labels of the measures) of this data context


getGroupKeys

public java.util.List<KeyMap> getGroupKeys()
Deprecated. 
Returns the group Keys of this data context

Returns:

getGroupIndex

public int getGroupIndex()
Deprecated. 
Returns the group index of this data context

Returns:

getGroupId

public java.lang.String getGroupId()
Deprecated. 
Returns the group id (labels of the measures) of this data context

Returns:

getDataValue

public java.lang.Object getDataValue(DataContext.DataType type)
Deprecated. 
Returns the value of the specified type

Parameters:
type - See DataType
Returns:

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.1.0)

E17492-02

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