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