Class BTDataCollectionTableNodeConversionSearch
java.lang.Object
overit.geocall.bl.BusinessTask<DataCollectionTableNodeConversionSearchEvent>
overit.geocallapp.wfm.core.bl.datacollection.converter.tablenode.task.BTDataCollectionTableNodeConversionSearch
- All Implemented Interfaces:
Serializable,Tool
@Event(DataCollectionTableNodeConversionSearchEvent.class)
public class BTDataCollectionTableNodeConversionSearch
extends BusinessTask<DataCollectionTableNodeConversionSearchEvent>
Business task in order to search a
When the
BODataCollectionTableNodeConversion. When the
DataCollectionTableNodeConversionSearchEvent is launched
the BT notices the call and searches the BODataCollectionTableNodeConversion basing on the event's input. - Since:
- 13.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(DataCollectionTableNodeConversionSearchEvent event, PoolKit poolKit) Writes thePageResponseof searchedBODataCollectionTableNodeConversioninto the event journal.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTDataCollectionTableNodeConversionSearch
public BTDataCollectionTableNodeConversionSearch()
-
-
Method Details
-
body
protected void body(DataCollectionTableNodeConversionSearchEvent event, PoolKit poolKit) throws DAException, DAValidateException Writes thePageResponseof searchedBODataCollectionTableNodeConversioninto the event journal.- Specified by:
bodyin classBusinessTask<DataCollectionTableNodeConversionSearchEvent>- Parameters:
event- theDataCollectionTableNodeConversionSearchEventpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-