com.crystaldecisions.sdk.occa.infostore
Interface IPagingQueryBase

All Known Subinterfaces:
ICategoryPager, IFolderPager, IPagingQuery

Deprecated. Since 4.0. CMS now supports paged queries, use 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

getItemsPerPage

int getItemsPerPage()
Deprecated. 

get number of objects in a page


setItemsPerPage

void setItemsPerPage(int lNum)
                     throws SDKException
Deprecated. 

set number of objects in a page

Throws:
SDKException

getPagesPerRange

int getPagesPerRange()
Deprecated. 

get number of pages in a range


setPagesPerRange

void setPagesPerRange(int lNum)
                      throws SDKException
Deprecated. 

set number of pages in a range

Throws:
SDKException

getCurrPageNumber

int getCurrPageNumber()
                      throws SDKException
Deprecated. 

get current page number

Throws:
SDKException

setCurrPageNumber

void setCurrPageNumber(int val)
                       throws SDKException
Deprecated. 

set current page number

Throws:
SDKException

hasPrevPage

boolean hasPrevPage()
                    throws SDKException
Deprecated. 

get is there any previous page

Throws:
SDKException

hasNextPage

boolean hasNextPage()
                    throws SDKException
Deprecated. 

get is there any next page

Throws:
SDKException

hasPrevRange

boolean hasPrevRange()
                     throws SDKException
Deprecated. 

get is there any previous range

Throws:
SDKException

hasNextRange

boolean hasNextRange()
                     throws SDKException
Deprecated. 

get is there any next range

Throws:
SDKException

getRangeFirstPageNumber

int getRangeFirstPageNumber()
                            throws SDKException
Deprecated. 

get first page number in current range.

Throws:
SDKException

getRangeLastPageNumber

int getRangeLastPageNumber()
                           throws SDKException
Deprecated. 

get last page number in current range.

Throws:
SDKException

moveToFirstPage

void moveToFirstPage()
                     throws SDKException
Deprecated. 

move to first page

Throws:
SDKException

moveToLastPage

void moveToLastPage()
                    throws SDKException
Deprecated. 

move to last page

Throws:
SDKException

moveToPreviousPage

void moveToPreviousPage()
                        throws SDKException
Deprecated. 

move to previous page

Throws:
SDKException

moveToNextPage

void moveToNextPage()
                    throws SDKException
Deprecated. 

move to next page

Throws:
SDKException

moveToPreviousRange

void moveToPreviousRange()
                         throws SDKException
Deprecated. 

move to previous range

Throws:
SDKException

moveToNextRange

void moveToNextRange()
                     throws SDKException
Deprecated. 

move to next range

Throws:
SDKException