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