public class WindowedCursor extends java.lang.Object implements Cursor, java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
int |
getCurrentPage()
Gets the current page number
|
int |
getEndRow()
Gets the end row within result set for this page
|
int |
getFirstPage()
Gets the first page number
|
boolean |
getHasFirstPage()
Is there a known first page?
|
boolean |
getHasLastPage()
Is there a known last page?
|
boolean |
getHasNextPage()
Is there a known next page?
|
boolean |
getHasPrevPage()
Is there a known prev page?
|
int |
getLastPage()
Gets the last page number
|
int |
getNextPage()
Gets the next page number
|
int |
getPageSize()
Gets the page size
|
java.lang.String |
getPageType()
Gets the page type
|
int |
getPrevPage()
Gets the previous page number
|
int |
getRowCount()
Gets the count of rows within result set for this page
|
int |
getStartRow()
Gets the start row within result set for this page
|
int |
getTotalPages()
Gets total number of pages
|
int |
getTotalRows()
Gets total rows
|
boolean |
isInRange()
Is the page within range of the result set
|
public java.lang.String getPageType()
CursorgetPageType in interface Cursorpublic int getPageSize()
CursorgetPageSize in interface Cursorpublic int getTotalPages()
CursorgetTotalPages in interface Cursorpublic int getTotalRows()
CursorgetTotalRows in interface Cursorpublic int getCurrentPage()
CursorgetCurrentPage in interface Cursorpublic int getFirstPage()
CursorgetFirstPage in interface Cursorpublic int getLastPage()
CursorgetLastPage in interface Cursorpublic int getNextPage()
CursorgetNextPage in interface Cursorpublic int getPrevPage()
CursorgetPrevPage in interface Cursorpublic boolean isInRange()
Cursorpublic boolean getHasFirstPage()
CursorgetHasFirstPage in interface Cursorpublic boolean getHasLastPage()
CursorgetHasLastPage in interface Cursorpublic boolean getHasNextPage()
CursorgetHasNextPage in interface Cursorpublic boolean getHasPrevPage()
CursorgetHasPrevPage in interface Cursorpublic int getStartRow()
CursorgetStartRow in interface Cursorpublic int getEndRow()
Cursorpublic int getRowCount()
CursorgetRowCount in interface CursorCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.