|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
ICMSQuery instead.
@Deprecated public interface IPagingQueryBase
| Method Summary | |
|---|---|
int |
getCurrPageNumber()
Deprecated. get current page number |
int |
getItemsPerPage()
Deprecated. get number of objects in a page |
int |
getPagesPerRange()
Deprecated. get number of pages in a range |
int |
getRangeFirstPageNumber()
Deprecated. get first page number in current range. |
int |
getRangeLastPageNumber()
Deprecated. get last page number in current range. |
boolean |
hasNextPage()
Deprecated. get is there any next page |
boolean |
hasNextRange()
Deprecated. get is there any next range |
boolean |
hasPrevPage()
Deprecated. get is there any previous page |
boolean |
hasPrevRange()
Deprecated. get is there any previous range |
void |
moveToFirstPage()
Deprecated. move to first page |
void |
moveToLastPage()
Deprecated. move to last page |
void |
moveToNextPage()
Deprecated. move to next page |
void |
moveToNextRange()
Deprecated. move to next range |
void |
moveToPreviousPage()
Deprecated. move to previous page |
void |
moveToPreviousRange()
Deprecated. move to previous range |
void |
setCurrPageNumber(int val)
Deprecated. set current page number |
void |
setItemsPerPage(int lNum)
Deprecated. set number of objects in a page |
void |
setPagesPerRange(int lNum)
Deprecated. set number of pages in a range |
| Method Detail |
|---|
int getItemsPerPage()
get number of objects in a page
void setItemsPerPage(int lNum)
throws SDKException
set number of objects in a page
SDKExceptionint getPagesPerRange()
get number of pages in a range
void setPagesPerRange(int lNum)
throws SDKException
set number of pages in a range
SDKException
int getCurrPageNumber()
throws SDKException
get current page number
SDKException
void setCurrPageNumber(int val)
throws SDKException
set current page number
SDKException
boolean hasPrevPage()
throws SDKException
get is there any previous page
SDKException
boolean hasNextPage()
throws SDKException
get is there any next page
SDKException
boolean hasPrevRange()
throws SDKException
get is there any previous range
SDKException
boolean hasNextRange()
throws SDKException
get is there any next range
SDKException
int getRangeFirstPageNumber()
throws SDKException
get first page number in current range.
SDKException
int getRangeLastPageNumber()
throws SDKException
get last page number in current range.
SDKException
void moveToFirstPage()
throws SDKException
move to first page
SDKException
void moveToLastPage()
throws SDKException
move to last page
SDKException
void moveToPreviousPage()
throws SDKException
move to previous page
SDKException
void moveToNextPage()
throws SDKException
move to next page
SDKException
void moveToPreviousRange()
throws SDKException
move to previous range
SDKException
void moveToNextRange()
throws SDKException
move to next range
SDKException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||