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