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