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