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