|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.control.harvest.HarvestContext
public class HarvestContext
Managed bean to store harvest data.
| Field Summary |
|---|
| Fields inherited from interface com.esri.gpt.framework.request.PageCursor.IRecordsPerPageProvider |
|---|
DEFAULT_RECORDS_PER_PAGE, MIN_RECORDS_PER_PAGE |
| Constructor Summary | |
|---|---|
HarvestContext()
|
|
| Method Summary | |
|---|---|
HrCriteria |
getHarvestCriteria()
Gets harvest repository criteria. |
HeCriteria |
getHistoryCriteria()
Gets harvest history criteria. |
int |
getRecordsPerPage()
Gets number of records per page. |
void |
setHarvestCriteria(HrCriteria harvestCriteria)
Sets harvest repository criteria. |
void |
setHistoryCriteria(HeCriteria historyCriteria)
Sets harvest history criteria. |
void |
setRecordsPerPage(int recordsPerPage)
Sets number of records per page. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HarvestContext()
| Method Detail |
|---|
public HrCriteria getHarvestCriteria()
public void setHarvestCriteria(HrCriteria harvestCriteria)
harvestCriteria - harvest repository criteriapublic HeCriteria getHistoryCriteria()
public void setHistoryCriteria(HeCriteria historyCriteria)
historyCriteria - harvest history criteriapublic int getRecordsPerPage()
getRecordsPerPage in interface PageCursor.IRecordsPerPageProviderpublic void setRecordsPerPage(int recordsPerPage)
setRecordsPerPage in interface PageCursor.IRecordsPerPageProviderrecordsPerPage - number of records per page
|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||