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