Business Components

Uses of Interface
oracle.jbo.RowSetIterator

Packages that use.*
PackageDescription
oracle.jbo Contains interfaces for client-side applications. 
oracle.jbo.server Contains the implementation of middle tier components. 
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
TypeName
 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
TypeName
 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
TypeName
 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
TypeName
RowNotFoundException(RowSetIterator rsi, java.lang.Object hdl)
          Deprecated. Deprecated since 5.0. Instead, use RowNotFoundException(RowSet, Object).
RowNotFoundException(RowSetIterator rsi)
          Constructs a new instance when a row set iterator has no current row.
RangeEvent(RowSetIterator source)
          Creates a range event.
RangeRefreshEvent(RowSetIterator source, int rangeStart, int rowCountInRange, Row[] rows)
          Creates a range refresh event.
ScrollEvent(RowSetIterator source, int rangeStartBefore)
          Creates a scroll event.
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.
RowSetManagementEvent(RowSetIterator source, int eventType)
          Creates a row set management event.
 

Uses of RowSetIterator in oracle.jbo.server
 

Classes in oracle.jbo.server that implement RowSetIterator
TypeName
 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
TypeName
 RowSetIterator ApplicationModuleImpl.findRSIForEntity(RowSetIterator[] rsis, int eRowHandle)
          Finds the RowSetIterator associated with the specified row handle.
 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 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 ViewRowSetIteratorImpl.getRowSetIterator()
          Returns the row set iterator interface of this object.
static RowSetIterator ViewRowSetIteratorImpl.findRSIForEntity(RowSetIterator[] rsis, Row eRow)
           
 

Methods in oracle.jbo.server with parameters of type RowSetIterator
TypeName
 RowSetIterator ApplicationModuleImpl.findRSIForEntity(RowSetIterator[] rsis, int eRowHandle)
          Finds the RowSetIterator associated with the specified row handle.
 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.
 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.
static RowSetIterator ViewRowSetIteratorImpl.findRSIForEntity(RowSetIterator[] rsis, Row eRow)
           
 

Uses of RowSetIterator in oracle.jbo.uicli.binding
 

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

Constructors in oracle.jbo.uicli.binding with parameters of type RowSetIterator
TypeName
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
TypeName
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
TypeName
 RowSetIterator JULovButtonBinding.getLOVRowSetIterator()
          Returns the RowSetIterator used to display LOV data.
 RowSetIterator JUTreeNodeBinding.getParentRowSetIterator()
          Returns the RowSetIterator that this node's row is part of.
 

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

Constructors in oracle.jbo.uicli.jui with parameters of type RowSetIterator
TypeName
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, JULovPanelInterface lovPanel, java.lang.String[] listAttrNames, java.lang.String[] lovVODisplayedAttrNames)
           
JUTreeNodeBinding(javax.swing.JTree tr, JUTreeBinding treeBinding, JUTreeNodeBinding parent, JUIteratorBinding iterBinding, JUCtrlHierTypeBinding typeBinding, RowSetIterator parentRSI, Row row, boolean expandable)
          *** For internal framework use only ***
 


Business Components