Class CompareEntityReportWebScript

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

public class CompareEntityReportWebScript extends org.springframework.extensions.webscripts.AbstractWebScript
The Class CompareEntityVersionReportWebScript.
Version:
$Id: $Id
Author:
querephi, matthieu
  • Field Details

    • MAX_ENTITIES

      private static final int MAX_ENTITIES
      Constant MAX_ENTITIES=10
      See Also:
    • PARAM_ENTITY

      private static final String PARAM_ENTITY
      Constant PARAM_ENTITY="entity"
      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:
    • PARAM_ENTITIES

      private static final String PARAM_ENTITIES
      Constant PARAM_ENTITIES="entities"
      See Also:
    • PARAM_VERSION_LABEL

      private static final String PARAM_VERSION_LABEL
      Constant PARAM_VERSION_LABEL="versionLabel"
      See Also:
    • PARAM_FILE_NAME

      private static final String PARAM_FILE_NAME
      Constant PARAM_FILE_NAME="fileName"
      See Also:
    • PARAM_TPL_NODEREF

      private static final String PARAM_TPL_NODEREF
      Constant PARAM_TPL_NODEREF="tplNodeRef"
      See Also:
    • logger

      private static final org.apache.commons.logging.Log logger
      Constant logger
    • compareEntityReportService

      private CompareEntityReportService compareEntityReportService
    • mimetypeService

      private org.alfresco.service.cmr.repository.MimetypeService mimetypeService
    • versionService

      private org.alfresco.service.cmr.version.VersionService versionService
    • entityVersionService

      private EntityVersionService entityVersionService
    • reportTplService

      private ReportTplService reportTplService
    • nodeService

      private org.alfresco.service.cmr.repository.NodeService nodeService
  • Constructor Details

    • CompareEntityReportWebScript

      public CompareEntityReportWebScript()
  • Method Details

    • setCompareEntityReportService

      public void setCompareEntityReportService(CompareEntityReportService compareEntityReportService)

      Setter for the field compareEntityReportService.

      Parameters:
      compareEntityReportService - a CompareEntityReportService object.
    • setMimetypeService

      public void setMimetypeService(org.alfresco.service.cmr.repository.MimetypeService mimetypeService)

      Setter for the field mimetypeService.

      Parameters:
      mimetypeService - a MimetypeService object.
    • setVersionService

      public void setVersionService(org.alfresco.service.cmr.version.VersionService versionService)

      Setter for the field versionService.

      Parameters:
      versionService - a VersionService object.
    • setEntityVersionService

      public void setEntityVersionService(EntityVersionService entityVersionService)

      Setter for the field entityVersionService.

      Parameters:
      entityVersionService - a EntityVersionService object.
    • setReportTplService

      public void setReportTplService(ReportTplService reportTplService)

      Setter for the field reportTplService.

      Parameters:
      reportTplService - a ReportTplService object.
    • setNodeService

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

      Setter for the field nodeService.

      Parameters:
      nodeService - a NodeService object
    • execute

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