Class BTSkillLevelSearch
java.lang.Object
overit.geocall.bl.BusinessTask<SkillLevelSearchEvent>
overit.geocallapp.wfm.skills.bl.level.task.BTSkillLevelSearch
- All Implemented Interfaces:
Serializable,Tool
@Event(SkillLevelSearchEvent.class)
public class BTSkillLevelSearch
extends BusinessTask<SkillLevelSearchEvent>
Business task in order to search a
BOSkillLevel.
When the SkillLevelSearchEvent is launched
the BT notices the call and searches the BOSkillLevel basing on the event's input.
- Since:
- 14.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(SkillLevelSearchEvent event, PoolKit poolKit) Writes thePageResponseof searchedBOSkillLevelinto the event journal.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTSkillLevelSearch
public BTSkillLevelSearch()
-
-
Method Details
-
body
protected void body(SkillLevelSearchEvent event, PoolKit poolKit) throws DAException, DAValidateException Writes thePageResponseof searchedBOSkillLevelinto the event journal.- Specified by:
bodyin classBusinessTask<SkillLevelSearchEvent>- Parameters:
event- theSkillLevelSearchEventpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-