|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface for pluggable reports within JIRA.
AbstractReport
,
ReportModuleDescriptor
Method Summary | |
java.lang.String |
generateReportExcel(ProjectActionSupport action,
java.util.Map params)
Generate the report's Excel HTML - usually from the Velocity resource named "excel". |
java.lang.String |
generateReportHtml(ProjectActionSupport action,
java.util.Map params)
Generate the report's HTML - usually from the Velocity resource named "html". |
void |
init(ReportModuleDescriptor reportModuleDescriptor)
Initialise this report, given the report's module descriptor. |
boolean |
isExcelViewSupported()
Whether or not this report has an Excel view. |
boolean |
showReport()
Whether or not to show this report at the current state of the system. |
void |
validate(ProjectActionSupport action,
java.util.Map params)
Validate the parameters passed to this report from the UI. |
Method Detail |
public void init(ReportModuleDescriptor reportModuleDescriptor)
This method is run immediately after the report is constructed.
public void validate(ProjectActionSupport action, java.util.Map params)
Any errors should be added to the action errors.
public java.lang.String generateReportHtml(ProjectActionSupport action, java.util.Map params) throws java.lang.Exception
java.lang.Exception
public boolean isExcelViewSupported()
public java.lang.String generateReportExcel(ProjectActionSupport action, java.util.Map params) throws java.lang.Exception
java.lang.Exception
public boolean showReport()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |