com.jamasoftware.contour.plugin
Class VelocityReportPlugin

java.lang.Object
  extended by com.jamasoftware.contour.plugin.VelocityReportPluginSupport
      extended by com.jamasoftware.contour.plugin.VelocityReportPlugin
All Implemented Interfaces:
com.jamasoftware.contour.plugin.ReportPlugin

public class VelocityReportPlugin
extends VelocityReportPluginSupport


Field Summary
 
Fields inherited from class com.jamasoftware.contour.plugin.VelocityReportPluginSupport
applicationContext, docFieldDao, documentDao, documentNodeManager, documentTypeService, fieldDataTypeManager, filterService, projectService, propertyService, relationshipService, report, reportRender, smartFilterService, tagDao, userDao, VELOCITY_REPORT_PARAM_RELATE, VELOCITY_REPORT_PARAM_TAG
 
Constructor Summary
VelocityReportPlugin()
           
 
Method Summary
 java.util.Map<java.lang.String,java.lang.Object> getVelocityReport(com.jamasoftware.contour.service.dto.QuickReportDTO quickReport, java.lang.Integer projectId, java.util.Map<java.lang.String,java.lang.Boolean> params, java.lang.String format, java.util.Map<java.lang.String,java.lang.Object> reportParams)
          Renders the report.
 
Methods inherited from class com.jamasoftware.contour.plugin.VelocityReportPluginSupport
addVelocityTools, getBaseUrl, getDateFormatter, getDocumentlist, getDocumentlistSorted, getDocumentMeta, getReport, init, mergeRelationships, mergeTags, runPlugin
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VelocityReportPlugin

public VelocityReportPlugin()
Method Detail

getVelocityReport

public java.util.Map<java.lang.String,java.lang.Object> getVelocityReport(com.jamasoftware.contour.service.dto.QuickReportDTO quickReport,
                                                                          java.lang.Integer projectId,
                                                                          java.util.Map<java.lang.String,java.lang.Boolean> params,
                                                                          java.lang.String format,
                                                                          java.util.Map<java.lang.String,java.lang.Object> reportParams)
                                                                   throws java.lang.Exception
Description copied from class: VelocityReportPluginSupport
Renders the report.

Specified by:
getVelocityReport in class VelocityReportPluginSupport
Returns:
Throws:
java.lang.Exception


Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.