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