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