Class BTSkillConfigurationSearch
java.lang.Object
overit.geocall.bl.BusinessTask<SkillConfigurationSearchEvent>
overit.geocallapp.wfm.skills.bl.configuration.task.BTSkillConfigurationSearch
- All Implemented Interfaces:
Serializable,Tool
@Event(SkillConfigurationSearchEvent.class)
@Permission("fsm.core.skill.edit")
public class BTSkillConfigurationSearch
extends BusinessTask<SkillConfigurationSearchEvent>
Business task in order to search a
When the
BOSkillConfiguration. When the
SkillConfigurationSearchEvent is launched
the BT notices the call and searches the BOSkillConfiguration basing on the event's input. - Since:
- 10.1
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(SkillConfigurationSearchEvent event, PoolKit pk) Starting from the givenSkillConfigurationSearchEvent, it searches the corresponding list ofBOSkillConfigurationand 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
-
BTSkillConfigurationSearch
public BTSkillConfigurationSearch()
-
-
Method Details
-
body
protected void body(SkillConfigurationSearchEvent event, PoolKit pk) throws DAException, DAValidateException Starting from the givenSkillConfigurationSearchEvent, it searches the corresponding list ofBOSkillConfigurationand it presents them as aPageResponsewhich is then written into the event journal.- Specified by:
bodyin classBusinessTask<SkillConfigurationSearchEvent>- Parameters:
event- theSkillConfigurationSearchEventpk- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-