Class BTBundleSkillDivisionSearch
java.lang.Object
overit.geocall.bl.BusinessTask<BundleSkillDivisionSearchEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidExecutionBusinessTask<BundleSkillDivisionSearchEvent>
overit.geocallapp.wfm.bundler.bl.task.BTBundler<BundleSkillDivisionSearchEvent>
overit.geocallapp.wfm.bundler.bl.skilldivision.task.BTBundleSkillDivisionSearch
- All Implemented Interfaces:
Serializable,Tool,ValidExecution
@Event(BundleSkillDivisionSearchEvent.class)
public class BTBundleSkillDivisionSearch
extends BTBundler<BundleSkillDivisionSearchEvent>
Business task in order to search a
When the
BOBundleSkillDivision. When the
BundleSkillDivisionSearchEvent is launched
the BT notices the call and searches the BOBundleSkillDivision basing on the event's input. - Since:
- 10.1
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecute(BundleSkillDivisionSearchEvent event, PoolKit poolKit) Starting from the givenBundleSkillDivisionSearchFilter, it searches the corresponding list ofBOBundleSkillDivisionand it presents them as aPageResponsewhich is then written 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
-
BTBundleSkillDivisionSearch
public BTBundleSkillDivisionSearch()
-
-
Method Details
-
execute
protected void execute(BundleSkillDivisionSearchEvent event, PoolKit poolKit) throws DAException, DAValidateException Starting from the givenBundleSkillDivisionSearchFilter, it searches the corresponding list ofBOBundleSkillDivisionand it presents them as aPageResponsewhich is then written into the event journal.- Specified by:
executein classValidExecutionBusinessTask<BundleSkillDivisionSearchEvent>- Parameters:
event- theBundleSkillDivisionSearchEventpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-