public interface IReport
Reports | ||
Summary report | View report | Recalculate and view |
Comment report | View report | Recalculate and view |
My plugin report | View report | |
http://server-address/opinio/admin/viewReportPlugin.jsp?rp=X&sId=Y
Modifier and Type | Method and Description |
---|---|
boolean |
availableForSurvey(long surveyId)
Returns true if report is available for a survey
|
java.lang.String |
getReportHTML(long surveyId)
Gets the report html for a survey
|
java.lang.String |
getReportName(long surveyId)
Gets the report name.
|
java.lang.String getReportName(long surveyId)
surveyId
- Survey idboolean availableForSurvey(long surveyId)
surveyId
- Survey idjava.lang.String getReportHTML(long surveyId)
surveyId
- Survey idBuilt on January 16 2019