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