Class EntityTplWebScript

java.lang.Object
org.springframework.extensions.webscripts.AbstractWebScript
fr.becpg.repo.web.scripts.entity.EntityTplWebScript
All Implemented Interfaces:
org.springframework.extensions.webscripts.WebScript

public class EntityTplWebScript extends org.springframework.extensions.webscripts.AbstractWebScript

EntityTplWebScript class.

Version:
$Id: $Id
Author:
querephi
  • 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
    Constant ACTION_DATALIST_RECURSIVE_DELETE="datalistRecursiveDelete"
    private static final String
    Constant ACTION_FORMULATION_ENTITIES="formulateEntities"
    private static final String
    Constant ACTION_SYNCHRONIZE_ENTITIES="synchronizeEntities"
     
    private static final org.apache.commons.logging.Log
    Constant logger
    private org.alfresco.service.cmr.repository.NodeService
     
    private static final String
    Constant PARAM_ACTION="action"
    private static final String
    Constant PARAM_DATALIST="datalist"
    private static final String
    Constant PARAM_ID="id"
    private static final String
    Constant PARAM_STORE_ID="store_id"
    private static final String
    Constant PARAM_STORE_TYPE="store_type"
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse res)
    void
    Setter for the field entityTplService.
    void
    setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
    Setter for the field nodeService.

    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
      Constant logger
    • ACTION_SYNCHRONIZE_ENTITIES

      private static final String ACTION_SYNCHRONIZE_ENTITIES
      Constant ACTION_SYNCHRONIZE_ENTITIES="synchronizeEntities"
      See Also:
    • ACTION_FORMULATION_ENTITIES

      private static final String ACTION_FORMULATION_ENTITIES
      Constant ACTION_FORMULATION_ENTITIES="formulateEntities"
      See Also:
    • ACTION_DATALIST_RECURSIVE_DELETE

      private static final String ACTION_DATALIST_RECURSIVE_DELETE
      Constant ACTION_DATALIST_RECURSIVE_DELETE="datalistRecursiveDelete"
      See Also:
    • PARAM_DATALIST

      private static final String PARAM_DATALIST
      Constant PARAM_DATALIST="datalist"
      See Also:
    • PARAM_ACTION

      private static final String PARAM_ACTION
      Constant PARAM_ACTION="action"
      See Also:
    • PARAM_STORE_TYPE

      private static final String PARAM_STORE_TYPE
      Constant PARAM_STORE_TYPE="store_type"
      See Also:
    • PARAM_STORE_ID

      private static final String PARAM_STORE_ID
      Constant PARAM_STORE_ID="store_id"
      See Also:
    • PARAM_ID

      private static final String PARAM_ID
      Constant PARAM_ID="id"
      See Also:
    • nodeService

      private org.alfresco.service.cmr.repository.NodeService nodeService
    • entityTplService

      private EntityTplService entityTplService
  • Constructor Details

    • EntityTplWebScript

      public EntityTplWebScript()
  • Method Details

    • setNodeService

      public void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)

      Setter for the field nodeService.

      Parameters:
      nodeService - a NodeService object.
    • setEntityTplService

      public void setEntityTplService(EntityTplService entityTplService)

      Setter for the field entityTplService.

      Parameters:
      entityTplService - a EntityTplService object.
    • execute

      public void execute(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse res) throws org.springframework.extensions.webscripts.WebScriptException
      Throws:
      org.springframework.extensions.webscripts.WebScriptException