Class WarehouseOperationSaveEvent

java.lang.Object
overit.geocall.bl.GenericEvent<Void>
overit.geocall.bl.BusinessEvent<Void>
overit.geocall.bl.SimpleBusinessEvent<WarehouseOperation,Void>
overit.geocallapp.wfm.inventory.bl.warehouse.operation.event.WarehouseOperationSaveEvent

public class WarehouseOperationSaveEvent extends SimpleBusinessEvent<WarehouseOperation,Void>
Event to save a WarehouseOperation.
The launcher must provide a valid WarehouseOperation in order to successfully call this event.
The listener will insert or update the given WarehouseOperation with all its components starting from the event input, i.e. the given WarehouseOperation.
Since:
14.0
GCApi:
event
Reactors:
BTWarehouseOperationSave(0)
No Spouts
  • Constructor Details

    • WarehouseOperationSaveEvent

      public WarehouseOperationSaveEvent(WarehouseOperation warehouseOperation)
      Instantiates a new warehouse operation save event.
      Parameters:
      warehouseOperation - the WarehouseOperation to save