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