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