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