Class BTAddressGeocodingSaveBatch
java.lang.Object
overit.geocall.bl.BusinessTask<AddressGeocodingBatchSaveEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidExecutionBusinessTask<AddressGeocodingBatchSaveEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidPermissionBusinessTask<AddressGeocodingBatchSaveEvent>
overit.geocallapp.utilities.core.bl.common.batch.task.BTBatch<Long,Void,AddressGeocodingSaveEvent,AddressGeocodingBatchSaveEvent>
overit.geocallapp.wfm.locations.bl.address.task.BTAddressGeocodingSaveBatch
- All Implemented Interfaces:
Serializable,Tool,ValidExecution
@Event(AddressGeocodingBatchSaveEvent.class)
public class BTAddressGeocodingSaveBatch
extends BTBatch<Long,Void,AddressGeocodingSaveEvent,AddressGeocodingBatchSaveEvent>
Business task in order to normalize and update a
BOAddress list.
When the AddressGeocodingSaveEvent is launched the BT notices the call and
normalize and update the BOAddress list basing on the event's input.
Permission:
- NONE
Error Code:
- NONE
- 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
-
BTAddressGeocodingSaveBatch
public BTAddressGeocodingSaveBatch()
-
-
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<Long,Void, AddressGeocodingSaveEvent, AddressGeocodingBatchSaveEvent> - Returns:
- the class object representing the business event type
-