Class BTDataCollectionSheetMassiveConverter
java.lang.Object
overit.geocall.bl.BusinessTask<DataCollectionSheetConverterMassiveEvent>
overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.task.BTDataCollectionSheetMassiveConverter
- All Implemented Interfaces:
Serializable,Tool
@Event(DataCollectionSheetConverterMassiveEvent.class)
public class BTDataCollectionSheetMassiveConverter
extends BusinessTask<DataCollectionSheetConverterMassiveEvent>
Business task that starts the Data Collection Sheet Massive Conversion.
When the
DataCollectionSheetConverterMassiveEvent is launched. - Since:
- 13.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(DataCollectionSheetConverterMassiveEvent event, PoolKit pk) Invoke the Data Collection Sheet massive conversion.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTDataCollectionSheetMassiveConverter
public BTDataCollectionSheetMassiveConverter()
-
-
Method Details
-
body
protected void body(DataCollectionSheetConverterMassiveEvent event, PoolKit pk) throws DAException, DAValidateException Invoke the Data Collection Sheet massive conversion.- Specified by:
bodyin classBusinessTask<DataCollectionSheetConverterMassiveEvent>- Parameters:
event- theDataCollectionSheetConverterMassiveEventpk-PoolKit- Throws:
DAExceptionDAValidateException
-