Class BTSkillDivisionSkillInsert
java.lang.Object
overit.geocall.bl.BusinessTask<SkillDivisionSkillInsertEvent>
overit.geocallapp.wfm.skills.bl.division.skill.task.BTSkillDivisionSkillInsert
- All Implemented Interfaces:
Serializable,Tool
@Event(SkillDivisionSkillInsertEvent.class)
@Permission("fsm.core.skill.edit")
public class BTSkillDivisionSkillInsert
extends BusinessTask<SkillDivisionSkillInsertEvent>
Business task in order to insert a
When the
BOSkillDivisionSkill. When the
SkillDivisionSkillInsertEvent is launched
the BT notices the call and inserts the BOSkillDivisionSkill basing on the event's input. - Since:
- 10.1
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(SkillDivisionSkillInsertEvent event, PoolKit pk) Inserts the givenBOSkillDivisionSkilland writes the newly generated id into the event journal.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTSkillDivisionSkillInsert
public BTSkillDivisionSkillInsert()
-
-
Method Details
-
body
protected void body(SkillDivisionSkillInsertEvent event, PoolKit pk) throws DAException, DAValidateException Inserts the givenBOSkillDivisionSkilland writes the newly generated id into the event journal.- Specified by:
bodyin classBusinessTask<SkillDivisionSkillInsertEvent>- Parameters:
event- theSkillDivisionSkillInsertEventpk- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-