Class NotifiableUserSearchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<PageResponse<BONotifiableUser>>
overit.geocall.bl.BusinessEvent<PageResponse<BONotifiableUser>>
overit.geocall.bl.SearchEvent<NotifiableUserSearchFilter,BONotifiableUser>
overit.geocallapp.wfm.core.bl.notification.event.NotifiableUserSearchEvent
public class NotifiableUserSearchEvent
extends SearchEvent<NotifiableUserSearchFilter,BONotifiableUser>
Event to search a
The launcher must provide a valid
The listener searches all the
BONotifiableUser. The launcher must provide a valid
NotifiableUserSearchFilter in order to successfully call this event. The listener searches all the
BONotifiableUser components starting from the event input,
i.e. the given NotifiableUserSearchFilter. - Since:
- 14.0
- GCApi:
- event
- Reactors:
- No Spouts
BTNotifiableUserSearch(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
ConstructorsConstructorDescriptionNotifiableUserSearchEvent(Page page, NotifiableUserSearchFilter filter) Instantiates a new notifiable user search event.Instantiates a new notifiable user 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
-
NotifiableUserSearchEvent
Instantiates a new notifiable user search event.- Parameters:
page- thePagefilter- theNotifiableUserSearchFilter
-
NotifiableUserSearchEvent
Instantiates a new notifiable user search event.- Parameters:
filter- theNotifiableUserSearchFilter
-