Class BTDataCollectionOptionsGroupDelete
java.lang.Object
overit.geocall.bl.BusinessTask<DataCollectionOptionsGroupDeleteEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidExecutionBusinessTask<DataCollectionOptionsGroupDeleteEvent>
overit.geocallapp.wfm.mobileforms.bl.task.BTDataCollection<DataCollectionOptionsGroupDeleteEvent>
overit.geocallapp.wfm.mobileforms.bl.optionsgroup.task.BTDataCollectionOptionsGroupDelete
- All Implemented Interfaces:
Serializable,Tool,ValidExecution
@Event(DataCollectionOptionsGroupDeleteEvent.class)
public class BTDataCollectionOptionsGroupDelete
extends BTDataCollection<DataCollectionOptionsGroupDeleteEvent>
Business task in order to delete a
When the
BODataCollectionOptionsGroup. When the
DataCollectionOptionsGroupDeleteEvent is launched the BT notices the call and deletes 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(DataCollectionOptionsGroupDeleteEvent event, PoolKit poolKit) Deletes all theBODataCollectionOptionsGroup.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
-
BTDataCollectionOptionsGroupDelete
public BTDataCollectionOptionsGroupDelete()
-
-
Method Details
-
execute
protected void execute(DataCollectionOptionsGroupDeleteEvent event, PoolKit poolKit) throws DAException, DAValidateException Deletes all theBODataCollectionOptionsGroup.- Specified by:
executein classValidExecutionBusinessTask<DataCollectionOptionsGroupDeleteEvent>- Parameters:
event- theDataCollectionOptionsGroupDeleteEventpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-