java.lang.Object
overit.geocall.bl.GenericEvent<Void>
overit.geocall.bl.BusinessEvent<Void>
overit.geocall.bl.SimpleBusinessEvent<TransferRequest,Void>
overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.event.TransferRequestSaveEvent

public class TransferRequestSaveEvent extends SimpleBusinessEvent<TransferRequest,Void>
Event to save a TransferRequest.
The launcher must provide a valid TransferRequest in order to successfully call this event.
The listener will save the TransferRequest by updating/deleting all the related components starting from the event input, i.e. the given TransferRequest in which all needed components were previously updated.
Since:
13.0
GCApi:
event
Reactors:
BTTransferRequestSave(0)
No Spouts
  • Constructor Details

    • TransferRequestSaveEvent

      public TransferRequestSaveEvent(TransferRequest input)
      Instantiates a new transfer request header update event.
      Parameters:
      input - the TransferRequest to save