Skip navigation links

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

E17492-04


oracle.adf.view.faces.bi.model
Interface TimeBucketIndex

All Superinterfaces:
ResourceIndex, org.apache.myfaces.trinidad.model.RowKeyIndex

public interface TimeBucketIndex
extends ResourceIndex
For internal use only. Application developers should not use this

Method Summary
 TimeBucket getTimeBucket()
          Gets the current TimeBucket identified by the current index or rowKey.
 TimeBucket getTimeBucket(java.lang.Object node)
          Creates a TimeBucket object based on an internal object returned from the getRowData method.

 

Methods inherited from interface oracle.adf.view.faces.bi.model.ResourceIndex
getResource, getResource

 

Methods inherited from interface org.apache.myfaces.trinidad.model.RowKeyIndex
areRowsAvailable, areRowsAvailable, areRowsAvailable, getRowCount, getRowData, getRowData, getRowData, getRowIndex, getRowKey, isRowAvailable, isRowAvailable, isRowAvailable, setRowIndex, setRowKey

 

Method Detail

getTimeBucket

TimeBucket getTimeBucket()
Gets the current TimeBucket identified by the current index or rowKey.
Returns:

getTimeBucket

TimeBucket getTimeBucket(java.lang.Object node)
Creates a TimeBucket object based on an internal object returned from the getRowData method.
Parameters:
node -
Returns:

Skip navigation links

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

E17492-04


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