Class BTSkillConfigurationSkillLoad
java.lang.Object
overit.geocall.bl.BusinessTask<SkillConfigurationSkillLoadEvent>
overit.geocallapp.wfm.skills.bl.configuration.skill.task.BTSkillConfigurationSkillLoad
- All Implemented Interfaces:
Serializable,Tool
@Event(SkillConfigurationSkillLoadEvent.class)
public class BTSkillConfigurationSkillLoad
extends BusinessTask<SkillConfigurationSkillLoadEvent>
- Since:
- 17
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(SkillConfigurationSkillLoadEvent event, PoolKit pk) Starting from the given id, it loads the correspondingBOSkillConfigurationSkilland writes it into the event journal.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTSkillConfigurationSkillLoad
public BTSkillConfigurationSkillLoad()
-
-
Method Details
-
body
protected void body(SkillConfigurationSkillLoadEvent event, PoolKit pk) throws DAException, DAValidateException Starting from the given id, it loads the correspondingBOSkillConfigurationSkilland writes it into the event journal.- Specified by:
bodyin classBusinessTask<SkillConfigurationSkillLoadEvent>- Parameters:
event- theSkillConfigurationSkillLoadEventpk- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-