Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.share.data
Class FlattenedDataSet

java.lang.Object
  |
  +--oracle.cabo.share.data.FlattenedDataSet
All Implemented Interfaces:
DataObject, DataObjectList, DataSet
Direct Known Subclasses:
ServletRequestDataSet

Deprecated. since 2.0; use oracle.cabo.ui.data.FlattenedDataSet

public abstract class FlattenedDataSet
extends java.lang.Object
implements DataSet

Deprecated class.

See Also:
FlattenedDataSet

Constructor Summary
FlattenedDataSet(java.lang.String dataSetName)
          Deprecated. Creates a FlattenedDataSet object for a particular data set name.
 
Method Summary
protected abstract  DataSet createChildren(java.lang.String childName)
          Deprecated. Hook for creating child data lists.
protected static int getDataSetLength(java.lang.String lengthParam)
          Deprecated. Parses the length parameter into an integer value.
static java.lang.String getFlattenedName(java.lang.String dataSetName, int dataSetIndex, java.lang.String dataObjectKey)
          Deprecated. Merge a data set name, an index into the data set, and an object key into a single name.
static java.lang.String getFlattenedName(java.lang.String dataSetName, java.lang.String dataObjectKey)
          Deprecated. Merge a data set name and an object key into a single name.
 DataObject getItem(int index)
          Deprecated. Returns the DataObject at the index.
 int getLength()
          Deprecated. Returns the number of items in the data set.
static java.lang.String getLengthKey(java.lang.String dataSetName)
          Deprecated. Returns the key that will be used to get the length of the data set.
protected abstract  java.lang.String getParameter(java.lang.String key)
          Deprecated. Hook for returning the parameter for a given key.
 DataSet selectChildren(java.lang.Object select)
          Deprecated. Given a select string, returns an indexed list of DataObjects matching that selection.
 java.lang.Object selectValue(java.lang.Object select)
          Deprecated. Given a select string, returns the value matching that selection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlattenedDataSet

public FlattenedDataSet(java.lang.String dataSetName)
Deprecated. 
Creates a FlattenedDataSet object for a particular data set name.
Method Detail

getFlattenedName

public static java.lang.String getFlattenedName(java.lang.String dataSetName,
                                                java.lang.String dataObjectKey)
Deprecated. 
Merge a data set name and an object key into a single name.

getFlattenedName

public static java.lang.String getFlattenedName(java.lang.String dataSetName,
                                                int dataSetIndex,
                                                java.lang.String dataObjectKey)
Deprecated. 
Merge a data set name, an index into the data set, and an object key into a single name. Used by the table renderer to implement RendererContext.transformName().

getLengthKey

public static java.lang.String getLengthKey(java.lang.String dataSetName)
Deprecated. 
Returns the key that will be used to get the length of the data set.

selectChildren

public DataSet selectChildren(java.lang.Object select)
Deprecated. 
Given a select string, returns an indexed list of DataObjects matching that selection. It is legal to return null if the select string doesn't match any contained data objects.
Specified by:
selectChildren in interface DataObject
Parameters:
select - a select criterion, syntax as defined by the implementation of this interface.

selectValue

public java.lang.Object selectValue(java.lang.Object select)
Deprecated. 
Given a select string, returns the value matching that selection. It is legal to return null if the select string doesn't match anything. There are no requirements that an implementation of this method bear any relation to the implementation of selectChildren().

Specified by:
selectValue in interface DataObject
Parameters:
select - a select criterion, syntax as defined by the implementation of this interface.

getLength

public int getLength()
Deprecated. 
Returns the number of items in the data set.
Specified by:
getLength in interface DataObjectList

getItem

public DataObject getItem(int index)
Deprecated. 
Returns the DataObject at the index.
Specified by:
getItem in interface DataObjectList

getParameter

protected abstract java.lang.String getParameter(java.lang.String key)
Deprecated. 
Hook for returning the parameter for a given key.

createChildren

protected abstract DataSet createChildren(java.lang.String childName)
Deprecated. 
Hook for creating child data lists.

getDataSetLength

protected static int getDataSetLength(java.lang.String lengthParam)
Deprecated. 
Parses the length parameter into an integer value.

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

Copyright © 2002,2003, Oracle. All Rights Reserved.