Class WarehouseAgendaMaterialStockQuantityCheckEvent
java.lang.Object
overit.geocall.bl.GenericEvent<WarehouseAgendaMaterialStockQuantityCheckOutput>
overit.geocall.bl.BusinessEvent<WarehouseAgendaMaterialStockQuantityCheckOutput>
overit.geocall.bl.SimpleBusinessEvent<List<WarehouseAgendaMaterialStockQuantityCheckInput>,WarehouseAgendaMaterialStockQuantityCheckOutput>
overit.geocallapp.wfm.inventory.bl.warehouse.intervention.material.agendamaterial.event.WarehouseAgendaMaterialStockQuantityCheckEvent
public class WarehouseAgendaMaterialStockQuantityCheckEvent
extends SimpleBusinessEvent<List<WarehouseAgendaMaterialStockQuantityCheckInput>,WarehouseAgendaMaterialStockQuantityCheckOutput>
Event to evaluate the new stock quantity
The launcher must provide a valid list of
The listener checks all the
The launcher must provide a valid list of
WarehouseWOAgendaMaterial in order to successfully call this event. The listener checks all the
WarehouseWOAgendaMaterial components starting from the event input. - Since:
- 14.0
- GCApi:
- event
- Reactors:
- No Spouts
BTWarehouseAgendaMaterialStockQuantityCheck(0)-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.bl.GenericEvent
GenericEvent.Step<O> -
Field Summary
Fields inherited from class overit.geocall.bl.SimpleBusinessEvent
inputFields inherited from class overit.geocall.bl.GenericEvent
executorService, journal, streamJournal -
Constructor Summary
ConstructorsConstructorDescriptionWarehouseAgendaMaterialStockQuantityCheckEvent(List<WarehouseAgendaMaterialStockQuantityCheckInput> input) Instantiates a new stock quantity check event. -
Method Summary
Methods inherited from class overit.geocall.bl.SimpleBusinessEvent
getInputMethods inherited from class overit.geocall.bl.BusinessEvent
doLaunchMethods inherited from class overit.geocall.bl.GenericEvent
clearEvents, defineInterruptor, defineResult, getJournal, getResult, getSpouts, getStreamJournal, isInternal, launch, launch, launchAsync, launchAsync, register, registerSpouts
-
Constructor Details
-
WarehouseAgendaMaterialStockQuantityCheckEvent
public WarehouseAgendaMaterialStockQuantityCheckEvent(List<WarehouseAgendaMaterialStockQuantityCheckInput> input) Instantiates a new stock quantity check event.- Parameters:
input- theStockQuantityCheckInputinput
-