Class CounterDirectionSearchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<PageResponse<BOCounterDirection>>
overit.geocall.bl.BusinessEvent<PageResponse<BOCounterDirection>>
overit.geocall.bl.SearchEvent<CounterDirectionSearchFilter,BOCounterDirection>
overit.geocallapp.wfm.measuringelements.bl.counterdirection.event.CounterDirectionSearchEvent
public class CounterDirectionSearchEvent
extends SearchEvent<CounterDirectionSearchFilter,BOCounterDirection>
Event to search for
BOCounterDirection.
The launcher must provide a valid CounterDirectionSearchFilter in order to successfully call this event.
The listener searches all the BOCounterDirection components starting from the event input, i.e. the given
CounterDirectionSearchFilter.
- Since:
- 20.0
- GCApi:
- event
- Reactors:
- No Spouts
BTCounterDirectionSearch(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
ConstructorsConstructorDescriptionCounterDirectionSearchEvent(Page page, CounterDirectionSearchFilter filter) Instantiates a new counter direction search event.Instantiates a new counter direction 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
-
CounterDirectionSearchEvent
Instantiates a new counter direction search event.- Parameters:
filter- the set of filters that will be applied to the search
-
CounterDirectionSearchEvent
Instantiates a new counter direction search event.- Parameters:
page- the page that will contain the paginated resultfilter- the set of filters that will be applied to the search
-