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