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