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