Class SurveyExportActionServiceImpl
java.lang.Object
ch.tocco.nice2.optional.survey.impl.action.export.SurveyExportActionServiceImpl
- All Implemented Interfaces:
SurveyExportActionService
@Deprecated
public class SurveyExportActionServiceImpl
extends Object
implements SurveyExportActionService
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionSurveyExportActionServiceImpl(Context context, EntityExplorerActionSelectionService selectionService, ExcelBuilderService excelBuilderService, TextResources textResources, QueryBuilderFactory queryBuilderFactory) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidsetQuestionExportHandlers(List<QuestionExportHandler> questionExportHandlers) Deprecated.startExport(EntityExplorerActionSelection selection) Deprecated.starts the export
-
Constructor Details
-
SurveyExportActionServiceImpl
public SurveyExportActionServiceImpl(Context context, EntityExplorerActionSelectionService selectionService, ExcelBuilderService excelBuilderService, TextResources textResources, QueryBuilderFactory queryBuilderFactory) Deprecated.
-
-
Method Details
-
startExport
public String startExport(EntityExplorerActionSelection selection) throws IOException, NoEntityToLoadException Deprecated.Description copied from interface:SurveyExportActionServicestarts the export- Specified by:
startExportin interfaceSurveyExportActionService- Parameters:
selection- a selection of Survey_user_intrusion entities- Returns:
- the generated document id
- Throws:
IOExceptionNoEntityToLoadException
-
setQuestionExportHandlers
@Autowired public void setQuestionExportHandlers(List<QuestionExportHandler> questionExportHandlers) Deprecated.
-