Class BTOutcomeValidationStateSearch
java.lang.Object
overit.geocall.bl.BusinessTask<OutcomeValidationStateSearchEvent>
overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.validationstate.task.BTOutcomeValidationStateSearch
- All Implemented Interfaces:
Serializable,Tool
@Event(OutcomeValidationStateSearchEvent.class)
public class BTOutcomeValidationStateSearch
extends BusinessTask<OutcomeValidationStateSearchEvent>
Business task in order to search a
BOOutcomeValidationState.
When the OutcomeValidationStateSearchEvent is launched
the BT notices the call and searches the BOOutcomeValidationState basing on the event's input.- Since:
- 9.2
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(OutcomeValidationStateSearchEvent event, PoolKit pk) Writes the searched outcome validation state into the event journal.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTOutcomeValidationStateSearch
public BTOutcomeValidationStateSearch()
-
-
Method Details
-
body
protected void body(OutcomeValidationStateSearchEvent event, PoolKit pk) throws DAException, DAValidateException Writes the searched outcome validation state into the event journal.- Specified by:
bodyin classBusinessTask<OutcomeValidationStateSearchEvent>- Parameters:
event- theOutcomeValidationStateSearchEventpk- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-