|
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.framework.jsf.BaseActionListener
com.esri.gpt.control.harvest.BaseHarvestController
com.esri.gpt.control.harvest.HarvestController
public class HarvestController
Harvest controller. Provides functionality to support *.jsp pages to list, and edit harvest repository data.
| Field Summary |
|---|
| Fields inherited from class com.esri.gpt.control.harvest.BaseHarvestController |
|---|
_harvestContext, _pageCursorPanel |
| Constructor Summary | |
|---|---|
HarvestController()
Creates instance of the controller. |
|
| Method Summary | |
|---|---|
boolean |
getAlwaysFalse()
Gets always false. |
HrCriteria |
getCriteria()
Gets harvest criteria. |
HarvestEditor |
getEditor()
Gets harvest repository editor. |
String |
getEditRepositoryView()
Prepares page to display edited repository. |
HeCriteria |
getHistoryCriteria()
Gets harvest history criteria. |
boolean |
getInfoEnabled()
Checks if info enabled. |
String |
getListRepositoriesPostView()
Does post-preparation of the list of harvest repositories. |
String |
getListRepositoriesView()
Prepares page to display list of harvest repositories. |
ManageMetadataController |
getMmController()
|
String |
getPrepareSelectedPublishers()
Prepares selected publishers. |
ArrayList<SelectItem> |
getProtocols()
Gets protocols eligible to choose. |
HrResult |
getResult()
Gets harvest result. |
boolean |
getRobotsTxtOverride()
Checks if robots.txt mode can be overridden. |
SelectablePublishers |
getSelectablePublishers()
Gets selectable publishers. |
SortDirectionStyle |
getSortDirectionStyle()
Gets sort direction style. |
BaseSortDirectionStyleMap |
getSortDirectionStyleMap()
Gets sort direction style map. |
String |
getSynchronizationStatistics()
Gets synchronization statistics. |
String |
getSynchronizationStatus()
Gets synchronization status. |
String |
getTimeCodes()
Gets time codes. |
String |
getTimeMessages()
|
ArrayList<TimePoint> |
getTimePoints()
Gets time points. |
void |
handleCancelSynchronization(ActionEvent event)
Handles canceling synchronization. |
void |
handleCreateRepository(ActionEvent event)
Handles repository creation. |
void |
handleFullSynchronization(ActionEvent event)
Handles initiating full synchronization. |
void |
handleIncSynchronization(ActionEvent event)
Handles initiating incremental synchronization. |
void |
handleListRepositories(ActionEvent event)
Called to handle list of repositories event. |
void |
handleTestAgp2AgpClient(ActionEvent event)
Deprecated. replaced by handleTestAgpDestination(javax.faces.event.ActionEvent) |
void |
handleTestAgp2AgpQuery(ActionEvent event)
Deprecated. identical to handleTestConnection(javax.faces.event.ActionEvent) |
void |
handleTestAgpDestination(ActionEvent event)
Tests agp destination client. |
void |
handleTestAgs2AgpClient(ActionEvent event)
Deprecated. replaced by handleTestAgpDestination(javax.faces.event.ActionEvent) |
void |
handleTestAgs2AgpConnection(ActionEvent event)
Deprecated. identical to handleTestConnection(javax.faces.event.ActionEvent) |
void |
handleTestConnection(ActionEvent event)
Checks connection to the remote server. |
void |
handleUpdateRepository(ActionEvent event)
Updates repository repository. |
void |
handleUpdateRepositoryAndClose(ActionEvent event)
|
String |
onClickButtonExecuteAction()
Execute button action handler. |
void |
setAlwaysFalse(boolean ignored)
Sets always false. |
void |
setCriteria(HrCriteria criteria)
Sets harvest criteria. |
void |
setEditor(HarvestEditor editor)
Sets harvest repository editor. |
void |
setHistoryCriteria(HeCriteria historyCriteria)
Sets harvest history criteria. |
void |
setInfoEnabled(boolean enabled)
Sets info enabled. |
void |
setMmController(ManageMetadataController mmController)
|
void |
setPrepareSelectedPublishers(String ignore)
Companion to getPrepareSelectedPublishers() |
void |
setResult(HrResult result)
Sets harvest result. |
void |
setSortDirectionStyle(SortDirectionStyle style)
Sets sort direction style. |
void |
setSynchronizationStatus(String status)
Sets synchronization status. |
void |
setTimeCodes(String timeCodes)
Sets time codes. |
void |
setTimeMessages(String timeMessages)
|
| 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 HarvestController()
| Method Detail |
|---|
public ManageMetadataController getMmController()
public void setMmController(ManageMetadataController mmController)
public HrCriteria getCriteria()
public void setCriteria(HrCriteria criteria)
criteria - harvest criteriapublic HrResult getResult()
public void setResult(HrResult result)
result - harvest resultpublic HeCriteria getHistoryCriteria()
public void setHistoryCriteria(HeCriteria historyCriteria)
historyCriteria - harvest history criteriapublic HarvestEditor getEditor()
public void setEditor(HarvestEditor editor)
editor - harvest repository editorpublic BaseSortDirectionStyleMap getSortDirectionStyleMap()
public SortDirectionStyle getSortDirectionStyle()
public void setSortDirectionStyle(SortDirectionStyle style)
style - sort direction stylepublic boolean getAlwaysFalse()
falsepublic void setAlwaysFalse(boolean ignored)
ignored - ignored parameterpublic SelectablePublishers getSelectablePublishers()
public void handleListRepositories(ActionEvent event)
throws AbortProcessingException
event - the associated JSF action event
AbortProcessingException - if processing should be abortedHarvestContext
public void handleCreateRepository(ActionEvent event)
throws AbortProcessingException
event - the associated JSF action event
AbortProcessingException - if processing should be aborted
public void handleIncSynchronization(ActionEvent event)
throws AbortProcessingException
event - action event
AbortProcessingException - if processing has been aborted
public void handleFullSynchronization(ActionEvent event)
throws AbortProcessingException
event - action event
AbortProcessingException - if processing has been aborted
public void handleCancelSynchronization(ActionEvent event)
throws AbortProcessingException
event - action event
AbortProcessingException - if processing has been aborted
public void handleUpdateRepositoryAndClose(ActionEvent event)
throws AbortProcessingException
AbortProcessingException
public void handleUpdateRepository(ActionEvent event)
throws AbortProcessingException
event - the associated JSF action event
AbortProcessingException - if processing should be aborted
public void handleTestConnection(ActionEvent event)
throws AbortProcessingException
event - the associated JSF action event
AbortProcessingException - if processing should be aborted
@Deprecated
public void handleTestAgs2AgpConnection(ActionEvent event)
throws AbortProcessingException
handleTestConnection(javax.faces.event.ActionEvent)
event - the associated JSF action event
AbortProcessingException - if processing should be aborted
@Deprecated
public void handleTestAgp2AgpQuery(ActionEvent event)
throws AbortProcessingException
handleTestConnection(javax.faces.event.ActionEvent)
event - action event
AbortProcessingException - if processing should be aborted
public void handleTestAgpDestination(ActionEvent event)
throws AbortProcessingException
event - action event
AbortProcessingException - if processing should be aborted
@Deprecated
public void handleTestAgp2AgpClient(ActionEvent event)
throws AbortProcessingException
handleTestAgpDestination(javax.faces.event.ActionEvent)
event - action event
AbortProcessingException - if processing should be aborted
@Deprecated
public void handleTestAgs2AgpClient(ActionEvent event)
throws AbortProcessingException
handleTestAgpDestination(javax.faces.event.ActionEvent)
event - action event
AbortProcessingException - if processing should be abortedpublic String onClickButtonExecuteAction()
public String getListRepositoriesView()
public String getListRepositoriesPostView()
public String getEditRepositoryView()
public void setSynchronizationStatus(String status)
status - synchronization statuspublic String getSynchronizationStatus()
public String getSynchronizationStatistics()
public String getPrepareSelectedPublishers()
public void setPrepareSelectedPublishers(String ignore)
getPrepareSelectedPublishers()
ignore - ignored argumentpublic void setInfoEnabled(boolean enabled)
enabled - true to enabled info.public boolean getInfoEnabled()
true if info enabled.public ArrayList<SelectItem> getProtocols()
public ArrayList<TimePoint> getTimePoints()
public void setTimeMessages(String timeMessages)
public String getTimeMessages()
public String getTimeCodes()
public void setTimeCodes(String timeCodes)
timeCodes - time codespublic boolean getRobotsTxtOverride()
true if robots.txt mode can be overridden
|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||