Class BTBundleCriterionUpdate
java.lang.Object
overit.geocall.bl.BusinessTask<BundleCriterionUpdateEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidExecutionBusinessTask<BundleCriterionUpdateEvent>
overit.geocallapp.wfm.bundler.bl.task.BTBundler<BundleCriterionUpdateEvent>
overit.geocallapp.wfm.bundler.bl.criterion.task.BTBundleCriterionUpdate
- All Implemented Interfaces:
Serializable,Tool,ValidExecution
@Event(BundleCriterionUpdateEvent.class)
public class BTBundleCriterionUpdate
extends BTBundler<BundleCriterionUpdateEvent>
Business task in order to update a
When the
BOBundleCriterion. When the
BundleCriterionUpdateEvent is launched
the BT notices the call and updates the BOBundleCriterion basing on the event's input. - Since:
- 10.1
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecute(BundleCriterionUpdateEvent event, PoolKit poolKit) Updates theBOBundleCriterionwith all its needed components.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
-
BTBundleCriterionUpdate
public BTBundleCriterionUpdate()
-
-
Method Details
-
execute
protected void execute(BundleCriterionUpdateEvent event, PoolKit poolKit) throws DAException, DAValidateException Updates theBOBundleCriterionwith all its needed components.- Specified by:
executein classValidExecutionBusinessTask<BundleCriterionUpdateEvent>- Parameters:
event- theBundleCriterionUpdateEventpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-