Class DistrictSearchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<PageResponse<BODistrict>>
overit.geocall.bl.BusinessEvent<PageResponse<BODistrict>>
overit.geocall.bl.SearchEvent<DistrictSearchFilter,BODistrict>
overit.geocallapp.wfm.core.bl.location.district.event.DistrictSearchEvent
Event to search a
The launcher must provide a valid
The listener searches all the
BODistrict. The launcher must provide a valid
DistrictSearchFilter in order to successfully call this event. The listener searches all the
BODistrict components starting from the event input,
i.e. the given DistrictSearchFilter. - Since:
- 9.2
- GCApi:
- event
- Reactors:
- No Spouts
BTDistrictSearch(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
ConstructorsConstructorDescriptionDistrictSearchEvent(Page page, DistrictSearchFilter filter) Instantiates a new district search event.Instantiates a new district 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
-
DistrictSearchEvent
Instantiates a new district search event.- Parameters:
page- the pagefilter- the filter
-
DistrictSearchEvent
Instantiates a new district search event.- Parameters:
filter- the filter
-