|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IReportElement
Interface for a report element type.
Each report element contains report data for one or more questions and
several report types. This interface allows to add your own report types to
report elements. All available report types will be shown in the list of report
types with checkbox for selection:
Select report types for element 'Main element' |
Summary report |
Detailed statistics |
.......... |
.......... |
Essay field texts |
Text in matrix cells |
My report type 1 (Plugin) |
My report type 2 (Plugin) |
getQuestionReportHTML
will be added to every question in the report element, after built-in
report types:
Report element | ||||
Element title Element description
|
Method Summary | |
---|---|
boolean |
availableForReport(long surveyId,
long reportId)
Returns true if report type is available for the specified survey/report. |
java.lang.String |
getElementType(long surveyId,
long reportId)
Gets the report type name. |
java.lang.String |
getQuestionReportHTML(long surveyId,
int questionNo,
long reportId)
Gets report html for a report type. |
Method Detail |
---|
java.lang.String getElementType(long surveyId, long reportId)
surveyId
- Survey idreportId
- Report id
boolean availableForReport(long surveyId, long reportId)
getQuestionReportHTML()
will be added to the report
after all built-in report types.
surveyId
- Survey idreportId
- Report id
java.lang.String getQuestionReportHTML(long surveyId, int questionNo, long reportId)
surveyId
- Survey idquestionNo
- Question numberreportId
- Report id
|
Copyright ? ObjectPlanet Inc. All Rights Reserved. | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |