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