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