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