Oracle Application Development Framework Model and Business Components Java API Reference 10.1.3.1.0
B28969-01


Uses of Interface
oracle.jbo.RowIterator

Packages that use RowIterator
oracle.adf.model.binding Contains the abstract implementation of ADFm binding objects. 
oracle.adf.model.generic Contains a readonly DataControl implementation for JavaBeans. 
oracle.jbo Contains interfaces for client-side applications. 

 

Uses of RowIterator in oracle.adf.model.binding

 

Methods in oracle.adf.model.binding that return RowIterator
 RowIterator DCControlBinding.getRowIterator()
          Returns the current RowIterator with which this control binding is working.
 RowIterator DCBindingContainerValidationEvent.getRowIterator()
           

 

Uses of RowIterator in oracle.adf.model.generic

 

Classes in oracle.adf.model.generic that implement RowIterator
 class DCGenericRowSetIteratorImpl
           
 class DCRowSetIteratorImpl
           

 

Methods in oracle.adf.model.generic that return RowIterator
 RowIterator DCRowSetIteratorImpl.findByViewCriteria(ViewCriteria criteria, int maxNumOfRows, int queryMode)
           

 

Uses of RowIterator in oracle.jbo

 

Subinterfaces of RowIterator in oracle.jbo
 interface NavigatableRowIterator
          Provides simple access to a set of rows.
 interface RowSetIterator
          The interface for Row Set Iterator.

 

Classes in oracle.jbo that implement RowIterator
 class ViewCriteria
          A list of row criteria for a View Object's WHERE clause.

 

Methods in oracle.jbo that return RowIterator
 RowIterator RowIterator.findByViewCriteria(ViewCriteria criteria, int maxNumOfRows, int queryMode)
          Finds and returns View rows that match the specified View Criteria.
 RowIterator ViewCriteria.findByViewCriteria(ViewCriteria criteria, int maxNumOfRows, int queryMode)
           

 


Oracle Application Development Framework Model and Business Components Java API Reference 10.1.3.1.0
B28969-01


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