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