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 Details

    • getTypes

      List<String> getTypes()
    • getData

      List<List<Object>> getData(Entity surveyQuestionAnswer)
      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)