Class WarehouseMaterialStockSearchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<PageResponse<WarehouseMaterialStock>>
overit.geocall.bl.BusinessEvent<PageResponse<WarehouseMaterialStock>>
overit.geocall.bl.SearchEvent<WarehouseMaterialStockSearchFilter,WarehouseMaterialStock>
overit.geocallapp.wfm.inventory.bl.warehouse.materialstock.event.WarehouseMaterialStockSearchEvent
public class WarehouseMaterialStockSearchEvent
extends SearchEvent<WarehouseMaterialStockSearchFilter,WarehouseMaterialStock>
Event to search a
The launcher must provide a valid
The listener searches all the
WarehouseMaterialStock. The launcher must provide a valid
WarehouseMaterialStockSearchFilter in order to successfully call this event. The listener searches all the
WarehouseMaterialStock components starting from the event input,
i.e. the given WarehouseMaterialStockSearchFilter. - Since:
- 13.0
- GCApi:
- event
- Reactors:
- No Spouts
BTWarehouseMaterialStockSearch(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
ConstructorsConstructorDescriptionWarehouseMaterialStockSearchEvent(Page page, WarehouseMaterialStockSearchFilter filter, WarehouseMaterialStockType type) Instantiates a new warehouse material stock search event.WarehouseMaterialStockSearchEvent(WarehouseMaterialStockSearchFilter filter, WarehouseMaterialStockType type) Instantiates a new warehouse material stock search event. -
Method Summary
Modifier and TypeMethodDescriptiongetType()Returns the type of the data aggregation.voidSets the type of the data aggregation.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
-
WarehouseMaterialStockSearchEvent
public WarehouseMaterialStockSearchEvent(Page page, WarehouseMaterialStockSearchFilter filter, WarehouseMaterialStockType type) Instantiates a new warehouse material stock search event.- Parameters:
page- thePagethat will contain the paginated resultfilter-WarehouseMaterialStockSearchFilterthe set of filters that will be applied to the searchtype- theWarehouseMaterialStockTypeof the data aggregation
-
WarehouseMaterialStockSearchEvent
public WarehouseMaterialStockSearchEvent(WarehouseMaterialStockSearchFilter filter, WarehouseMaterialStockType type) Instantiates a new warehouse material stock search event.- Parameters:
filter-WarehouseMaterialStockSearchFilterthe set of filters that will be applied to the searchtype- theWarehouseMaterialStockTypeof the data aggregation
-
-
Method Details
-
getType
Returns the type of the data aggregation.- Returns:
- the aggregation type
-
setType
Sets the type of the data aggregation.- Parameters:
type- the aggregation type
-