|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
ICMSQuery instead.
@Deprecated public interface IPagingQuery
IPagingQuery provides information about a paged result set.
The underlying implementation has to cache certain information to maintain paging state. So it has to balance stale cache concerns against query efficiency and memory use. Some of the situations to look out for:
| Method Summary | |
|---|---|
IInfoObjects |
getPage()
Deprecated. Get current page content |
void |
setParameters(java.lang.String tables,
int propSet,
SearchPattern pattern,
SortType sortBy)
Deprecated. Set Parameters for paging query |
| Methods inherited from interface com.crystaldecisions.sdk.occa.infostore.IPagingQueryBase |
|---|
getCurrPageNumber, getItemsPerPage, getPagesPerRange, getRangeFirstPageNumber, getRangeLastPageNumber, hasNextPage, hasNextRange, hasPrevPage, hasPrevRange, moveToFirstPage, moveToLastPage, moveToNextPage, moveToNextRange, moveToPreviousPage, moveToPreviousRange, setCurrPageNumber, setItemsPerPage, setPagesPerRange |
| Method Detail |
|---|
void setParameters(java.lang.String tables,
int propSet,
SearchPattern pattern,
SortType sortBy)
throws SDKException
Set Parameters for paging query
tables - The table in CMS for the querypattern - The search pattern for the querysortBy - The Sort Type for the query
SDKException
IInfoObjects getPage()
throws SDKException
Get current page content
SDKException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||