Esri Geoportal Server
1.0

com.esri.gpt.control.harvest
Class BaseHarvestController

java.lang.Object
  extended by com.esri.gpt.framework.jsf.BaseActionListener
      extended by com.esri.gpt.control.harvest.BaseHarvestController
All Implemented Interfaces:
EventListener, ActionListener, FacesListener
Direct Known Subclasses:
HarvestController, HarvestHistoryController

public abstract class BaseHarvestController
extends BaseActionListener

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

_harvestContext

protected HarvestContext _harvestContext
Harvest context.


_pageCursorPanel

protected PageCursorPanel _pageCursorPanel
Page cursor for harvest history list.

Constructor Detail

BaseHarvestController

public BaseHarvestController(String sActionExpression,
                             String sChangeExpression)
Creates instance of the object.

Parameters:
sActionExpression - action expression
sChangeExpression - change expression
Method Detail

setHarvestContext

public final void setHarvestContext(HarvestContext harvestContext)
Sets harvest context.

Parameters:
harvestContext - harvest context

getHarvestContext

public final HarvestContext getHarvestContext()
Gets harvest context.

Returns:
harvest context

getPageCursorPanel

public PageCursorPanel getPageCursorPanel()
Gets harvest history page cursor panel.

Returns:
harvest history page cursor panel

Esri Geoportal Server
1.0

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