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