Esri Geoportal Server
1.0

com.esri.gpt.server.csw.client
Class CswResult

java.lang.Object
  extended by com.esri.gpt.framework.request.Result
      extended by com.esri.gpt.framework.request.QueryResult<CswRecords>
          extended by com.esri.gpt.server.csw.client.CswResult

public class CswResult
extends QueryResult<CswRecords>

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

CswResult

public CswResult()
Method Detail

getPageCursor

public PageCursor getPageCursor()
Description copied from class: QueryResult
Gets the UI page cursor.

Overrides:
getPageCursor in class QueryResult<CswRecords>
Returns:
the page cursor

getRecords

public CswRecords getRecords()
Description copied from class: QueryResult
Gets the records associated with the result.

Overrides:
getRecords in class QueryResult<CswRecords>
Returns:
the records

reset

public void reset()
Description copied from class: QueryResult
Resets the result.

Overrides:
reset in class QueryResult<CswRecords>

setPageCursor

protected void setPageCursor(PageCursor cursor)
Description copied from class: QueryResult
Sets the UI page cursor.

Overrides:
setPageCursor in class QueryResult<CswRecords>
Parameters:
cursor - the page cursor

setRecords

public void setRecords(CswRecords records)
Description copied from class: QueryResult
Sets the records associated with the result.

Overrides:
setRecords in class QueryResult<CswRecords>
Parameters:
records - the records

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.