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