Class TransferRequestItemsLoadEvent
java.lang.Object
overit.geocall.bl.GenericEvent<List<TransferRequestItem>>
overit.geocall.bl.BusinessEvent<List<TransferRequestItem>>
overit.geocall.bl.SimpleBusinessEvent<Long,List<TransferRequestItem>>
overit.geocall.bl.GenericLoadEvent<Long,List<TransferRequestItem>>
overit.geocall.bl.LoadEvent<List<TransferRequestItem>>
overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.event.TransferRequestItemsLoadEvent
Event to load all the
The launcher must provide a valid
The listener loads all the
TransferRequestItem related to the given TransferRequest id. The launcher must provide a valid
TransferRequest id in order to successfully call this event. The listener loads all the
BOTransferRequestItem starting from the event input,
i.e. the given TransferRequest id. - Since:
- 14.0
- GCApi:
- event
- Reactors:
- No Spouts
BTTransferRequestItemsLoad(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
ConstructorsConstructorDescriptionTransferRequestItemsLoadEvent(Long transferRequestId) Instantiates a new transfer request items load event. -
Method Summary
Methods inherited from class overit.geocall.bl.GenericLoadEvent
getEventOptionsMethods 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
-
TransferRequestItemsLoadEvent
Instantiates a new transfer request items load event.- Parameters:
transferRequestId- theTransferRequestid
-