Class WorkShiftExceptionUpdateBatchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<List<Void>>
overit.geocall.bl.BusinessEvent<List<Void>>
overit.geocall.bl.SimpleBusinessEvent<List<BOWorkShiftException>,List<Void>>
overit.geocallapp.utilities.core.bl.common.batch.BatchEvent<BOWorkShiftException,Void>
overit.geocallapp.utilities.core.bl.common.batch.BatchUpdateEvent<BOWorkShiftException>
overit.geocallapp.wfm.calendars.bl.workshift.exception.event.WorkShiftExceptionUpdateBatchEvent
Business Event to update a list of
For each update the base event
BOWorkShiftException. For each update the base event
WorkShiftExceptionUpdateEvent is called and as input it will receive a BOWorkShiftException
from the list of BOWorkShiftException as input. - Since:
- 17.0
- GCApi:
- event
- Reactors:
- No Spouts
BTWorkShiftExceptionUpdateBatch(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 update 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
-
WorkShiftExceptionUpdateBatchEvent
Instantiates a new work shift exception update batch event- Parameters:
input- a list ofBOWorkShiftException
-