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