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