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