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