public class SystemTraceability extends AbstractAdminAction
| Modifier and Type | Field and Description |
|---|---|
protected Long |
domainCount |
protected DomainService |
domainService |
protected Long |
growingPlanCount |
protected GrowingPlanService |
growingPlanService |
protected Long |
growingSystemCount |
protected GrowingSystemService |
growingSystemService |
protected Long |
networkCount |
protected NetworkService |
networkService |
protected Long |
userCount |
protected UserService |
userService |
AUTHORITY_BASE_CLASSES, authorityBaseClassNames, authorityClasses, GET_CLASS_NAME, REFERENTIAL_BASE_CLASSES, referentialBaseClassNames, referentialClasses, serviceauthorizationService, config, currentUserAnAdmin, gson, navigationContextService, nextActionName, nextParamValue, notificationSupport, parameters, readOnly, richNavigationContext, servletRequest, servletResponse, session| Constructor and Description |
|---|
SystemTraceability() |
| Modifier and Type | Method and Description |
|---|---|
String |
execute() |
Long |
getDomainCount() |
Long |
getGrowingPlanCount() |
Long |
getGrowingSystemCount() |
Long |
getNetworkCount() |
Long |
getUserCount() |
void |
setDomainService(DomainService domainService) |
void |
setGrowingPlanService(GrowingPlanService growingPlanService) |
void |
setGrowingSystemService(GrowingSystemService growingSystemService) |
void |
setNetworkService(NetworkService networkService) |
void |
setUserService(UserService userService) |
checkIsAdmin, getAuthorityClasses, getReferentialClasses, prepare, setService, sortFromI18ngetConfig, getEnumAsMap, getErrorNotifications, getGson, getInfoNotifications, getNavigationContext, getNextActionName, getNextParamValue, getRichNavigationContext, getSession, getWarningNotifications, initForInput, isCurrentUserAnAdmin, isErrorNotificationsEmpty, isInfoNotificationsEmpty, isReadOnly, isWarningNotificationsEmpty, navigationContextEntityCreated, readNavigationContextCookie, setAuthorizationService, setConfig, setNavigationContextService, setNextActionName, setNextParamValue, setNotificationSupport, 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 DomainService domainService
protected GrowingSystemService growingSystemService
protected GrowingPlanService growingPlanService
protected NetworkService networkService
protected UserService userService
protected Long domainCount
protected Long growingSystemCount
protected Long growingPlanCount
protected Long networkCount
protected Long userCount
public void setDomainService(DomainService domainService)
public void setGrowingSystemService(GrowingSystemService growingSystemService)
public void setGrowingPlanService(GrowingPlanService growingPlanService)
public void setNetworkService(NetworkService networkService)
public void setUserService(UserService userService)
public String execute() throws Exception
execute in interface com.opensymphony.xwork2.Actionexecute in class com.opensymphony.xwork2.ActionSupportExceptionpublic Long getDomainCount()
public Long getGrowingSystemCount()
public Long getGrowingPlanCount()
public Long getNetworkCount()
public Long getUserCount()
Copyright © 2013 Inra. All rights reserved.