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