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