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