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
ConstructorDescriptionSurveyExportActionServiceImpl
(Context context, EntityExplorerActionSelectionService selectionService, ExcelBuilderService excelBuilderService, TextResources textResources, QueryBuilderFactory queryBuilderFactory) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoid
setQuestionExportHandlers
(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:SurveyExportActionService
starts the export- Specified by:
startExport
in interfaceSurveyExportActionService
- Parameters:
selection
- a selection of Survey_user_intrusion entities- Returns:
- the generated document id
- Throws:
IOException
NoEntityToLoadException
-
setQuestionExportHandlers
@Autowired public void setQuestionExportHandlers(List<QuestionExportHandler> questionExportHandlers) Deprecated.
-