|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PaginatedResultSet
Interface for a set of results that is handled in a paginated form.
| Method Summary | |
|---|---|
int |
getCurrentPage()Gets the current page index of this result set. |
int |
getCurrentPageRowCount()Gets the number of rows in the current page. |
PageRow |
getPageRow(int index)Gets the PageRow for the index specified within the current page. |
int |
getPageSize()Gets the "normal" number of rows in a page. |
int |
getTotalPageCount()Gets the total number of pages in this result set. |
int |
getTotalRowCount()Gets the total number of rows in this result set. |
void |
gotoPage(int pageIndex)Moves this result set to the specified page. |
| Method Detail |
|---|
int getTotalRowCount()
int representing the total number of rows in this result set.int getTotalPageCount()
int representing the total number of pages in this result set.int getCurrentPage()
int representing the current page index of this result set.PageRow getPageRow(int index)
PageRow for the index specified within the current page.index - int representing the index of the row within the pagePageRow for the index specified within the current page.int getCurrentPageRowCount()
int representing the number of rows in the current page.void gotoPage(int pageIndex)
pageIndex - int representing the index of the page to go toint getPageSize()
int representing the number of rows in the current page.
|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||