Class BTDataCollectionSheetExportModel
java.lang.Object
overit.geocall.bl.BusinessTask<DataCollectionSheetExportModelEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidExecutionBusinessTask<DataCollectionSheetExportModelEvent>
overit.geocallapp.wfm.mobileforms.bl.task.BTDataCollection<DataCollectionSheetExportModelEvent>
overit.geocallapp.wfm.mobileforms.bl.sheet.task.BTDataCollectionSheetExportModel
- All Implemented Interfaces:
Serializable,Tool,ValidExecution
@Event(DataCollectionSheetExportModelEvent.class)
public class BTDataCollectionSheetExportModel
extends BTDataCollection<DataCollectionSheetExportModelEvent>
Business task in order to export a model of the
When the
BODataCollectionSheet. When the
DataCollectionSheetExportModelEvent is launched the BT notices the call and exports the model of the
BODataCollectionSheet basing on the event's input. - Since:
- 12.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecute(DataCollectionSheetExportModelEvent event, PoolKit poolKit) Starting from the data collection sheet id, it loads the data collection sheet and exports the stored model.Methods inherited from class overit.geocallapp.wfm.mobileforms.bl.task.BTDataCollection
getException, isValidExecution, throwExceptionIfInvalidMethods inherited from class overit.geocallapp.utilities.core.bl.common.validexecution.ValidExecutionBusinessTask
body, checkValidExecution, getEventMethods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTDataCollectionSheetExportModel
public BTDataCollectionSheetExportModel()
-
-
Method Details
-
execute
protected void execute(DataCollectionSheetExportModelEvent event, PoolKit poolKit) throws DAException, DAValidateException Starting from the data collection sheet id, it loads the data collection sheet and exports the stored model.- Specified by:
executein classValidExecutionBusinessTask<DataCollectionSheetExportModelEvent>- Parameters:
event- theDataCollectionSheetExportModelEventpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-