|
Esri Geoportal Server 1.0
|
||||||||
| 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.search.SearchController
com.esri.gpt.control.search.SearchHarvestSitesController
public class SearchHarvestSitesController
The Class SearchHarvestSitesController. 9.3.1 new search controller. extends the 9.3 controller. Should be used under a faces Context.
| Constructor Summary | |
|---|---|
SearchHarvestSitesController()
|
|
| Method Summary | |
|---|---|
String |
getDefaultSiteId()
Gets the default site id. |
String |
getDefaultSiteName()
Gets the default site name. |
String |
getDoSearch()
|
String |
getFullMetadataUrl()
Gets the full metadata url. |
boolean |
getHasRestUrls()
Gets the checks for rest urls. |
String |
getNavigationOutcome()
Gets the navigation outcome. |
protected String |
getRestSearchRequestUrl(String format)
Gets the rest search request url. |
SearchConfig |
getSearchConfig()
Gets the search config. |
protected ASearchEngine |
getSearchDao()
Gets the search dao. |
SearchFilterHarvestSites |
getSearchFilterHarvestSites()
Gets the search filter harvest sites. |
void |
prepareView()
Prepares the view for a jsf page |
void |
processFullMetadataUrl()
Process full metadata url. |
protected void |
processSearchActions(ActionEvent event,
RequestContext context)
overiding the de fault to add 9.3.1 actions |
void |
setDefaultSiteId(String defaultSiteId)
Sets the default site id. |
void |
setDefaultSiteName(String defaultSiteName)
Sets the default site name. |
void |
setFullMetadataUrl(String fullMetadataUrl)
Sets the full metadata url. |
void |
setSearchFilterHarvestSites(SearchFilterHarvestSites searchHarvestSites)
Sets the search filter harvest sites. |
| Methods inherited from class com.esri.gpt.framework.jsf.BaseActionListener |
|---|
assertLoggedIn, authorizeAction, extractMessageBroker, extractRequestContext, getContextBroker, getKey, getLogger, getPrepareView, getSecurityRoles, getSecurityRoleSet, handleException, onExecutionPhaseCompleted, onExecutionPhaseStarted, onPrepareView, onPrepareViewCompleted, onPrepareViewStarted, processAction, 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 SearchHarvestSitesController()
| Method Detail |
|---|
public SearchFilterHarvestSites getSearchFilterHarvestSites()
throws SearchException
SearchExceptionpublic void setSearchFilterHarvestSites(SearchFilterHarvestSites searchHarvestSites)
searchHarvestSites - the new search filter harvest sitespublic String getFullMetadataUrl()
public void setFullMetadataUrl(String fullMetadataUrl)
fullMetadataUrl - the new full metadata urlpublic String getDefaultSiteId()
public void setDefaultSiteId(String defaultSiteId)
defaultSiteId - the new default site idpublic String getDefaultSiteName()
public void setDefaultSiteName(String defaultSiteName)
defaultSiteName - the new default site namepublic SearchConfig getSearchConfig()
public boolean getHasRestUrls()
public void processFullMetadataUrl()
protected void processSearchActions(ActionEvent event,
RequestContext context)
throws AbortProcessingException,
Exception
processSearchActions in class SearchControllerevent - Event to be processedcontext -
AbortProcessingException
Exception
protected ASearchEngine getSearchDao()
throws SearchException
getSearchDao in class SearchControllerSearchException - the search exceptionprotected String getRestSearchRequestUrl(String format)
getRestSearchRequestUrl in class SearchControllerformat - the format
public void prepareView()
prepareView in class SearchControllerpublic String getNavigationOutcome()
getNavigationOutcome in class BaseActionListenerpublic String getDoSearch()
|
Esri Geoportal Server 1.0
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||