Esri Geoportal Server
1.0

com.esri.gpt.framework.request
Interface PageCursor.IRecordsPerPageProvider

All Superinterfaces:
Serializable
All Known Implementing Classes:
HarvestContext, PageCursor.DefaultRecordsPerPageProvider
Enclosing class:
PageCursor

public static interface PageCursor.IRecordsPerPageProvider
extends Serializable

Records per page provider.


Field Summary
static int DEFAULT_RECORDS_PER_PAGE
          Default record per page
static int MIN_RECORDS_PER_PAGE
          Minimum records per page
 
Method Summary
 int getRecordsPerPage()
          Gets number of records per page.
 void setRecordsPerPage(int recordsPerPage)
          Sets number of records per page.
 

Field Detail

MIN_RECORDS_PER_PAGE

static final int MIN_RECORDS_PER_PAGE
Minimum records per page

See Also:
Constant Field Values

DEFAULT_RECORDS_PER_PAGE

static final int DEFAULT_RECORDS_PER_PAGE
Default record per page

See Also:
Constant Field Values
Method Detail

getRecordsPerPage

int getRecordsPerPage()
Gets number of records per page.

Returns:
records per page

setRecordsPerPage

void setRecordsPerPage(int recordsPerPage)
Sets number of records per page.

Parameters:
recordsPerPage - number of records per page

Esri Geoportal Server
1.0

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