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