Class WarehouseSearchByPositionEvent
java.lang.Object
overit.geocall.bl.GenericEvent<PageResponse<BOWarehouse>>
overit.geocall.bl.BusinessEvent<PageResponse<BOWarehouse>>
overit.geocall.bl.SearchEvent<WarehouseSearchByPositionFilter,BOWarehouse>
overit.geocallapp.wfm.inventory.bl.warehouse.position.event.WarehouseSearchByPositionEvent
public class WarehouseSearchByPositionEvent
extends SearchEvent<WarehouseSearchByPositionFilter,BOWarehouse>
Event to search a
The launcher must provide a valid
BOWarehouse filtering by its position. The launcher must provide a valid
WarehouseSearchByPositionFilter in order to successfully call this event. - Since:
- 13.0
- GCApi:
- event
- Reactors:
- No Spouts
BTWarehouseSearchByPosition(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.SearchEvent
filter, order, pageFields inherited from class overit.geocall.bl.GenericEvent
executorService, journal, streamJournal -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new mobile warehouse search event. -
Method Summary
Methods inherited from class overit.geocall.bl.SearchEvent
getEventOptions, getFilter, getOrder, getPage, setOrderMethods 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
-
WarehouseSearchByPositionEvent
Instantiates a new mobile warehouse search event.- Parameters:
filter-MobileWarehouseSearchFilterthe set of filters that will be applied to the search
-