| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PagedResponse
Interface for responses from PagedRequests.
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Method Summary | |
|---|---|
|  int | getGroupCount()total number of answer groups before paging. | 
|  boolean | getHasMoreResults()Returns true if there are more results. | 
|  int | getPageNum()Returns the zero-based page number of this response | 
|  atg.search.routing.command.search.PageOffsetInfo | getPageOffsetInfo()If the response is the result of a merge, this holds the last response index per partition | 
|  int | getPageSize()Returns the page size | 
|  void | setPageNum(int pPageNum)Sets the zero-based page number of this response | 
|  void | setPageOffsetInfo(atg.search.routing.command.search.PageOffsetInfo pageOffsetInfo)Sets the page offset info | 
|  void | setPageSize(int pPageSize)Sets the page size | 
| Field Detail | 
|---|
static final java.lang.String CLASS_VERSION
| Method Detail | 
|---|
atg.search.routing.command.search.PageOffsetInfo getPageOffsetInfo()
void setPageOffsetInfo(atg.search.routing.command.search.PageOffsetInfo pageOffsetInfo)
pageOffsetInfo - page offset informationint getPageNum()
void setPageNum(int pPageNum)
pPageNum - int getPageSize()
void setPageSize(int pPageSize)
pPageSize - int getGroupCount()
boolean getHasMoreResults()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||