public class Home extends AbstractAdminAction
| Modifier and Type | Field and Description |
|---|---|
protected long |
activeDomainsCount |
protected long |
activeGrowingPlansCount |
protected long |
activeGrowingSystemsCount |
protected long |
activeNetworksCount |
protected long |
activeUsersCount |
protected boolean |
admin |
protected AuthenticationService |
authenticationService |
protected long |
connectedUsersCount |
protected long |
domainsCount |
protected DomainService |
domainService |
protected long |
growingPlansCount |
protected GrowingPlanService |
growingPlanService |
protected long |
growingSystemsCount |
protected GrowingSystemService |
growingSystemService |
protected long |
networksCount |
protected NetworkService |
networkService |
protected long |
usersCount |
protected UserService |
userService |
authorityClasses, GET_CLASS_NAME, referentialClasses, serviceapplicationContext, attachmentCount, attachmentService, authorizationService, config, currentUserAnAdmin, currentUserAnIsDataProcessor, ERROR_LAYOUT_DATA, gson, layoutData, messageService, navigationContextService, notificationSupport, parameters, readOnly, richNavigationContext, servletRequest, servletResponse, session| Constructor and Description |
|---|
Home() |
| Modifier and Type | Method and Description |
|---|---|
String |
execute() |
Long |
getActiveDomainsCount() |
Long |
getActiveGrowingPlansCount() |
Long |
getActiveGrowingSystemsCount() |
Long |
getActiveNetworksCount() |
Long |
getActiveUsersCount() |
Long |
getConnectedUsersCount() |
Long |
getDomainsCount() |
Long |
getGrowingPlansCount() |
Long |
getGrowingSystemsCount() |
Long |
getNetworksCount() |
Long |
getUsersCount() |
boolean |
isAdmin() |
void |
setAuthenticationService(AuthenticationService authenticationService) |
void |
setDomainService(DomainService domainService) |
void |
setGrowingPlanService(GrowingPlanService growingPlanService) |
void |
setGrowingSystemService(GrowingSystemService growingSystemService) |
void |
setNetworkService(NetworkService networkService) |
void |
setUserService(UserService userService) |
checkIsAdmin, getAuthorityClasses, getReferentialClasses, prepare, resetAuthorityBaseClassesList, resetReferentialBaseClassesList, setService, sortFromI18ngetAttachmentCount, getBroadcastMessages, getConfig, getEnumAsMap, getErrorNotifications, getGson, getInfoNotifications, getIsBroadcastMessagesEmpty, getIsFirstTimeMessageRead, getLayoutData, getNavigationContext, getRichNavigationContext, getServletInfo, getSession, getSessionId, getWarningNotifications, initForInput, initLayoutData, isCurrentUserAnAdmin, isCurrentUserAnIsDataProcessor, isErrorNotificationsEmpty, isInfoNotificationsEmpty, isReadOnly, isWarningNotificationsEmpty, navigationContextEntityCreated, readNavigationContextCookie, setApplicationContext, setAttachmentService, setAuthorizationService, setConfig, setMessageService, setNavigationContextService, setNotificationSupport, setParameters, setServletRequest, setServletResponse, setSession, toJson, toTrueMap, 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 transient DomainService domainService
protected transient GrowingSystemService growingSystemService
protected transient GrowingPlanService growingPlanService
protected transient NetworkService networkService
protected transient UserService userService
protected transient AuthenticationService authenticationService
protected boolean admin
protected long domainsCount
protected long activeDomainsCount
protected long growingSystemsCount
protected long activeGrowingSystemsCount
protected long growingPlansCount
protected long activeGrowingPlansCount
protected long networksCount
protected long activeNetworksCount
protected long usersCount
protected long activeUsersCount
protected long connectedUsersCount
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 void setAuthenticationService(AuthenticationService authenticationService)
public String execute() throws Exception
execute in interface com.opensymphony.xwork2.Actionexecute in class com.opensymphony.xwork2.ActionSupportExceptionpublic boolean isAdmin()
public Long getDomainsCount()
public Long getGrowingSystemsCount()
public Long getGrowingPlansCount()
public Long getNetworksCount()
public Long getUsersCount()
public Long getActiveUsersCount()
public Long getActiveNetworksCount()
public Long getActiveGrowingPlansCount()
public Long getActiveGrowingSystemsCount()
public Long getActiveDomainsCount()
public Long getConnectedUsersCount()
Copyright © 2013–2015 Inra. All rights reserved.