|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.framework.request.Result com.esri.gpt.framework.request.QueryResult<CswRecords> com.esri.gpt.server.csw.client.CswResult
public class CswResult
The Class CswResult.
Constructor Summary | |
---|---|
CswResult()
|
Method Summary | |
---|---|
PageCursor |
getPageCursor()
Gets the UI page cursor. |
CswRecords |
getRecords()
Gets the records associated with the result. |
void |
reset()
Resets the result. |
protected void |
setPageCursor(PageCursor cursor)
Sets the UI page cursor. |
void |
setRecords(CswRecords records)
Sets the records associated with the result. |
Methods inherited from class com.esri.gpt.framework.request.QueryResult |
---|
getHasRecords, getMaxQueryHits, setMaxQueryHits |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CswResult()
Method Detail |
---|
public PageCursor getPageCursor()
QueryResult
getPageCursor
in class QueryResult<CswRecords>
public CswRecords getRecords()
QueryResult
getRecords
in class QueryResult<CswRecords>
public void reset()
QueryResult
reset
in class QueryResult<CswRecords>
protected void setPageCursor(PageCursor cursor)
QueryResult
setPageCursor
in class QueryResult<CswRecords>
cursor
- the page cursorpublic void setRecords(CswRecords records)
QueryResult
setRecords
in class QueryResult<CswRecords>
records
- the records
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |