|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.opensymphony.xwork2.ActionSupport
com.gisgraphy.webapp.action.ImportAction
public class ImportAction
Action that do the all import
ImporterManager,
Serialized Form| Field Summary | |
|---|---|
static java.lang.String |
WAIT
|
| Fields inherited from class com.opensymphony.xwork2.ActionSupport |
|---|
LOG |
| Fields inherited from interface com.opensymphony.xwork2.Action |
|---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
| Constructor Summary | |
|---|---|
ImportAction()
|
|
| Method Summary | |
|---|---|
java.lang.String |
doImport()
Run import if not in progress or already done, otherwise return Wait view |
java.lang.String |
doWait()
|
java.lang.String |
execute()
|
IImporterManager |
getImporterManager()
|
java.util.List<ImporterStatusDto> |
getImporterStatusDtoList()
|
void |
setImporterManager(IImporterManager importerManager)
|
java.lang.String |
status()
|
| Methods inherited from class com.opensymphony.xwork2.ActionSupport |
|---|
addActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, doDefault, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, input, pause, setActionErrors, setActionMessages, setFieldErrors, validate |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String WAIT
| Constructor Detail |
|---|
public ImportAction()
| Method Detail |
|---|
public java.lang.String doImport()
throws java.lang.Exception
java.lang.Exception - When errors occurred
public java.lang.String doWait()
throws java.lang.Exception
java.lang.Exception - if errors occurred
public java.lang.String status()
throws java.lang.Exception
java.lang.Exception - if errors occurred
public java.lang.String execute()
throws java.lang.Exception
execute in interface com.opensymphony.xwork2.Actionexecute in class com.opensymphony.xwork2.ActionSupportjava.lang.Exceptionpublic void setImporterManager(IImporterManager importerManager)
importerManager - the importerManager to setpublic java.util.List<ImporterStatusDto> getImporterStatusDtoList()
public IImporterManager getImporterManager()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||