Class BTBundleOperationInsert
java.lang.Object
overit.geocall.bl.BusinessTask<BundleOperationInsertEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidExecutionBusinessTask<BundleOperationInsertEvent>
overit.geocallapp.wfm.bundler.bl.task.BTBundler<BundleOperationInsertEvent>
overit.geocallapp.wfm.bundler.bl.operation.task.BTBundleOperationInsert
- All Implemented Interfaces:
Serializable,Tool,ValidExecution
@Event(BundleOperationInsertEvent.class)
public class BTBundleOperationInsert
extends BTBundler<BundleOperationInsertEvent>
Business task in order to insert a
When the
BOBundleOperation. When the
BundleOperationInsertEvent is launched the BT notices the
call and inserts the BOBundleOperation basing on the event's input.
- Since:
- 10.1
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecute(BundleOperationInsertEvent event, PoolKit pk) Writes the id of the just insertedBOBundleOperationinto the event journal.Methods inherited from class overit.geocallapp.wfm.bundler.bl.task.BTBundler
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
-
BTBundleOperationInsert
public BTBundleOperationInsert()
-
-
Method Details
-
execute
protected void execute(BundleOperationInsertEvent event, PoolKit pk) throws DAException, DAValidateException Writes the id of the just insertedBOBundleOperationinto the event journal.- Specified by:
executein classValidExecutionBusinessTask<BundleOperationInsertEvent>- Parameters:
event- theBundleOperationInsertEventpk- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-