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