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