Package fr.becpg.repo.web.scripts.entity
Class ReportWebScript
java.lang.Object
org.springframework.extensions.webscripts.AbstractWebScript
fr.becpg.repo.web.scripts.entity.ReportWebScript
- All Implemented Interfaces:
org.springframework.extensions.webscripts.WebScript
public class ReportWebScript
extends org.springframework.extensions.webscripts.AbstractWebScript
ReportWebScript 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
FieldsModifier and TypeFieldDescriptionprivate static final Stringprivate static final Stringprivate EntityReportServiceprivate org.alfresco.service.cmr.lock.LockServiceprivate static final org.apache.commons.logging.Logprivate org.alfresco.service.cmr.repository.NodeServiceprivate static final Stringprivate static final Stringprivate static final Stringprivate static final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse res) voidsetEntityReportService(EntityReportService entityReportService) Setter for the fieldentityReportService.voidsetLockService(org.alfresco.service.cmr.lock.LockService lockService) Setter for the fieldlockService.voidsetNodeService(org.alfresco.service.cmr.repository.NodeService nodeService) Setter for the fieldnodeService.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
-
Field Details
-
logger
private static final org.apache.commons.logging.Log logger -
ACTION_CHECK
- See Also:
-
ACTION_FORCE
- See Also:
-
PARAM_ACTION
- See Also:
-
PARAM_STORE_TYPE
- See Also:
-
PARAM_STORE_ID
- See Also:
-
PARAM_ID
- See Also:
-
nodeService
private org.alfresco.service.cmr.repository.NodeService nodeService -
lockService
private org.alfresco.service.cmr.lock.LockService lockService -
entityReportService
-
-
Constructor Details
-
ReportWebScript
public ReportWebScript()
-
-
Method Details
-
setEntityReportService
Setter for the field
entityReportService.- Parameters:
entityReportService- aEntityReportServiceobject.
-
setNodeService
public void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService) Setter for the field
nodeService.- Parameters:
nodeService- aNodeServiceobject.
-
setLockService
public void setLockService(org.alfresco.service.cmr.lock.LockService lockService) Setter for the field
lockService.- Parameters:
lockService- aLockServiceobject.
-
execute
public void execute(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse res) throws IOException - Throws:
IOException
-