Interface SurveyExportActionService
- All Known Implementing Classes:
- SurveyExportActionServiceImpl
public interface SurveyExportActionService
creates a xls file with the help of the 
QuestionExportHandler- 
Method SummaryModifier and TypeMethodDescriptionstartExport(EntityExplorerActionSelection selection) starts the export
- 
Method Details- 
startExportString 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
 
 
-