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