Class TransferRequestItemsLoadEvent
java.lang.Object
overit.geocall.bl.GenericEvent<List<BOTransferRequestItem>>
overit.geocall.bl.BusinessEvent<List<BOTransferRequestItem>>
overit.geocall.bl.SimpleBusinessEvent<Long,List<BOTransferRequestItem>>
overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.item.event.TransferRequestItemsLoadEvent
public class TransferRequestItemsLoadEvent
extends SimpleBusinessEvent<Long,List<BOTransferRequestItem>>
Event to load the list of
The launcher must provide a valid
The listener loads all the
TransferRequestItem related to the given BOTransferRequestHeader id. The launcher must provide a valid
BOTransferRequestHeader id in order to successfully call this event. The listener loads all the
TransferRequestItem of the list starting from the event input,
i.e. the given BOTransferRequestHeader id. - Since:
- 13.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 transferRequestHeaderId) Instantiates a new transfer requests list load 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
-
TransferRequestItemsLoadEvent
Instantiates a new transfer requests list load event.- Parameters:
transferRequestHeaderId- theBOTransferRequestHeaderid
-