Class BTSkillDivisionSkillSkillDelete
java.lang.Object
overit.geocall.bl.BusinessTask<SkillDivisionSkillDeleteEvent>
overit.geocallapp.wfm.skills.bl.division.skill.task.BTSkillDivisionSkillSkillDelete
- All Implemented Interfaces:
Serializable,Tool
@Event(SkillDivisionSkillDeleteEvent.class)
@Permission("fsm.core.skill.edit")
public class BTSkillDivisionSkillSkillDelete
extends BusinessTask<SkillDivisionSkillDeleteEvent>
Business task in order to delete a
When the
BOSkillDivisionSkill. When the
SkillDivisionSkillDeleteEvent is launched
the BT notices the call and deletes the BOSkillDivisionSkill basing on the event's input. - Since:
- 17.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(SkillDivisionSkillDeleteEvent event, PoolKit poolKit) Deletes the givenBOSkillDivisionSkill.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTSkillDivisionSkillSkillDelete
public BTSkillDivisionSkillSkillDelete()
-
-
Method Details
-
body
protected void body(SkillDivisionSkillDeleteEvent event, PoolKit poolKit) throws DAException, DAValidateException Deletes the givenBOSkillDivisionSkill.- Specified by:
bodyin classBusinessTask<SkillDivisionSkillDeleteEvent>- Parameters:
event- theSkillDivisionSkillDeleteEventpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-