Class BTSkillConfigurationSkillSearch
java.lang.Object
overit.geocall.bl.BusinessTask<SkillConfigurationSkillSearchEvent>
overit.geocallapp.wfm.skills.bl.configuration.skill.task.BTSkillConfigurationSkillSearch
- All Implemented Interfaces:
Serializable,Tool
@Event(SkillConfigurationSkillSearchEvent.class)
public class BTSkillConfigurationSkillSearch
extends BusinessTask<SkillConfigurationSkillSearchEvent>
Business task in order to search a
When the
BOSkillConfigurationSkill. When the
SkillConfigurationSkillSearchEvent is launched
the BT notices the call and searches the BOSkillConfigurationSkill basing on the event's input. - Since:
- 17
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(SkillConfigurationSkillSearchEvent event, PoolKit pk) Starting from the givenSkillConfigurationSkillSearchEvent, it searches the corresponding list ofBOSkillConfigurationSkilland it presents them as aPageResponsewhich is then written into the event journal.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTSkillConfigurationSkillSearch
public BTSkillConfigurationSkillSearch()
-
-
Method Details
-
body
protected void body(SkillConfigurationSkillSearchEvent event, PoolKit pk) throws DAException, DAValidateException Starting from the givenSkillConfigurationSkillSearchEvent, it searches the corresponding list ofBOSkillConfigurationSkilland it presents them as aPageResponsewhich is then written into the event journal.- Specified by:
bodyin classBusinessTask<SkillConfigurationSkillSearchEvent>- Parameters:
event- theSkillConfigurationSkillSearchEventpk- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-