Class DataCollectionSheetSearchExtendedEvent
java.lang.Object
overit.geocall.bl.GenericEvent<PageResponse<BODataCollectionSheet>>
overit.geocall.bl.BusinessEvent<PageResponse<BODataCollectionSheet>>
overit.geocall.bl.SearchEvent<DataCollectionSheetSearchExtendedFilter,BODataCollectionSheet>
overit.geocallapp.wfm.core.bl.datacollection.sheet.event.DataCollectionSheetSearchExtendedEvent
public class DataCollectionSheetSearchExtendedEvent
extends SearchEvent<DataCollectionSheetSearchExtendedFilter,BODataCollectionSheet>
Event to search a
The launcher must provide a valid
The listener searches all the
BODataCollectionSheet. The launcher must provide a valid
DataCollectionSheetSearchExtendedFilter in order to successfully call this event.
The listener searches all the
BODataCollectionSheet components starting from the event input, i.e. the given
DataCollectionSheetSearchExtendedFilter. - Since:
- 12.0
- GCApi:
- event
- Reactors:
- No Spouts
BTDataCollectionSheetExtendedSearch(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
ConstructorsConstructorDescriptionWrites thePageResponseof searchedBODataCollectionSheetinto the event journal.Writes thePageResponseof searchedBODataCollectionSheetinto the event journal. -
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
-
DataCollectionSheetSearchExtendedEvent
public DataCollectionSheetSearchExtendedEvent(Page page, DataCollectionSheetSearchExtendedFilter filter) Writes thePageResponseof searchedBODataCollectionSheetinto the event journal.- Parameters:
page- thePagefilter- theDataCollectionSheetSearchExtendedFilter
-
DataCollectionSheetSearchExtendedEvent
Writes thePageResponseof searchedBODataCollectionSheetinto the event journal.- Parameters:
filter- theDataCollectionSheetSearchExtendedFilter
-