Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.9.0)

E52932-01


oracle.jbo
Interface RangePagingDataFilter

All Superinterfaces:
DataFilter

public interface RangePagingDataFilter
extends DataFilter

Method Summary
 int getFetchSize()
          Gets the maximum number of rows to retrieve.
 int getFetchStart()
          Gets the zero-based row index to start with.

 

Methods inherited from interface oracle.jbo.DataFilter
getRowContext, getSearchAttributeNames, getSearchCriteria, getSortCriteria

 

Method Detail

getFetchStart

int getFetchStart()
Gets the zero-based row index to start with.
Returns:
starting row index.

getFetchSize

int getFetchSize()
Gets the maximum number of rows to retrieve.
Returns:
maximum number of rows to retrieve.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.9.0)

E52932-01


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