Class BTFormationSkillConfigurationLoad
java.lang.Object
overit.geocall.bl.BusinessTask<FormationSkillConfigurationLoadEvent>
overit.geocallapp.wfm.teams.bl.team.formation.skillconfiguration.task.BTFormationSkillConfigurationLoad
- All Implemented Interfaces:
Serializable,Tool
@Event(FormationSkillConfigurationLoadEvent.class)
public class BTFormationSkillConfigurationLoad
extends BusinessTask<FormationSkillConfigurationLoadEvent>
Business task in order to load a
When the
BOFormationSkillConfiguration. When the
FormationSkillConfigurationLoadEvent is launched the BT notices the call
and loads the BOFormationSkillConfiguration basing on the event's input. Error Code:
- Since:
- 17.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(FormationSkillConfigurationLoadEvent event, PoolKit pk) Starting from the given id, it loads the correspondingBOFormationSkillConfigurationand writes it into the event journal.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTFormationSkillConfigurationLoad
public BTFormationSkillConfigurationLoad()
-
-
Method Details
-
body
protected void body(FormationSkillConfigurationLoadEvent event, PoolKit pk) throws DAException, DAValidateException Starting from the given id, it loads the correspondingBOFormationSkillConfigurationand writes it into the event journal.- Specified by:
bodyin classBusinessTask<FormationSkillConfigurationLoadEvent>- Parameters:
event- theFormationSkillConfigurationLoadEventpk- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-