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