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