Class BTSkillDivisionSkillGroupedRelationSearch
java.lang.Object
overit.geocall.bl.BusinessTask<SkillDivisionSkillGroupedRelationSearchEvent>
overit.geocallapp.wfm.skills.bl.division.skill.task.BTSkillDivisionSkillGroupedRelationSearch
- All Implemented Interfaces:
Serializable,Tool
@Event(SkillDivisionSkillGroupedRelationSearchEvent.class)
@Permission("fsm.core.skill.edit")
public class BTSkillDivisionSkillGroupedRelationSearch
extends BusinessTask<SkillDivisionSkillGroupedRelationSearchEvent>
Business task in order to search a
When the
SkillDivisionSkillGroupedRelation. When the
SkillDivisionSkillGroupedRelationSearchEvent is launched
the BT notices the call and searches for all the BOSkillDivisionSkill which correspond to the given filter,
grouping them in a list of SkillDivisionSkillGroupedRelation. - Since:
- 17.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(SkillDivisionSkillGroupedRelationSearchEvent event, PoolKit poolKit) Starting from the givenSkillDivisionSkillSearchFilter, it searches the corresponding list ofSkillDivisionSkillGroupedRelationand 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
-
BTSkillDivisionSkillGroupedRelationSearch
public BTSkillDivisionSkillGroupedRelationSearch()
-
-
Method Details
-
body
protected void body(SkillDivisionSkillGroupedRelationSearchEvent event, PoolKit poolKit) throws DAException, DAValidateException Starting from the givenSkillDivisionSkillSearchFilter, it searches the corresponding list ofSkillDivisionSkillGroupedRelationand presents them as aPageResponsewhich is then written into the event journal.- Specified by:
bodyin classBusinessTask<SkillDivisionSkillGroupedRelationSearchEvent>- Parameters:
event- theSkillDivisionSkillGroupedRelationSearchEventpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-