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