Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.0.0)

E17483-01

oracle.adf.model.bean
Class DCRowContext

java.lang.Object
  extended by oracle.adf.model.bean.DCRowContext
All Implemented Interfaces:
RowContext

public class DCRowContext
extends java.lang.Object
implements RowContext, RowContext


Constructor Summary
protected DCRowContext(Row row, RowSetIterator iter, StructureDef def)
           
  DCRowContext(RowSetIterator iter, StructureDef def, AttributeList al)
           
 
Method Summary
 AttributeList getAttributeList()
           
 java.util.Map getBindingContextMap()
          Return the bindingContext for this Application instance.
 int getCurrentRowIndex()
          Returns the current row's index in the collection.
 java.lang.String getMasterAccessorName()
          returns the accessor name on the master that is used to get this row's container.
 OperationInfo getMasterOperationInfo()
           
 java.lang.Object getMasterRowDataProvider()
          Return the data object of the master row of the row that this RowContext represents.
 Row getRow()
           
 java.lang.Object getRowDataContainer()
          return the source container of the dataProvider for this row.
 java.lang.Object getRowDataProvider()
          Return the data object that this row represents.
 java.lang.String getRowDataProviderType()
          Return the fully-qualified type name for the dataprovider that this row represents.
 RowSetIterator getRowSetIterator()
           
 StructureDef getStructureDef()
           
 boolean isNullContainer()
          Return true when the container object of this row is null.
 boolean isNullRSI()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DCRowContext

protected DCRowContext(Row row,
                       RowSetIterator iter,
                       StructureDef def)

DCRowContext

public DCRowContext(RowSetIterator iter,
                    StructureDef def,
                    AttributeList al)
Method Detail

getAttributeList

public AttributeList getAttributeList()

getMasterRowDataProvider

public java.lang.Object getMasterRowDataProvider()
Description copied from interface: RowContext
Return the data object of the master row of the row that this RowContext represents.

Specified by:
getMasterRowDataProvider in interface RowContext
Returns:
The data object of the master row

getRowDataProvider

public java.lang.Object getRowDataProvider()
Description copied from interface: RowContext
Return the data object that this row represents.

Specified by:
getRowDataProvider in interface RowContext

getRow

public Row getRow()

isNullRSI

public boolean isNullRSI()

isNullContainer

public boolean isNullContainer()
Description copied from interface: RowContext
Return true when the container object of this row is null. In that case, the datacontrol may also have to create the container object.

Specified by:
isNullContainer in interface RowContext

getStructureDef

public StructureDef getStructureDef()

getRowDataProviderType

public java.lang.String getRowDataProviderType()
Description copied from interface: RowContext
Return the fully-qualified type name for the dataprovider that this row represents.

Specified by:
getRowDataProviderType in interface RowContext

getRowSetIterator

public RowSetIterator getRowSetIterator()

getCurrentRowIndex

public int getCurrentRowIndex()
Description copied from interface: RowContext
Returns the current row's index in the collection.

Specified by:
getCurrentRowIndex in interface RowContext

getBindingContextMap

public java.util.Map getBindingContextMap()
Description copied from interface: RowContext
Return the bindingContext for this Application instance.

Specified by:
getBindingContextMap in interface RowContext

getRowDataContainer

public java.lang.Object getRowDataContainer()
Description copied from interface: RowContext
return the source container of the dataProvider for this row.

Specified by:
getRowDataContainer in interface RowContext

getMasterAccessorName

public java.lang.String getMasterAccessorName()
Description copied from interface: RowContext
returns the accessor name on the master that is used to get this row's container.

Specified by:
getMasterAccessorName in interface RowContext

getMasterOperationInfo

public OperationInfo getMasterOperationInfo()

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.0.0)

E17483-01

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