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