Class WorkShiftExceptionDeleteBatchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<List<Void>>
overit.geocall.bl.BusinessEvent<List<Void>>
overit.geocall.bl.SimpleBusinessEvent<List<Long>,List<Void>>
overit.geocallapp.utilities.core.bl.common.batch.BatchEvent<Long,Void>
overit.geocallapp.utilities.core.bl.common.batch.BatchDeleteEvent<Void>
overit.geocallapp.wfm.calendars.bl.workshift.exception.event.WorkShiftExceptionDeleteBatchEvent
Business Event to delete a list of
For each delete 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. - Since:
- 17.0
- GCApi:
- event
- Reactors:
- No Spouts
BTWorkShiftExceptionDeleteBatch(0)-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.bl.GenericEvent
GenericEvent.Step<O> -
Field Summary
Fields inherited from class overit.geocall.bl.SimpleBusinessEvent
inputFields inherited from class overit.geocall.bl.GenericEvent
executorService, journal, streamJournal -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new work shift exception delete batch event -
Method Summary
Methods inherited from class overit.geocall.bl.SimpleBusinessEvent
getInputMethods inherited from class overit.geocall.bl.BusinessEvent
doLaunchMethods inherited from class overit.geocall.bl.GenericEvent
clearEvents, defineInterruptor, defineResult, getJournal, getResult, getSpouts, getStreamJournal, isInternal, launch, launch, launchAsync, launchAsync, register, registerSpouts
-
Constructor Details
-
WorkShiftExceptionDeleteBatchEvent
Instantiates a new work shift exception delete batch event- Parameters:
input- a list ofLongthat represents the ids of the work shift exceptions.
-