|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IReport
Interface for plugin report.
A class that implements this interface will be used to produce a whole
report. The report name will be shown in the list of reports if it is
available for the current survey. A user can access the report by clicking
on the "view report" link:
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
Method Summary | |
---|---|
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. |
Method Detail |
---|
java.lang.String getReportName(long surveyId)
surveyId
- Survey id
boolean availableForSurvey(long surveyId)
surveyId
- Survey id
java.lang.String getReportHTML(long surveyId)
surveyId
- Survey id
|
Copyright ? ObjectPlanet Inc. All Rights Reserved. | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |