Package fr.becpg.repo.web.scripts.admin
Class AdminTenantWebScript
java.lang.Object
org.springframework.extensions.webscripts.AbstractWebScript
fr.becpg.repo.web.scripts.admin.AdminTenantWebScript
- All Implemented Interfaces:
org.springframework.extensions.webscripts.WebScript
@Deprecated
public class AdminTenantWebScript
extends org.springframework.extensions.webscripts.AbstractWebScript
Deprecated.
The Class AdminTenantWebScript.
- Version:
- $Id: $Id
- Author:
- matthieu Deprected since 4.2 see TenantPost
-
Nested Class Summary
Nested classes/interfaces inherited from class org.springframework.extensions.webscripts.AbstractWebScript
org.springframework.extensions.webscripts.AbstractWebScript.ScriptDetails -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final StringDeprecated.private static final StringDeprecated.private org.alfresco.service.cmr.security.AuthenticationServiceDeprecated.private org.alfresco.service.cmr.security.AuthorityServiceDeprecated.private static final org.apache.commons.logging.LogDeprecated.private static final StringDeprecated.private static final StringDeprecated.private static final StringDeprecated.private static final StringDeprecated.private static final StringDeprecated.private org.alfresco.repo.tenant.TenantAdminServiceDeprecated.private org.alfresco.repo.tenant.TenantServiceDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse res) Deprecated.voidsetAuthenticationService(org.alfresco.service.cmr.security.AuthenticationService authenticationService) Deprecated.Setter for the fieldauthenticationService.voidsetAuthorityService(org.alfresco.service.cmr.security.AuthorityService authorityService) Deprecated.Setter for the fieldauthorityService.voidsetTenantAdminService(org.alfresco.repo.tenant.TenantAdminService tenantAdminService) Deprecated.Setter for the fieldtenantAdminService.voidsetTenantService(org.alfresco.repo.tenant.TenantService tenantService) Deprecated.Setter for the fieldtenantService.Methods inherited from class org.springframework.extensions.webscripts.AbstractWebScript
addModuleBundleToCache, checkModuleBundleCache, createArgs, createArgsM, createHeaders, createHeadersM, createScriptParameters, createStatusException, createTemplateParameters, executeScript, getContainer, getDescription, getExecuteScript, getResources, getStatusTemplate, init, renderString, renderString, renderTemplate, sendStatus, setURLModelFactory, toString
-
Field Details
-
logger
private static final org.apache.commons.logging.Log loggerDeprecated. -
PARAM_ACTION
Deprecated.- See Also:
-
PARAM_DOMAIN
Deprecated.- See Also:
-
PARAM_PASSWORD
Deprecated.- See Also:
-
PARAM_ROOT_CONTENT
Deprecated.- See Also:
-
PARAM_DIRECTORY_DESTINATION
Deprecated.- See Also:
-
ACTION_CREATE
Deprecated.- See Also:
-
ACTION_EXPORT
Deprecated.- See Also:
-
tenantAdminService
private org.alfresco.repo.tenant.TenantAdminService tenantAdminServiceDeprecated. -
tenantService
private org.alfresco.repo.tenant.TenantService tenantServiceDeprecated. -
authorityService
private org.alfresco.service.cmr.security.AuthorityService authorityServiceDeprecated. -
authenticationService
private org.alfresco.service.cmr.security.AuthenticationService authenticationServiceDeprecated.
-
-
Constructor Details
-
AdminTenantWebScript
public AdminTenantWebScript()Deprecated.
-
-
Method Details
-
setTenantAdminService
public void setTenantAdminService(org.alfresco.repo.tenant.TenantAdminService tenantAdminService) Deprecated.Setter for the field
tenantAdminService.- Parameters:
tenantAdminService- aTenantAdminServiceobject.
-
setTenantService
public void setTenantService(org.alfresco.repo.tenant.TenantService tenantService) Deprecated.Setter for the field
tenantService.- Parameters:
tenantService- aTenantServiceobject.
-
setAuthorityService
public void setAuthorityService(org.alfresco.service.cmr.security.AuthorityService authorityService) Deprecated.Setter for the field
authorityService.- Parameters:
authorityService- aAuthorityServiceobject.
-
setAuthenticationService
public void setAuthenticationService(org.alfresco.service.cmr.security.AuthenticationService authenticationService) Deprecated.Setter for the field
authenticationService.- Parameters:
authenticationService- aAuthenticationServiceobject.
-
execute
public void execute(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse res) throws org.springframework.extensions.webscripts.WebScriptException Deprecated.- Throws:
org.springframework.extensions.webscripts.WebScriptException
-