public class DomainsList extends AbstractAgrosystAction
| Modifier and Type | Field and Description |
|---|---|
protected AgrosystWebApplicationContext |
context |
protected ResultList<Domain> |
domainListResult |
protected DomainService |
domainService |
protected String |
domainsResult
Domain result serialized as json.
|
protected boolean |
extendable |
protected AgrosystServiceConfig |
serviceConfig |
config, gson, GSON_BUILDER, GSON_EXCLUSIONS, INTEGER_ADAPTER, navigationContextService, parameters, richNavigationContext, servletRequest, servletResponse, session| Constructor and Description |
|---|
DomainsList() |
| Modifier and Type | Method and Description |
|---|---|
String |
execute() |
String |
getDomainsResult() |
int |
getNbAuthorizedExtend() |
Map<DomainType,String> |
getTypes() |
void |
setAgrosystServiceConfig(AgrosystServiceConfig serviceConfig) |
void |
setDomainService(DomainService domainService) |
void |
setExtendable(boolean extendable) |
getConfig, getEnumAsMap, getGson, getNavigationContext, getRichNavigationContext, getSession, initForInput, readNavigationContextCookie, setConfig, setNavigationContextService, setParameters, setServletRequest, setServletResponse, setSession, toJson, verifyAndSaveNavigationContext, writeNavigationContextCookieaddActionError, 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, input, pause, setActionErrors, setActionMessages, setContainer, setFieldErrors, validateprotected String domainsResult
protected DomainService domainService
protected AgrosystServiceConfig serviceConfig
protected ResultList<Domain> domainListResult
protected boolean extendable
protected AgrosystWebApplicationContext context
public String getDomainsResult()
public void setDomainService(DomainService domainService)
public void setAgrosystServiceConfig(AgrosystServiceConfig serviceConfig)
public String execute() throws Exception
execute in interface com.opensymphony.xwork2.Actionexecute in class com.opensymphony.xwork2.ActionSupportExceptionpublic Map<DomainType,String> getTypes()
public int getNbAuthorizedExtend()
public void setExtendable(boolean extendable)
Copyright © 2013 Inra. All rights reserved.