Class EntityReportWebScript

java.lang.Object
org.springframework.extensions.webscripts.AbstractWebScript
fr.becpg.repo.web.scripts.remote.AbstractEntityWebScript
fr.becpg.repo.web.scripts.remote.EntityReportWebScript
All Implemented Interfaces:
org.springframework.extensions.webscripts.WebScript

public class EntityReportWebScript extends AbstractEntityWebScript

EntityReportWebScript class.

Version:
$Id: $Id
Author:
rabah, matthieu
  • Field Details

    • logger

      private static final org.apache.commons.logging.Log logger
    • PARAM_LOCALE

      private static final String PARAM_LOCALE
      See Also:
    • PARAM_TEMPLATE

      private static final String PARAM_TEMPLATE
      See Also:
    • entityReportService

      private EntityReportService entityReportService
    • contentService

      private org.alfresco.service.cmr.repository.ContentService contentService
  • Constructor Details

    • EntityReportWebScript

      public EntityReportWebScript()
  • Method Details

    • setEntityReportService

      public void setEntityReportService(EntityReportService entityReportService)

      Setter for the field entityReportService.

      Parameters:
      entityReportService - a EntityReportService object.
    • setContentService

      public void setContentService(org.alfresco.service.cmr.repository.ContentService contentService)

      Setter for the field contentService.

      Parameters:
      contentService - a ContentService object.
    • executeInternal

      public void executeInternal(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse resp) throws IOException

      executeInternal.

      Specified by:
      executeInternal in class AbstractEntityWebScript
      Parameters:
      req - a WebScriptRequest object
      resp - a WebScriptResponse object
      Throws:
      IOException - if any.