Class BTActivitySkillConfigurationUpdate
java.lang.Object
overit.geocall.bl.BusinessTask<ActivitySkillConfigurationUpdateEvent>
overit.geocallapp.wfm.skills.bl.configuration.activity.task.BTActivitySkillConfigurationUpdate
- All Implemented Interfaces:
Serializable,Tool
@Event(ActivitySkillConfigurationUpdateEvent.class)
public class BTActivitySkillConfigurationUpdate
extends BusinessTask<ActivitySkillConfigurationUpdateEvent>
Business task in order to update a
When the
BOActivitySkillConfiguration. When the
ActivitySkillConfigurationUpdateEvent is launched
the BT notices the call and updates the BOActivitySkillConfiguration basing on the event's input. - Since:
- 10.1
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(ActivitySkillConfigurationUpdateEvent event, PoolKit pk) Updates theBOActivitySkillConfigurationwith all its needed components.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTActivitySkillConfigurationUpdate
public BTActivitySkillConfigurationUpdate()
-
-
Method Details
-
body
protected void body(ActivitySkillConfigurationUpdateEvent event, PoolKit pk) throws DAException, DAValidateException Updates theBOActivitySkillConfigurationwith all its needed components.- Specified by:
bodyin classBusinessTask<ActivitySkillConfigurationUpdateEvent>- Parameters:
event- theActivitySkillConfigurationUpdateEventpk- thePage- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-