Class WarehouseOperationHeaderUpdateEvent

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

public class WarehouseOperationHeaderUpdateEvent extends SimpleBusinessEvent<WarehouseOperationHeaderUpdateInput,Void>
Event to to update the BOWarehouseOperationHeader after a refusal.
The refusal consist in changing the incoming warehouse of the BOWarehouseOperationHeader with the given one.
The launcher must provide a valid WarehouseOperationHeaderUpdateInput in order to successfully call this event.
The listener updates all the BOWarehouseOperationHeader components starting from the event input, i.e. the given WarehouseOperationHeaderUpdateInput.
Since:
14.0
GCApi:
event
Reactors:
BTWarehouseOperationHeaderUpdate(0)
No Spouts