Class AssetContactSearchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<PageResponse<BOAssetContact>>
overit.geocall.bl.BusinessEvent<PageResponse<BOAssetContact>>
overit.geocall.bl.SearchEvent<AssetContactSearchFilter,BOAssetContact>
overit.geocallapp.wfm.assets.bl.contact.event.AssetContactSearchEvent
Event to search a
The launcher must provide a valid
The listener loads all the
BOAssetContact. The launcher must provide a valid
AssetContactSearchFilter in order to successfully call this event. The listener loads all the
BOAssetContact components starting from the event input, i.e. the given
AssetContactSearchFilter. - Since:
- 17.0
- GCApi:
- event
- Reactors:
- No Spouts
BTAssetContactSearch(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
ConstructorsConstructorDescriptionAssetContactSearchEvent(Page page, AssetContactSearchFilter filter) Instantiates a new asset contact search event.Instantiates a new asset contact 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
-
AssetContactSearchEvent
Instantiates a new asset contact search event.- Parameters:
page- thePagethat will contain the paginated resultfilter- theAssetContactSearchFilterthe set of filters that will be applied to the search
-
AssetContactSearchEvent
Instantiates a new asset contact search event.- Parameters:
filter- theAssetContactSearchFilterthe set of filters that will be applied to the search
-