Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


oracle.jbo.common
Class RowSetIteratorHelper

java.lang.Object
  extended byoracle.jbo.common.PropertiesHelper
      extended byoracle.jbo.common.RowSetHelper
          extended byoracle.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
protected Row mCurrentRow

Fields inherited from class oracle.jbo.common.RowSetHelper
listeners, mMgmtListeners, mName

Fields inherited from class oracle.jbo.common.PropertiesHelper
mProperties

Constructor Summary
RowSetIteratorHelper()

Method Summary
static Key createKey(AttributeList al, AttributeDef[] keyAttrs)
static Row[] getFilteredRows(RowSetIterator rsiOrig, java.lang.String attrName, java.lang.Object attrValue)
static Row[] getFilteredRowsInRange(RowSetIterator rsi, java.lang.String attrName, java.lang.Object attrValue)

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)

getFilteredRows

public static Row[] getFilteredRows(RowSetIterator rsiOrig,
                                    java.lang.String attrName,
                                    java.lang.Object attrValue)

getFilteredRowsInRange

public static Row[] getFilteredRowsInRange(RowSetIterator rsi,
                                           java.lang.String attrName,
                                           java.lang.Object attrValue)

Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


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