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