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