Class BTLinearAssetLocationUpdateBatch
java.lang.Object
overit.geocall.bl.BusinessTask<LinearAssetLocationUpdateBatchEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidExecutionBusinessTask<LinearAssetLocationUpdateBatchEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidPermissionBusinessTask<LinearAssetLocationUpdateBatchEvent>
overit.geocallapp.utilities.core.bl.common.batch.task.BTBatch<BOLinearAssetLocation,Void,LinearAssetLocationUpdateEvent,LinearAssetLocationUpdateBatchEvent>
overit.geocallapp.wfm.assets.bl.linearassetlocation.task.BTLinearAssetLocationUpdateBatch
- All Implemented Interfaces:
Serializable,Tool,ValidExecution
@Event(LinearAssetLocationUpdateBatchEvent.class)
public class BTLinearAssetLocationUpdateBatch
extends BTBatch<BOLinearAssetLocation,Void,LinearAssetLocationUpdateEvent,LinearAssetLocationUpdateBatchEvent>
Business task in order to update a list of
For each update the base event
The output will be built as a list containing the return types of the base event
BOLinearAssetLocation. For each update the base event
LinearAssetLocationUpdateEvent is called and as input it will receive a BOLinearAssetLocation
from the list of BOLinearAssetLocation as input. The output will be built as a list containing the return types of the base event
LinearAssetLocationUpdateEvent. - 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
-
BTLinearAssetLocationUpdateBatch
public BTLinearAssetLocationUpdateBatch()
-
-
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<BOLinearAssetLocation,Void, LinearAssetLocationUpdateEvent, LinearAssetLocationUpdateBatchEvent> - Returns:
- the class object representing the business event type
-