Class WarehouseMaterialStockLoadEvent
java.lang.Object
overit.geocall.bl.GenericEvent<WarehouseMaterialStock>
overit.geocall.bl.BusinessEvent<WarehouseMaterialStock>
overit.geocall.bl.SimpleBusinessEvent<WarehouseMaterialStockLoadInput,WarehouseMaterialStock>
overit.geocallapp.wfm.inventory.bl.warehouse.materialstock.event.WarehouseMaterialStockLoadEvent
public class WarehouseMaterialStockLoadEvent
extends SimpleBusinessEvent<WarehouseMaterialStockLoadInput,WarehouseMaterialStock>
Event to load a
The launcher must provide a valid
The listener loads all the
WarehouseMaterialStock. The launcher must provide a valid
WarehouseMaterialStockLoadInput in order to successfully call this event. The listener loads all the
WarehouseMaterialStock components starting from the event input,
i.e. the given WarehouseMaterialStockLoadInput. - Since:
- 13.0
- GCApi:
- event
- Reactors:
- No Spouts
BTWarehouseMaterialStockLoad(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
ConstructorsConstructorDescriptionInstantiates a new warehouse material stock load 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
-
WarehouseMaterialStockLoadEvent
Instantiates a new warehouse material stock load event.- Parameters:
input- theWarehouseMaterialStockLoadInput
-