Package fr.becpg.repo.web.scripts.entity
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
-
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 CompareEntityReportServiceprivate EntityVersionServiceprivate static final org.apache.commons.logging.Logprivate static final intprivate org.alfresco.service.cmr.repository.MimetypeServiceprivate org.alfresco.service.cmr.repository.NodeServiceprivate static final Stringprivate static final Stringprivate static final Stringprivate static final Stringprivate static final Stringprivate static final Stringprivate static final Stringprivate static final Stringprivate ReportTplServiceprivate org.alfresco.service.cmr.version.VersionService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse res) voidsetCompareEntityReportService(CompareEntityReportService compareEntityReportService) Setter for the fieldcompareEntityReportService.voidsetEntityVersionService(EntityVersionService entityVersionService) Setter for the fieldentityVersionService.voidsetMimetypeService(org.alfresco.service.cmr.repository.MimetypeService mimetypeService) Setter for the fieldmimetypeService.voidsetNodeService(org.alfresco.service.cmr.repository.NodeService nodeService) Setter for the fieldnodeService.voidsetReportTplService(ReportTplService reportTplService) Setter for the fieldreportTplService.voidsetVersionService(org.alfresco.service.cmr.version.VersionService versionService) Setter for the fieldversionService.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
-
MAX_ENTITIES
private static final int MAX_ENTITIES- See Also:
-
PARAM_ENTITY
- See Also:
-
PARAM_STORE_TYPE
- See Also:
-
PARAM_STORE_ID
- See Also:
-
PARAM_ID
- See Also:
-
PARAM_ENTITIES
- See Also:
-
PARAM_VERSION_LABEL
- See Also:
-
PARAM_FILE_NAME
- See Also:
-
PARAM_TPL_NODEREF
- See Also:
-
logger
private static final org.apache.commons.logging.Log logger -
compareEntityReportService
-
mimetypeService
private org.alfresco.service.cmr.repository.MimetypeService mimetypeService -
versionService
private org.alfresco.service.cmr.version.VersionService versionService -
entityVersionService
-
reportTplService
-
nodeService
private org.alfresco.service.cmr.repository.NodeService nodeService
-
-
Constructor Details
-
CompareEntityReportWebScript
public CompareEntityReportWebScript()
-
-
Method Details
-
setCompareEntityReportService
Setter for the field
compareEntityReportService.- Parameters:
compareEntityReportService- aCompareEntityReportServiceobject.
-
setMimetypeService
public void setMimetypeService(org.alfresco.service.cmr.repository.MimetypeService mimetypeService) Setter for the field
mimetypeService.- Parameters:
mimetypeService- aMimetypeServiceobject.
-
setVersionService
public void setVersionService(org.alfresco.service.cmr.version.VersionService versionService) Setter for the field
versionService.- Parameters:
versionService- aVersionServiceobject.
-
setEntityVersionService
Setter for the field
entityVersionService.- Parameters:
entityVersionService- aEntityVersionServiceobject.
-
setReportTplService
Setter for the field
reportTplService.- Parameters:
reportTplService- aReportTplServiceobject.
-
setNodeService
public void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService) Setter for the field
nodeService.- Parameters:
nodeService- aNodeServiceobject
-
execute
public void execute(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse res) throws IOException - Throws:
IOException
-