public abstract class AbstractEditExportQuery extends EchoBaseActionSupport
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
canUpdateQuery |
protected ExportQueryService |
exportQueryService |
protected InternalDbPersistenceService |
internalDbPersistenceService |
protected Map<String,String> |
queries
All available queries from database.
|
protected ExportQuery |
query
Selected query loaded from database if his id is not empty.
|
protected boolean |
queryExist |
| Constructor and Description |
|---|
AbstractEditExportQuery() |
| Modifier and Type | Method and Description |
|---|---|
String |
execute() |
Map<String,String> |
getQueries() |
ExportQuery |
getQuery() |
String |
input() |
boolean |
isCanUpdateQuery() |
boolean |
isNewQuery() |
boolean |
isQueryExists() |
void |
setExportQueryService(ExportQueryService exportQueryService) |
void |
setInternalDbPersistenceService(InternalDbPersistenceService internalDbPersistenceService) |
void |
validate() |
addFlashError, addFlashMessage, addFlashWarning, formatDate, formatMonth, getDocumentation, getDocumentation, getEchoBaseApplicationContext, getEchoBaseSession, getServiceContext, newService, setApplicationContext, setEchoBaseSession, setServiceContextaddActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, doDefault, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getFormatted, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, pause, setActionErrors, setActionMessages, setContainer, setFieldErrorsprotected ExportQuery query
protected boolean canUpdateQuery
protected boolean queryExist
protected transient ExportQueryService exportQueryService
protected transient InternalDbPersistenceService internalDbPersistenceService
public ExportQuery getQuery()
public boolean isCanUpdateQuery()
public boolean isQueryExists()
public boolean isNewQuery()
public String input() throws Exception
input in class com.opensymphony.xwork2.ActionSupportExceptionpublic String execute() throws Exception
execute in interface com.opensymphony.xwork2.Actionexecute in class com.opensymphony.xwork2.ActionSupportExceptionpublic void validate()
validate in interface com.opensymphony.xwork2.Validateablevalidate in class com.opensymphony.xwork2.ActionSupportpublic void setExportQueryService(ExportQueryService exportQueryService)
public void setInternalDbPersistenceService(InternalDbPersistenceService internalDbPersistenceService)
Copyright © 2011–2013 Ifremer. All rights reserved.