Class BTBundleSkillDivisionsDelete
java.lang.Object
overit.geocall.bl.BusinessTask<BundleSkillDivisionsDeleteEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidExecutionBusinessTask<BundleSkillDivisionsDeleteEvent>
overit.geocallapp.wfm.bundler.bl.task.BTBundler<BundleSkillDivisionsDeleteEvent>
overit.geocallapp.wfm.bundler.bl.skilldivision.task.BTBundleSkillDivisionsDelete
- All Implemented Interfaces:
Serializable,Tool,ValidExecution
@Event(BundleSkillDivisionsDeleteEvent.class)
public class BTBundleSkillDivisionsDelete
extends BTBundler<BundleSkillDivisionsDeleteEvent>
Business task in order to delete all the
When the
BOBundleSkillDivision related
to a specific BOBundleHeader. When the
BundleSkillDivisionsDeleteEvent is launched
the BT notices the call and deletes all the needed BOBundleSkillDivision
basing on the event's input. - Since:
- 11.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecute(BundleSkillDivisionsDeleteEvent event, PoolKit poolKit) Delete the skill divisions associated to a specified bundle.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
-
BTBundleSkillDivisionsDelete
public BTBundleSkillDivisionsDelete()
-
-
Method Details
-
execute
protected void execute(BundleSkillDivisionsDeleteEvent event, PoolKit poolKit) throws DAException, DAValidateException Delete the skill divisions associated to a specified bundle.- Specified by:
executein classValidExecutionBusinessTask<BundleSkillDivisionsDeleteEvent>- Parameters:
event- theBundleSkillDivisionsDeleteEventpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-