Interface SurveyExportActionService
- All Known Implementing Classes:
SurveyExportActionServiceImpl
public interface SurveyExportActionService
creates a xls file with the help of the
QuestionExportHandler
-
Method Summary
Modifier and TypeMethodDescriptionstartExport
(EntityExplorerActionSelection selection) starts the export
-
Method Details
-
startExport
String startExport(EntityExplorerActionSelection selection) throws IOException, NoEntityToLoadException starts the export- Parameters:
selection
- a selection of Survey_user_intrusion entities- Returns:
- the generated document id
- Throws:
IOException
NoEntityToLoadException
-