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