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