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