Class SerializedMaterialWithAccountSearchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<PageResponse<SerializedMaterialWithAccount>>
overit.geocall.bl.BusinessEvent<PageResponse<SerializedMaterialWithAccount>>
overit.geocall.bl.SearchEvent<SerializedMaterialWithAccountSearchFilter,SerializedMaterialWithAccount>
overit.geocallapp.wfm.core.bl.material.serialized.event.SerializedMaterialWithAccountSearchEvent
public class SerializedMaterialWithAccountSearchEvent
extends SearchEvent<SerializedMaterialWithAccountSearchFilter,SerializedMaterialWithAccount>
Event to search a
The launcher must provide a valid
The listener searches all the
SerializedMaterialWithAccount. The launcher must provide a valid
SerializedMaterialWithAccountSearchFilter in order to successfully call this event. The listener searches all the
SerializedMaterialWithAccount components starting from the event input,
i.e. the given SerializedMaterialWithAccountSearchFilter. - Since:
- 14.0
- GCApi:
- event
- Reactors:
- No Spouts
BTSerializedMaterialWithAccountSearch(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
ConstructorsConstructorDescriptionSerializedMaterialWithAccountSearchEvent(Page page, SerializedMaterialWithAccountSearchFilter filter) Instantiates a new serialized material with account search event.Instantiates a new serialized material with account 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
-
SerializedMaterialWithAccountSearchEvent
public SerializedMaterialWithAccountSearchEvent(Page page, SerializedMaterialWithAccountSearchFilter filter) Instantiates a new serialized material with account search event.- Parameters:
page- thePagethat will contain the paginated resultfilter-SerializedMaterialWithAccountSearchFilterthe set of filters that will be applied to the search
-
SerializedMaterialWithAccountSearchEvent
Instantiates a new serialized material with account search event.- Parameters:
filter-SerializedMaterialWithAccountSearchFilterthe set of filters that will be applied to the search
-