Class BTSkillConfigurationSkillHistory
java.lang.Object
overit.geocall.bl.BusinessTask<SkillConfigurationSkillHistoryEvent>
overit.geocallapp.wfm.skills.bl.configuration.skill.history.task.BTSkillConfigurationSkillHistory
- All Implemented Interfaces:
Serializable,Tool
@Event(SkillConfigurationSkillHistoryEvent.class)
public class BTSkillConfigurationSkillHistory
extends BusinessTask<SkillConfigurationSkillHistoryEvent>
Business task in order to historicize the current
BOSkillConfigurationSkill of a given skill configuration. - Since:
- 15.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(SkillConfigurationSkillHistoryEvent event, PoolKit pk) Starting from the given skill configuration id, it loads the correspondingBOSkillConfigurationSkilland writes a history record for each of them.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTSkillConfigurationSkillHistory
public BTSkillConfigurationSkillHistory()
-
-
Method Details
-
body
protected void body(SkillConfigurationSkillHistoryEvent event, PoolKit pk) throws DAException, DAValidateException Starting from the given skill configuration id, it loads the correspondingBOSkillConfigurationSkilland writes a history record for each of them.- Specified by:
bodyin classBusinessTask<SkillConfigurationSkillHistoryEvent>- Parameters:
event- theSkillConfigurationSkillHistoryEventpk- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-