Class SimulationWebScript

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

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

SimulationWebScript class.

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

  • Constructor Details

    • SimulationWebScript

      public SimulationWebScript()
  • Method Details

    • setNodeService

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

      Setter for the field nodeService.

      Parameters:
      nodeService - a NodeService object.
    • setSimulationService

      public void setSimulationService(EntitySimulationService simulationService)

      Setter for the field simulationService.

      Parameters:
      simulationService - a EntitySimulationService object.
    • setPaginatedSearchCache

      public void setPaginatedSearchCache(PaginatedSearchCache paginatedSearchCache)

      Setter for the field paginatedSearchCache.

      Parameters:
      paginatedSearchCache - a PaginatedSearchCache object.
    • execute

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