Class WarehouseTransactionEvaluateEvent

java.lang.Object
overit.geocall.bl.GenericEvent<Void>
overit.geocall.bl.BusinessEvent<Void>
overit.geocall.bl.SimpleBusinessEvent<WarehouseTransactionEvaluateInput,Void>
overit.geocallapp.wfm.inventory.bl.warehouse.transaction.event.WarehouseTransactionEvaluateEvent

public class WarehouseTransactionEvaluateEvent extends SimpleBusinessEvent<WarehouseTransactionEvaluateInput,Void>
Event to evaluate a BOWarehouseTransaction.
The launcher must provide a valid WarehouseTransactionEvaluateInput in order to successfully call this event.
The listener evaluates all the BOWarehouseTransaction components starting from the event input, i.e. the given WarehouseTransactionEvaluateInput.
Since:
13.0
GCApi:
event
Reactors:
BTWarehouseTransactionEvaluate(0)
No Spouts