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