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