Class BTInterventionGroupCensusRuleLoad
java.lang.Object
overit.geocall.bl.BusinessTask<InterventionGroupCensusRuleLoadEvent>
overit.geocallapp.wfm.execution.bl.interventiongroup.censusrule.task.BTInterventionGroupCensusRuleLoad
- All Implemented Interfaces:
Serializable,Tool
@Event(InterventionGroupCensusRuleLoadEvent.class)
public class BTInterventionGroupCensusRuleLoad
extends BusinessTask<InterventionGroupCensusRuleLoadEvent>
Business task in order to load a
When the
BOInterventionGroupCensusRule. When the
InterventionGroupCensusRuleLoadEvent is launched the BT notices the call
and loads the BOInterventionGroupCensusRule according to the event's input. - Since:
- 20.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(InterventionGroupCensusRuleLoadEvent event, PoolKit pk) Writes the loaded intervention group census rule into the event journal.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTInterventionGroupCensusRuleLoad
public BTInterventionGroupCensusRuleLoad()
-
-
Method Details
-
body
protected void body(InterventionGroupCensusRuleLoadEvent event, PoolKit pk) throws DAException, DAValidateException Writes the loaded intervention group census rule into the event journal.- Specified by:
bodyin classBusinessTask<InterventionGroupCensusRuleLoadEvent>- Parameters:
event- theInterventionGroupCensusRuleLoadEventpk- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-