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