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