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