Class SerializedMaterialsByItemLoadEvent
java.lang.Object
overit.geocall.bl.GenericEvent<List<BOSerializedMaterial>>
overit.geocall.bl.BusinessEvent<List<BOSerializedMaterial>>
overit.geocall.bl.SimpleBusinessEvent<Long,List<BOSerializedMaterial>>
overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.item.serializedmaterial.event.SerializedMaterialsByItemLoadEvent
public class SerializedMaterialsByItemLoadEvent
extends SimpleBusinessEvent<Long,List<BOSerializedMaterial>>
Event to load a list of
The launcher must provide a valid
The listener loads all the
BOSerializedMaterial related to a transfer request. The launcher must provide a valid
BOTransferRequestItem id in order to successfully call this event. The listener loads all the
BOSerializedMaterial starting from the event input,
i.e. the given BOTransferRequestItem id. - Since:
- 13.0
- GCApi:
- event
- Reactors:
- No Spouts
BTSerializedMaterialsByItemLoad(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 transfer request item serialized material 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
-
SerializedMaterialsByItemLoadEvent
Instantiates a new transfer request item serialized material load event.- Parameters:
id- theBOTransferRequestItemid
-