Class BTDataCollectionTemplateWorkingCopyLoad
java.lang.Object
overit.geocall.bl.BusinessTask<DataCollectionTemplateWorkingCopyLoadEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidExecutionBusinessTask<DataCollectionTemplateWorkingCopyLoadEvent>
overit.geocallapp.wfm.mobileforms.bl.task.BTDataCollection<DataCollectionTemplateWorkingCopyLoadEvent>
overit.geocallapp.wfm.mobileforms.bl.template.task.BTDataCollectionTemplateLoad<DataCollectionTemplateWorkingCopyLoadEvent>
overit.geocallapp.wfm.mobileforms.bl.template.workingcopy.task.BTDataCollectionTemplateWorkingCopyLoad
- All Implemented Interfaces:
Serializable,Tool,ValidExecution
@Event(DataCollectionTemplateWorkingCopyLoadEvent.class)
public class BTDataCollectionTemplateWorkingCopyLoad
extends BTDataCollectionTemplateLoad<DataCollectionTemplateWorkingCopyLoadEvent>
Business task in order to load a
When the
DataCollectionTemplateWorkingCopy. When the
DataCollectionTemplateWorkingCopyLoadEvent is launched
the BT notices the call and loads the DataCollectionTemplateWorkingCopy basing on the event's input. - Since:
- 12.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecute(DataCollectionTemplateWorkingCopyLoadEvent event, PoolKit poolKit) Starting from the structure it loads the working copy.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
-
BTDataCollectionTemplateWorkingCopyLoad
public BTDataCollectionTemplateWorkingCopyLoad()
-
-
Method Details
-
execute
protected void execute(DataCollectionTemplateWorkingCopyLoadEvent event, PoolKit poolKit) throws DAException, DAValidateException Starting from the structure it loads the working copy.- Specified by:
executein classValidExecutionBusinessTask<DataCollectionTemplateWorkingCopyLoadEvent>- Parameters:
event- theDataCollectionTemplateWorkingCopyLoadEventpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-