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