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

    Fields
    Modifier and Type
    Field
    Description
    private static final String
    Deprecated.
     
    private static final String
    Deprecated.
     
    private org.alfresco.service.cmr.security.AuthenticationService
    Deprecated.
     
    private org.alfresco.service.cmr.security.AuthorityService
    Deprecated.
     
    private static final org.apache.commons.logging.Log
    Deprecated.
     
    private static final String
    Deprecated.
     
    private static final String
    Deprecated.
     
    private static final String
    Deprecated.
     
    private static final String
    Deprecated.
     
    private static final String
    Deprecated.
     
    private org.alfresco.repo.tenant.TenantAdminService
    Deprecated.
     
    private org.alfresco.repo.tenant.TenantService
    Deprecated.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse res)
    Deprecated.
    void
    setAuthenticationService(org.alfresco.service.cmr.security.AuthenticationService authenticationService)
    Deprecated.
    Setter for the field authenticationService.
    void
    setAuthorityService(org.alfresco.service.cmr.security.AuthorityService authorityService)
    Deprecated.
    Setter for the field authorityService.
    void
    setTenantAdminService(org.alfresco.repo.tenant.TenantAdminService tenantAdminService)
    Deprecated.
    Setter for the field tenantAdminService.
    void
    setTenantService(org.alfresco.repo.tenant.TenantService tenantService)
    Deprecated.
    Setter for the field tenantService.

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • logger

      private static final org.apache.commons.logging.Log logger
      Deprecated.
    • PARAM_ACTION

      private static final String PARAM_ACTION
      Deprecated.
      See Also:
    • PARAM_DOMAIN

      private static final String PARAM_DOMAIN
      Deprecated.
      See Also:
    • PARAM_PASSWORD

      private static final String PARAM_PASSWORD
      Deprecated.
      See Also:
    • PARAM_ROOT_CONTENT

      private static final String PARAM_ROOT_CONTENT
      Deprecated.
      See Also:
    • PARAM_DIRECTORY_DESTINATION

      private static final String PARAM_DIRECTORY_DESTINATION
      Deprecated.
      See Also:
    • ACTION_CREATE

      private static final String ACTION_CREATE
      Deprecated.
      See Also:
    • ACTION_EXPORT

      private static final String ACTION_EXPORT
      Deprecated.
      See Also:
    • tenantAdminService

      private org.alfresco.repo.tenant.TenantAdminService tenantAdminService
      Deprecated.
    • tenantService

      private org.alfresco.repo.tenant.TenantService tenantService
      Deprecated.
    • authorityService

      private org.alfresco.service.cmr.security.AuthorityService authorityService
      Deprecated.
    • authenticationService

      private org.alfresco.service.cmr.security.AuthenticationService authenticationService
      Deprecated.
  • 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 - a TenantAdminService object.
    • setTenantService

      public void setTenantService(org.alfresco.repo.tenant.TenantService tenantService)
      Deprecated.

      Setter for the field tenantService.

      Parameters:
      tenantService - a TenantService object.
    • setAuthorityService

      public void setAuthorityService(org.alfresco.service.cmr.security.AuthorityService authorityService)
      Deprecated.

      Setter for the field authorityService.

      Parameters:
      authorityService - a AuthorityService object.
    • setAuthenticationService

      public void setAuthenticationService(org.alfresco.service.cmr.security.AuthenticationService authenticationService)
      Deprecated.

      Setter for the field authenticationService.

      Parameters:
      authenticationService - a AuthenticationService object.
    • 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