Class MobileWarehouseSchedulingResourceAssociationEvent
java.lang.Object
overit.geocall.bl.GenericEvent<Void>
overit.geocall.bl.BusinessEvent<Void>
overit.geocall.bl.SimpleBusinessEvent<MobileWarehouseSchedulingResourceAssociationInput,Void>
overit.geocallapp.wfm.inventory.bl.warehouse.mobile.event.MobileWarehouseSchedulingResourceAssociationEvent
public class MobileWarehouseSchedulingResourceAssociationEvent
extends SimpleBusinessEvent<MobileWarehouseSchedulingResourceAssociationInput,Void>
Event to associate a
The launcher must provide a valid
BOSchedulingUser to a BOMobileWarehouse. The launcher must provide a valid
BOSchedulingUser and a BOMobileWarehouse id in order to successfully call this event. - Since:
- 13.0
- GCApi:
- event
- Reactors:
- No Spouts
BTMobileWarehouseSchedulingResourceAssociation(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
ConstructorsConstructorDescriptionMobileWarehouseSchedulingResourceAssociationEvent(MobileWarehouseSchedulingResourceAssociationInput input) Instantiates a new mobile warehouse scheduling resource associate 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
-
MobileWarehouseSchedulingResourceAssociationEvent
public MobileWarehouseSchedulingResourceAssociationEvent(MobileWarehouseSchedulingResourceAssociationInput input) Instantiates a new mobile warehouse scheduling resource associate event.- Parameters:
input- theMobileWarehouseSchedulingResourceAssociationInput
-