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