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