Class BTActivitySkillConfigurationSearch
java.lang.Object
overit.geocall.bl.BusinessTask<ActivitySkillConfigurationSearchEvent>
overit.geocallapp.wfm.skills.bl.configuration.activity.task.BTActivitySkillConfigurationSearch
- All Implemented Interfaces:
Serializable,Tool
@Event(ActivitySkillConfigurationSearchEvent.class)
public class BTActivitySkillConfigurationSearch
extends BusinessTask<ActivitySkillConfigurationSearchEvent>
Business task in order to search a
When the
BOActivitySkillConfiguration. When the
ActivitySkillConfigurationSearchEvent is launched
the BT notices the call and searches the BOActivitySkillConfiguration basing on the event's input. - Since:
- 10.1
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(ActivitySkillConfigurationSearchEvent event, PoolKit pk) Starting from the givenActivitySkillConfigurationSearchEvent, it searches the corresponding list ofBOActivitySkillConfigurationand it presents them as aPageResponsewhich is then written into the event journal.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTActivitySkillConfigurationSearch
public BTActivitySkillConfigurationSearch()
-
-
Method Details
-
body
protected void body(ActivitySkillConfigurationSearchEvent event, PoolKit pk) throws DAException, DAValidateException Starting from the givenActivitySkillConfigurationSearchEvent, it searches the corresponding list ofBOActivitySkillConfigurationand it presents them as aPageResponsewhich is then written into the event journal.- Specified by:
bodyin classBusinessTask<ActivitySkillConfigurationSearchEvent>- Parameters:
event- theActivitySkillConfigurationSearchEventpk- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-