Class BTDataCollectionTemplateExportModel
java.lang.Object
overit.geocall.bl.BusinessTask<DataCollectionTemplateExportModelEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidExecutionBusinessTask<DataCollectionTemplateExportModelEvent>
overit.geocallapp.wfm.mobileforms.bl.task.BTDataCollection<DataCollectionTemplateExportModelEvent>
overit.geocallapp.wfm.mobileforms.bl.template.task.BTDataCollectionTemplateLoad<DataCollectionTemplateExportModelEvent>
overit.geocallapp.wfm.mobileforms.bl.template.task.BTDataCollectionTemplateExportModel
- All Implemented Interfaces:
Serializable,Tool,ValidExecution
@Event(DataCollectionTemplateExportModelEvent.class)
public class BTDataCollectionTemplateExportModel
extends BTDataCollectionTemplateLoad<DataCollectionTemplateExportModelEvent>
Business task in order exports the model of a
When the
DataCollectionTemplate. When the
DataCollectionTemplateExportModelEvent is launched the BT notices the call and exports the model of
the DataCollectionTemplate basing on the event's input. - Since:
- 12.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecute(DataCollectionTemplateExportModelEvent event, PoolKit poolKit) Exports the template model.Methods inherited from class overit.geocallapp.wfm.mobileforms.bl.template.task.BTDataCollectionTemplateLoad
loadStructure, loadTemplateMethods 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
-
BTDataCollectionTemplateExportModel
public BTDataCollectionTemplateExportModel()
-
-
Method Details
-
execute
protected void execute(DataCollectionTemplateExportModelEvent event, PoolKit poolKit) throws DAException, DAValidateException Exports the template model.- Specified by:
executein classValidExecutionBusinessTask<DataCollectionTemplateExportModelEvent>- Parameters:
event- theDataCollectionTemplateExportModelEventpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-