Interface QuestionExportHandler
- All Known Implementing Classes:
AbstractMatrixExportHandler
,AbstractQuestionExportHandler
,ChoiceQuestionExportHandler
,MatrixQuestionExportHandler
,TextChoiceQuestionExportHandler
,TextQuestionExportHandler
public interface QuestionExportHandler
handles the values of a given Survey_question_type for the
SurveyExportActionService
-
Method Summary
-
Method Details
-
getTypes
-
getData
- Parameters:
surveyQuestionAnswer
- the entity to get the values for- Returns:
- a list of lists with values to display (list of lists because it can be multiple lines)
-