Class MobileNotificationSearchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<PageResponse<MobileNotificationSearchResult>>
overit.geocall.bl.BusinessEvent<PageResponse<MobileNotificationSearchResult>>
overit.geocall.bl.SearchEvent<MobileNotificationSearchFilter,MobileNotificationSearchResult>
overit.geocallapp.wfm.mobile.core.bl.technicalobject.notification.event.MobileNotificationSearchEvent
public class MobileNotificationSearchEvent
extends SearchEvent<MobileNotificationSearchFilter,MobileNotificationSearchResult>
-
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
ConstructorsConstructorDescriptionMobileNotificationSearchEvent(Page page, MobileNotificationSearchFilter filter) -
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
-
MobileNotificationSearchEvent
-