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