Class WarehouseMaterialActivateEvent

java.lang.Object
overit.geocall.bl.GenericEvent<Void>
overit.geocall.bl.BusinessEvent<Void>
overit.geocall.bl.SimpleBusinessEvent<Long,Void>
overit.geocallapp.wfm.inventory.bl.warehouse.material.event.WarehouseMaterialActivateEvent

public class WarehouseMaterialActivateEvent extends SimpleBusinessEvent<Long,Void>
Event to activate a BOWarehouseMaterial.
The launcher must provide a valid BOWarehouseMaterial id in order to successfully call this event.
The listener activate the BOWarehouseMaterial components starting from the event input.
Since:
14.0
GCApi:
event
Reactors:
BTWarehouseMaterialActivate(0)
No Spouts
  • Constructor Details

    • WarehouseMaterialActivateEvent

      public WarehouseMaterialActivateEvent(Long input)
      Instantiates a new warehouse material activate event.
      Parameters:
      input - the BOWarehouseMaterial to activate