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