|
||||||||||
| 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 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 | |
|---|---|
String |
doImport()
Run import if not in progress or already done, otherwise return Wait view |
String |
execute()
|
String |
getErrorMessage()
|
IImporterManager |
getImporterManager()
|
List<ImporterStatusDto> |
getImporterStatusDtoList()
|
String |
getImportFormatedTimeElapsed()
|
ImporterStatus[] |
getStatusEnumList()
|
boolean |
isImportAlreadyDone()
|
boolean |
isImportInProgress()
|
void |
setImporterManager(IImporterManager importerManager)
|
String |
splitCamelCase(String string)
|
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, hasKey, 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 String WAIT
| Constructor Detail |
|---|
public ImportAction()
| Method Detail |
|---|
public String getImportFormatedTimeElapsed()
public boolean isImportInProgress()
public boolean isImportAlreadyDone()
throws ImporterMetaDataException
ImporterMetaDataExceptionpublic String doImport()
Exception - When errors occurred
public String status()
throws Exception
Exception - if errors occurred
public String execute()
throws Exception
execute in interface com.opensymphony.xwork2.Actionexecute in class com.opensymphony.xwork2.ActionSupportExceptionpublic ImporterStatus[] getStatusEnumList()
public void setImporterManager(IImporterManager importerManager)
importerManager - the importerManager to setpublic List<ImporterStatusDto> getImporterStatusDtoList()
public String splitCamelCase(String string)
string - a CamelCaseString
public IImporterManager getImporterManager()
public String getErrorMessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||