Class BTBundleOperationOrderingLoad
java.lang.Object
overit.geocall.bl.BusinessTask<BundleOperationOrderingLoadEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidExecutionBusinessTask<BundleOperationOrderingLoadEvent>
overit.geocallapp.wfm.bundler.bl.task.BTBundler<BundleOperationOrderingLoadEvent>
overit.geocallapp.wfm.bundler.bl.configuration.bundling.ordering.task.BTBundleOperationOrderingLoad
- All Implemented Interfaces:
Serializable,Tool,ValidExecution
@Event(BundleOperationOrderingLoadEvent.class)
public class BTBundleOperationOrderingLoad
extends BTBundler<BundleOperationOrderingLoadEvent>
Business task that loads a
When the
BOBundleOperationOrdering. When the
BundleOperationOrderingLoadEvent is launched the BT notices
the call and loads the BOBundleOperationOrdering based on the event's
input. Required fields:
- bundle operation ordering id
- Since:
- 11.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecute(BundleOperationOrderingLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOBundleOperationOrderingand writes it into 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
-
BTBundleOperationOrderingLoad
public BTBundleOperationOrderingLoad()
-
-
Method Details
-
execute
protected void execute(BundleOperationOrderingLoadEvent event, PoolKit poolKit) throws DAException, DAValidateException Starting from the given id, it loads the correspondingBOBundleOperationOrderingand writes it into the event journal.- Specified by:
executein classValidExecutionBusinessTask<BundleOperationOrderingLoadEvent>- Parameters:
event- theBundleOperationOrderingLoadEventpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-