Class WarehouseMaterialStockImportEvent
java.lang.Object
overit.geocall.bl.GenericEvent<WarehouseMaterialStockImportOutput>
overit.geocall.bl.BusinessEvent<WarehouseMaterialStockImportOutput>
overit.geocall.bl.SimpleBusinessEvent<WarehouseMaterialStockImportInput,WarehouseMaterialStockImportOutput>
overit.geocallapp.wfm.inventory.bl.importexport.material.event.WarehouseMaterialStockImportEvent
public class WarehouseMaterialStockImportEvent
extends SimpleBusinessEvent<WarehouseMaterialStockImportInput,WarehouseMaterialStockImportOutput>
Event to import warehouse materials from a xlsx file.
The launcher must provide a valid
The listener imports all the warehouse materials starting from the event input, i.e. the given
The launcher must provide a valid
WarehouseMaterialStockImportInput in order to successfully call this event. The listener imports all the warehouse materials starting from the event input, i.e. the given
WarehouseMaterialStockImportInput. - Since:
- 14.0
- GCApi:
- event
- Reactors:
- No Spouts
BTWarehouseMaterialStockImport(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 import 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
-
WarehouseMaterialStockImportEvent
Instantiates a new warehouse material stock import event.- Parameters:
input- theWarehouseMaterialStockImportInput
-