|
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 com.esri.gpt.control.harvest.HarvestHistoryController
public class HarvestHistoryController
Harvest history controller. Provides functionality to support *.jsp pages to display harvest history and view harvest reports.
Field Summary |
---|
Fields inherited from class com.esri.gpt.control.harvest.BaseHarvestController |
---|
_harvestContext, _pageCursorPanel |
Constructor Summary | |
---|---|
HarvestHistoryController()
Creates instance of the controller. |
Method Summary | |
---|---|
boolean |
getAlwaysFalse()
Gets always false. |
HeCriteria |
getCriteria()
Gets harvest history criteria. |
boolean |
getExternal()
Gets information if it's external call. |
String |
getListEventsPostView()
Does post preparation of the list of events. |
String |
getListEventsView()
Prepares page to display harvest history. |
ReportViewer |
getReportViewer()
Gets viewer viewer. |
HeResult |
getResult()
Gets harvest history result. |
SortDirectionStyle |
getSortDirectionStyle()
Gets sort direction style. |
BaseSortDirectionStyleMap |
getSortDirectionStyleMap()
Gets sort direction style map. |
String |
getViewReportView()
Prepares harvest report page. |
void |
handleListOfEvents(ActionEvent event)
Called to handle history event. |
String |
onClickButtonHistoryExecuteAction()
History report execute button action. |
void |
setAlwaysFalse(boolean ignored)
Sets always false. |
void |
setCriteria(HeCriteria historyCriteria)
Sets harvest history criteria. |
void |
setExternal(boolean external)
Sets information if it's external call. |
void |
setResult(HeResult historyResult)
Sets harvest history result. |
void |
setSortDirectionStyle(SortDirectionStyle style)
Sets sort direction style. |
Methods inherited from class com.esri.gpt.control.harvest.BaseHarvestController |
---|
getHarvestContext, getPageCursorPanel, setHarvestContext |
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 |
Constructor Detail |
---|
public HarvestHistoryController()
Method Detail |
---|
public HeCriteria getCriteria()
public void setCriteria(HeCriteria historyCriteria)
historyCriteria
- harvest history criteriapublic HeResult getResult()
public void setResult(HeResult historyResult)
historyResult
- harvest history resultpublic ReportViewer getReportViewer()
public BaseSortDirectionStyleMap getSortDirectionStyleMap()
public SortDirectionStyle getSortDirectionStyle()
public void setSortDirectionStyle(SortDirectionStyle style)
style
- sort direction stylepublic boolean getAlwaysFalse()
false
public void setAlwaysFalse(boolean ignored)
ignored
- ignored parameterpublic boolean getExternal()
true
if it's external callpublic void setExternal(boolean external)
external
- true
if it's external callpublic void handleListOfEvents(ActionEvent event)
event
- the associated JSF action event
AbortProcessingException
- if processing should be abortedHarvestContext
public String getListEventsView()
public String getListEventsPostView()
public String getViewReportView()
public String onClickButtonHistoryExecuteAction()
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |