Class BTSkillConfigurationSkillDelete
java.lang.Object
overit.geocall.bl.BusinessTask<SkillConfigurationSkillDeleteEvent>
overit.geocallapp.wfm.skills.bl.configuration.skill.task.BTSkillConfigurationSkillDelete
- All Implemented Interfaces:
Serializable,Tool
@Event(SkillConfigurationSkillDeleteEvent.class)
@Permission("fsm.core.skill.edit")
public class BTSkillConfigurationSkillDelete
extends BusinessTask<SkillConfigurationSkillDeleteEvent>
Business task in order to delete a
BOSkillConfigurationSkill. - Since:
- 17.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(SkillConfigurationSkillDeleteEvent event, PoolKit poolKit) Deletes the givenBOSkillConfigurationSkill.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTSkillConfigurationSkillDelete
public BTSkillConfigurationSkillDelete()
-
-
Method Details
-
body
protected void body(SkillConfigurationSkillDeleteEvent event, PoolKit poolKit) throws DAException, DAValidateException Deletes the givenBOSkillConfigurationSkill.- Specified by:
bodyin classBusinessTask<SkillConfigurationSkillDeleteEvent>- Parameters:
event- theSkillConfigurationSkillDeleteEventpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-