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 DataSelection

java.lang.Object
  extended by oracle.adf.view.faces.bi.component.graph.GraphSelection
      extended by oracle.adf.view.faces.bi.component.graph.DataSelection
All Implemented Interfaces:
java.io.Serializable

public class DataSelection
extends GraphSelection

Use the DataSelection instance to retrieve the information for a single selection.

Since:
release specific (what release of product did this appear in)
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class oracle.adf.view.faces.bi.component.graph.GraphSelection
GraphSelection.SelectionType
 
Field Summary
protected  java.util.List<KeyMap> m_groupKey
           
protected  KeyMap m_seriesKey
           
 
Fields inherited from class oracle.adf.view.faces.bi.component.graph.GraphSelection
m_graph, m_graphContext
 
Constructor Summary
DataSelection(KeyMap seriesKey, KeyMap groupKey)
          Constructor
DataSelection(KeyMap seriesKey, java.util.List<KeyMap> groupKeySet)
          Constructor
DataSelection(UIGraph graph, KeyMap seriesKey, KeyMap groupKey)
          Deprecated. DataSelection(KeyMap, KeyMap) should be used instead
DataSelection(UIGraph graph, KeyMap seriesKey, java.util.List<KeyMap> groupKeySet)
          Deprecated. DataSelection(KeyMap, List[KeyMap]) should be used instead
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.util.List<KeyMap> getGroupKeys()
          Retrieves list of KeyMap for the group
 KeyMap getSeriesKey()
          Retrieves KeyMap for the series
 int hashCode()
           
protected  void init(UIGraph graph, KeyMap seriesKey, java.util.List<KeyMap> groupKeySet)
          init
 
Methods inherited from class oracle.adf.view.faces.bi.component.graph.GraphSelection
getDataContext
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_groupKey

protected java.util.List<KeyMap> m_groupKey

m_seriesKey

protected KeyMap m_seriesKey
Constructor Detail

DataSelection

@Deprecated
public DataSelection(UIGraph graph,
                                KeyMap seriesKey,
                                KeyMap groupKey)
Deprecated. DataSelection(KeyMap, KeyMap) should be used instead

Parameters:
graph - the instance of the UIGraph
seriesKey - the KeyMap for the series
groupKey - the KeyMap for the group

DataSelection

@Deprecated
public DataSelection(UIGraph graph,
                                KeyMap seriesKey,
                                java.util.List<KeyMap> groupKeySet)
Deprecated. DataSelection(KeyMap, List[KeyMap]) should be used instead

Parameters:
graph - the instance of the UIGraph
seriesKey - the KeyMap for the series
groupKeySet - the List of KeyMaps for the group

DataSelection

public DataSelection(KeyMap seriesKey,
                     KeyMap groupKey)
Constructor

Parameters:
seriesKey - the KeyMap for the series
groupKey - the KeyMap for the group

DataSelection

public DataSelection(KeyMap seriesKey,
                     java.util.List<KeyMap> groupKeySet)
Constructor

Parameters:
seriesKey - the KeyMap for the series
groupKeySet - the List of KeyMaps for the group
Method Detail

init

protected void init(UIGraph graph,
                    KeyMap seriesKey,
                    java.util.List<KeyMap> groupKeySet)
init


equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getGroupKeys

public java.util.List<KeyMap> getGroupKeys()
Retrieves list of KeyMap for the group

Returns:
list of KeyMap for the group

getSeriesKey

public KeyMap getSeriesKey()
Retrieves KeyMap for the series

Returns:
KeyMap for the series

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.