|
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.jsf.BaseActionListener com.esri.gpt.control.harvest.BaseHarvestController
public abstract class BaseHarvestController
Base harvest controller.
Field Summary | |
---|---|
protected HarvestContext |
_harvestContext
Harvest context. |
protected PageCursorPanel |
_pageCursorPanel
Page cursor for harvest history list. |
Constructor Summary | |
---|---|
BaseHarvestController(String sActionExpression,
String sChangeExpression)
Creates instance of the object. |
Method Summary | |
---|---|
HarvestContext |
getHarvestContext()
Gets harvest context. |
PageCursorPanel |
getPageCursorPanel()
Gets harvest history page cursor panel. |
void |
setHarvestContext(HarvestContext harvestContext)
Sets harvest context. |
Methods inherited from class com.esri.gpt.framework.jsf.BaseActionListener |
---|
assertLoggedIn, authorizeAction, extractMessageBroker, extractRequestContext, getContextBroker, getKey, getLogger, getNavigationOutcome, getPrepareView, getSecurityRoles, getSecurityRoleSet, handleException, onExecutionPhaseCompleted, onExecutionPhaseStarted, onPrepareView, onPrepareViewCompleted, onPrepareViewStarted, processAction, processSubAction, setKey, setNavigationOutcome, setPrepareView, setSecurityRoles |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected HarvestContext _harvestContext
protected PageCursorPanel _pageCursorPanel
Constructor Detail |
---|
public BaseHarvestController(String sActionExpression, String sChangeExpression)
sActionExpression
- action expressionsChangeExpression
- change expressionMethod Detail |
---|
public final void setHarvestContext(HarvestContext harvestContext)
harvestContext
- harvest contextpublic final HarvestContext getHarvestContext()
public PageCursorPanel getPageCursorPanel()
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |