Class BTMeterInsertBatch
java.lang.Object
overit.geocall.bl.BusinessTask<MeterInsertBatchEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidExecutionBusinessTask<MeterInsertBatchEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidPermissionBusinessTask<MeterInsertBatchEvent>
overit.geocallapp.utilities.core.bl.common.batch.task.BTBatch<BOMeter,Long,MeterInsertEvent,MeterInsertBatchEvent>
overit.geocallapp.wfm.accounts.bl.meter.task.BTMeterInsertBatch
- All Implemented Interfaces:
Serializable,Tool,ValidExecution
@Event(MeterInsertBatchEvent.class)
public class BTMeterInsertBatch
extends BTBatch<BOMeter,Long,MeterInsertEvent,MeterInsertBatchEvent>
Business task in order to insert a list of
For each insert the base event
The output will be built as a list containing the return types of the base event
BOMeter. For each insert the base event
MeterInsertEvent is called and as input it will receive a BOMeter
from the list of BOMeter as input. The output will be built as a list containing the return types of the base event
MeterInsertEvent. - Since:
- 17.0
- See Also:
- GCApi:
- task
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the class of the business event to be used for processing each input item.Methods inherited from class overit.geocallapp.utilities.core.bl.common.batch.task.BTBatch
execute, executeEvent, getEventConstructor, isValidExecutionMethods inherited from class overit.geocallapp.utilities.core.bl.common.validexecution.ValidPermissionBusinessTask
checkValidExecution, getException, throwExceptionIfInvalidMethods inherited from class overit.geocallapp.utilities.core.bl.common.validexecution.ValidExecutionBusinessTask
body, getEventMethods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTMeterInsertBatch
public BTMeterInsertBatch()
-
-
Method Details
-
getBusinessEventClass
Description copied from class:BTBatchReturns the class of the business event to be used for processing each input item. This method must be implemented by subclasses to specify which business event class should be instantiated for each input item in the batch.- Specified by:
getBusinessEventClassin classBTBatch<BOMeter,Long, MeterInsertEvent, MeterInsertBatchEvent> - Returns:
- the class object representing the business event type
-