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