|
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.download.DownloadController
public class DownloadController
Download controller.
| Constructor Summary | |
|---|---|
DownloadController()
|
|
| Method Summary | |
|---|---|
ArrayList<SelectItem> |
getAllFeatures()
Gets all features. |
ArrayList<SelectItem> |
getAllOutputFormats()
Gets all output formats. |
ArrayList<SelectItem> |
getAllProjections()
Gets all projections. |
ArrayList<SelectItem> |
getAllRasters()
Gets all rasters. |
String |
getDownloadView()
Prepares page to display list of harvest repositories. |
String |
getExtractDataTaskUrl()
Gets geoprocessing task URL. |
String |
getLayers()
Gets pre-layers. |
String |
getMapServiceUrl()
Gets map service URL. |
String |
getSelectedFeature()
Gets selected feature. |
String |
getSelectedOutputFormat()
Gets selected output format. |
String |
getSelectedProjection()
Gets selected projection. |
String |
getSelectedRaster()
Gets selected raster. |
String |
getUserEmail()
Gets user email. |
void |
setExtractDataTaskUrl(String url)
Sets geoprocessing task URL. |
void |
setLayers(String layers)
Sets pre-selected layers. |
void |
setMapServiceUrl(String mapServiceUrl)
Sets map service URL. |
void |
setSelectedFeature(String item)
Sets selected feature. |
void |
setSelectedOutputFormat(String item)
Sets selected output format. |
void |
setSelectedProjection(String item)
Sets selected projection. |
void |
setSelectedRaster(String item)
Sets selected raster. |
void |
setUserEmail(String userEmail)
Sets user email. |
| 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 DownloadController()
| Method Detail |
|---|
public String getDownloadView()
public String getUserEmail()
public void setUserEmail(String userEmail)
userEmail - user emailpublic ArrayList<SelectItem> getAllOutputFormats()
public String getSelectedOutputFormat()
public void setSelectedOutputFormat(String item)
item - select item representing output formatpublic ArrayList<SelectItem> getAllProjections()
public String getSelectedProjection()
public void setSelectedProjection(String item)
item - select item representing projectionpublic ArrayList<SelectItem> getAllFeatures()
public String getSelectedFeature()
public void setSelectedFeature(String item)
item - selected featurepublic ArrayList<SelectItem> getAllRasters()
public String getSelectedRaster()
public void setSelectedRaster(String item)
item - selected rasterpublic String getMapServiceUrl()
public void setMapServiceUrl(String mapServiceUrl)
mapServiceUrl - map service URLpublic String getExtractDataTaskUrl()
public void setExtractDataTaskUrl(String url)
url - geoprocessing task URLpublic String getLayers()
public void setLayers(String layers)
layers - layers indexes separated by coma (,)
|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||