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