Oracle9i Business Components for Java API Reference
Oracle9i Jdeveloper (9.0.4)
B10391-01


Uses of Interface
oracle.jbo.RowSetIterator

Packages that use RowSetIterator
oracle.jbo Contains interfaces for client-side applications. 
oracle.jbo.common.ws   
oracle.jbo.server Contains the implementation of middle tier components. 
oracle.jbo.server.ejb   
oracle.jbo.server.ejb.facade   
oracle.jbo.uicli.binding Contains JClient classes that handle interaction with BC4J objects for various JClient bindings. 
oracle.jbo.uicli.jui Contains JClient classes that implement binding of Swing controls with BC4J ViewObject, Attributes or Rows. 

 

Uses of RowSetIterator in oracle.jbo

 

Subinterfaces of RowSetIterator in oracle.jbo
 interface RowSet
          Defines the middle-tier representation of a set of table rows.
 interface ViewObject
          Defines the presentation of the Entity Objects selected by an SQL statement.

 

Methods in oracle.jbo that return RowSetIterator
 RowSetIterator RowSet.createRowSetIterator(java.lang.String name)
          Creates an iterator for the row set.
 RowSetIterator[] RowSet.getRowSetIterators()
          Gets all Row Set Iterators that belong to this row set.
 RowSetIterator RowSet.findRowSetIterator(java.lang.String rsiName)
          Gets the named Row Set Iterator that was created at runtime for this Row Set.
 RowSetIterator[] RowSet.getMasterRowSetIterators()
          Return all controlling masters of this row set.
 RowSetIterator ApplicationModule.findRSIForEntity(RowSetIterator[] rsis, int eRowHandle)
          Finds the RowSetIterator associated with the specified Entity row handle.

 

Methods in oracle.jbo with parameters of type RowSetIterator
 boolean RowSet.setMasterRowSetIterator(RowSetIterator masterRSI)
          Sets the master iterator.
 boolean RowSet.removeMasterRowSetIterator(RowSetIterator masterRSI)
          Removes a master row set iterator.
 RowSetIterator ApplicationModule.findRSIForEntity(RowSetIterator[] rsis, int eRowHandle)
          Finds the RowSetIterator associated with the specified Entity row handle.

 

Constructors in oracle.jbo with parameters of type RowSetIterator
ViewLinkAlreadyExistsException(ViewLink vl, RowSetIterator masterRSI, RowSet detailRowSet)
          Constructs a new instance.
UpdateEvent(RowSetIterator source, Row row, int rowIndex, int[] attrIndices)
          Creates an event when a row is modified.
ScrollEvent(RowSetIterator source, int rangeStartBefore)
          Creates a scroll event.
RowSetManagementEvent(RowSetIterator source, int eventType)
          Creates a row set management event.
RowNotFoundException(RowSetIterator rsi, java.lang.Object hdl)
          Deprecated. Deprecated since 5.0. Instead, use RowNotFoundException(RowSet, Object).
RowNotFoundException(RowSetIterator rsi, int rangeIndex)
          Constructs a new instance when a row of a given range index is not found in a RowSetIterator.
RowNotFoundException(RowSetIterator rsi)
          Constructs a new instance when a RowSetIterator has no current row.
RangeRefreshEvent(RowSetIterator source, int rangeStart, int rowCountInRange, Row[] rows)
          Creates a range refresh event.
RangeEvent(RowSetIterator source)
          Creates a range event.

 

Uses of RowSetIterator in oracle.jbo.common.ws

 

Classes in oracle.jbo.common.ws that implement RowSetIterator
 class WSRowSetImpl
           
 class WSRowSetIteratorBase
           
 class WSRowSetIteratorImpl
           
 class WSViewObjectImpl
           

 

Methods in oracle.jbo.common.ws that return RowSetIterator
 RowSetIterator WSViewObjectImpl.createRowSetIterator(java.lang.String name)
           
 RowSetIterator[] WSViewObjectImpl.getRowSetIterators()
           
 RowSetIterator WSViewObjectImpl.findRowSetIterator(java.lang.String name)
           
 RowSetIterator[] WSViewObjectImpl.getMasterRowSetIterators()
           
 RowSetIterator WSRowSetIteratorImpl.getRowSetIteratorImpl()
           
 RowSetIterator WSRowSetImpl.createRowSetIterator(java.lang.String name)
           
 RowSetIterator[] WSRowSetImpl.getRowSetIterators()
           
 RowSetIterator WSRowSetImpl.findRowSetIterator(java.lang.String name)
           
 RowSetIterator[] WSRowSetImpl.getMasterRowSetIterators()
           
 RowSetIterator WSApplicationModuleImpl.findRSIForEntity(RowSetIterator[] rsis, int eRowHandle)
           

 

Methods in oracle.jbo.common.ws with parameters of type RowSetIterator
 boolean WSViewObjectImpl.setMasterRowSetIterator(RowSetIterator masterRS)
           
 boolean WSViewObjectImpl.removeMasterRowSetIterator(RowSetIterator masterRS)
           
 boolean WSRowSetImpl.setMasterRowSetIterator(RowSetIterator masterRS)
           
 boolean WSRowSetImpl.removeMasterRowSetIterator(RowSetIterator masterRS)
           
 RowSetIterator WSApplicationModuleImpl.findRSIForEntity(RowSetIterator[] rsis, int eRowHandle)
           

 

Uses of RowSetIterator in oracle.jbo.server

 

Classes in oracle.jbo.server that implement RowSetIterator
 class EntityRowSetImpl
          EntityRowSetImpl represents the ResultSet of an association.
 class ViewObjectImpl
          The implementation of the ViewObject interface, the middle-tier class that manages database queries and the view rows that result from executing queries.
 class ViewRowSetImpl
          The middle-tier class that manages collections of view rows that result from executing a query.
 class ViewRowSetIteratorImpl
          The middle-tier class that enables the user to iterate through row sets.

 

Methods in oracle.jbo.server that return RowSetIterator
 RowSetIterator ViewRowSetIteratorImpl.getRowSetIterator()
          Returns the row set iterator interface of this object.
static RowSetIterator ViewRowSetIteratorImpl.findRSIForEntity(RowSetIterator[] rsis, Row eRow)
           
 RowSetIterator ViewRowSetImpl.createRowSetIterator(java.lang.String name)
          Creates and returns a new row set iterator on this row set.
 RowSetIterator[] ViewRowSetImpl.getRowSetIterators()
           
 RowSetIterator ViewRowSetImpl.findRowSetIterator(java.lang.String rsiName)
           
 RowSetIterator[] ViewRowSetImpl.getMasterRowSetIterators()
          Returns an array of all master row set iterators for this row set.
 RowSetIterator ViewRowSetImpl.getRowSetIterator()
          Returns the row set iterator interface of this object.
 RowSetIterator ViewObjectImpl.getRowSetIterator()
          Gets the row set iterator interface of this View Object.
 RowSetIterator[] ViewObjectImpl.getMasterRowSetIterators()
          Returns an array of all master row set iterators for this row set.
 RowSetIterator ViewObjectImpl.createRowSetIterator(java.lang.String name)
          Creates and returns a new (secondary) row set iterator for this row set.
 RowSetIterator[] ViewObjectImpl.getRowSetIterators()
           
 RowSetIterator ViewObjectImpl.findRowSetIterator(java.lang.String rsiName)
           
 RowSetIterator ApplicationModuleImpl.findRSIForEntity(RowSetIterator[] rsis, int eRowHandle)
          Finds the RowSetIterator associated with the specified row handle.

 

Methods in oracle.jbo.server with parameters of type RowSetIterator
static RowSetIterator ViewRowSetIteratorImpl.findRSIForEntity(RowSetIterator[] rsis, Row eRow)
           
 boolean ViewRowSetImpl.setMasterRowSetIterator(RowSetIterator masterRSI)
          Sets the master row set iterator in a master-detail View Link.
 boolean ViewRowSetImpl.removeMasterRowSetIterator(RowSetIterator masterRSI)
          Removes the master row set iterator in a master-detail View Link.
static void ViewRowSetImpl.dumpViewRowCache(RowSetIterator rsi, java.io.Writer out)
          Internal: Applications should not use this method.
 boolean ViewObjectImpl.setMasterRowSetIterator(RowSetIterator masterRSI)
          Sets the master row set iterator in a master-detail View Link.
 boolean ViewObjectImpl.removeMasterRowSetIterator(RowSetIterator masterRSI)
          Removes the master row set iterator (masterRSI) from a master-detail View Link.
 RowSetIterator ApplicationModuleImpl.findRSIForEntity(RowSetIterator[] rsis, int eRowHandle)
          Finds the RowSetIterator associated with the specified row handle.

 

Uses of RowSetIterator in oracle.jbo.server.ejb

 

Methods in oracle.jbo.server.ejb that return RowSetIterator
 RowSetIterator LocalApplicationModuleImpl.findRSIForEntity(RowSetIterator[] rsis, int eRowHandle)
           

 

Methods in oracle.jbo.server.ejb with parameters of type RowSetIterator
 RowSetIterator LocalApplicationModuleImpl.findRSIForEntity(RowSetIterator[] rsis, int eRowHandle)
           

 

Uses of RowSetIterator in oracle.jbo.server.ejb.facade

 

Classes in oracle.jbo.server.ejb.facade that implement RowSetIterator
 class FinderViewImpl
          Abstract base class for Finder-Based View Object.

 

Uses of RowSetIterator in oracle.jbo.uicli.binding

 

Methods in oracle.jbo.uicli.binding that return RowSetIterator
 RowSetIterator JUIteratorBinding.getRowSetIterator()
          Returns the current data RowSetIterator that holds rows with which this iterator binding object and its associated control-bindings are working.
 RowSetIterator JUIteratorBinding.getLovRowSetIterator()
          *** For internal framework use only ***

 

Methods in oracle.jbo.uicli.binding with parameters of type RowSetIterator
 JUIteratorBinding JUIterRowDef.createIterBinding(RowSetIterator rsi)
           
 JUIteratorBinding JUIterRangeDef.createIterBinding(RowSetIterator rsi)
           
abstract  JUIteratorBinding JUIteratorDef.createIterBinding(RowSetIterator rsis)
           
 JUFormBinding JUFormDef.createFormBinding(RowSetIterator[] rsis)
           
 void JUFormDef.initializeFormBinding(JUFormBinding formBnd, RowSetIterator[] rsis)
           
 void JUFormBinding.initializeFromDef(RowSetIterator[] rsis)
          *** For internal framework use only ***
protected  void JUCtrlScrollBinding.bindRowSetIterator(RowSetIterator rsi)
          Associates the given RowSet iterator with this Binding object.
static java.lang.Object[] JUCtrlListBinding.getAttrValuesFromRSI(JUIteratorBinding iterBinding, RowSetIterator listRSI, java.lang.String[] listAttrNames, RowSetListener listener)
           

 

Constructors in oracle.jbo.uicli.binding with parameters of type RowSetIterator
JUIteratorBinding(RowSetIterator rsi)
          When an application has a BC4J RowSet it should use this constructor.

 

Uses of RowSetIterator in oracle.jbo.uicli.jui

 

Fields in oracle.jbo.uicli.jui declared as RowSetIterator
protected  RowSetIterator JULovButtonBinding.mLovRSI
          RowSet which contains data that is to be displayed in the LOV.

 

Methods in oracle.jbo.uicli.jui that return RowSetIterator
 RowSetIterator JUTreeNodeBinding.getParentRowSetIterator()
          Returns the RowSetIterator that this node's row is part of.
 RowSetIterator JULovButtonBinding.getLOVRowSetIterator()
          Returns the RowSet Iterator used to display LOV data.

 

Methods in oracle.jbo.uicli.jui with parameters of type RowSetIterator
 void JUPanelBinding.bindRowSetIterator(java.lang.String iterBindingName, RowSetIterator rsi)
          Binds the iterator identified by iterBindingName in this panel with another iterator.
 void JULovPanelInterface.bindRowSetIterator(RowSetIterator rsi, java.lang.String[] lovVODisplayedAttrNames)
          Sets display using data from this RowSet Iterator.

 

Constructors in oracle.jbo.uicli.jui with parameters of type RowSetIterator
JUTreeNodeBinding(javax.swing.JTree tr, JUTreeBinding treeBinding, JUTreeNodeBinding parent, JUIteratorBinding iterBinding, JUCtrlHierTypeBinding typeBinding, RowSetIterator parentRSI, Row row, boolean expandable)
          *** For internal framework use only ***
JULovButtonBinding(java.lang.Object control, JUIteratorBinding iterBinding, java.lang.String[] targetAttrs, RowSetIterator lovRsi, java.lang.String[] lovVOAttrNames, java.lang.String[] lovVODisplayedAttrNames)
           
JULovButtonBinding(java.lang.Object control, JUIteratorBinding iterBinding, java.lang.String[] targetAttrs, RowSetIterator lovRsi, java.lang.String[] listAttrNames, java.lang.String[] lovVODisplayedAttrNames, JULovPanelInterface lovPanel)
           
JULovButtonBinding(java.lang.Object control, JUIteratorBinding iterBinding, java.lang.String[] targetAttrs, RowSetIterator lovRsi, java.lang.String[] listAttrNames, java.lang.String[] lovVODisplayedAttrNames, boolean searchability, java.lang.String title, java.awt.Point location)
           

 


Oracle9i Business Components for Java API Reference
Oracle9i Jdeveloper (9.0.4)
B10391-01


 

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