Class UserVisibleWarehousesSearchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<Collection<Long>>
overit.geocall.bl.BusinessEvent<Collection<Long>>
overit.geocall.bl.SimpleBusinessEvent<Long,Collection<Long>>
overit.geocallapp.wfm.inventory.bl.warehouse.event.UserVisibleWarehousesSearchEvent
Event to load all the
The launcher must provide a valid
BOWarehouses visible for a user. The launcher must provide a valid
BOUser id in order to successfully call this event. - Since:
- 13.0
- GCApi:
- event
- Reactors:
- No Spouts
BTUserVisibleWarehousesSearch(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 user visible warehouses search 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
-
UserVisibleWarehousesSearchEvent
Instantiates a user visible warehouses search event.- Parameters:
id- the user id
-