Business Components

oracle.jbo.common
Class RowSetIteratorHelper

java.lang.Object
  |
  +--oracle.jbo.common.PropertiesHelper
        |
        +--oracle.jbo.common.RowSetHelper
              |
              +--oracle.jbo.common.RowSetIteratorHelper
All Implemented Interfaces:
Properties
Direct Known Subclasses:
ViewRowSetIteratorImpl

public abstract class RowSetIteratorHelper
extends RowSetHelper

Internal: Applications should not use this class.


Field Summary
TypeField
protected  Row mCurrentRow
           
 
Fields inherited from class oracle.jbo.common.RowSetHelper
listeners, mMgmtListeners, mName
 
Fields inherited from class oracle.jbo.common.PropertiesHelper
mProperties, timer
 
Constructor Summary
RowSetIteratorHelper()
           
 
Method Summary
TypeMethod
static Key createKey(AttributeList al, AttributeDef[] keyAttrs)
           
 
Methods inherited from class oracle.jbo.common.RowSetHelper
addListener, addManagementListener, fireMgmtIteratorClosed, fireMgmtIteratorReset, fireNavigationEvent, fireRangeRefreshed, fireRangeScrolled, fireRowDeleted, fireRowInserted, fireRowUpdated, getListeners, getListenersList, getManagementListenersList, getName, hasListeners, hasManagementListeners, removeListener, removeManagementListener, setName
 
Methods inherited from class oracle.jbo.common.PropertiesHelper
getProperties, getProperty, refreshProperty, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mCurrentRow

protected Row mCurrentRow
Constructor Detail

RowSetIteratorHelper

public RowSetIteratorHelper()
Method Detail

createKey

public static Key createKey(AttributeList al,
                            AttributeDef[] keyAttrs)

Business Components