Class DataCollectionOptionsGroupSearchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<PageResponse<BODataCollectionOptionsGroup>>
overit.geocall.bl.BusinessEvent<PageResponse<BODataCollectionOptionsGroup>>
overit.geocall.bl.SearchEvent<DataCollectionOptionsGroupSearchFilter,BODataCollectionOptionsGroup>
overit.geocallapp.wfm.mobileforms.bl.optionsgroup.event.DataCollectionOptionsGroupSearchEvent
public class DataCollectionOptionsGroupSearchEvent
extends SearchEvent<DataCollectionOptionsGroupSearchFilter,BODataCollectionOptionsGroup>
Event to search a
The launcher must provide a valid
The listener searches all the
BODataCollectionOptionsGroup. The launcher must provide a valid
DataCollectionOptionsGroupSearchFilter in order to successfully call this
event. The listener searches all the
BODataCollectionOptionsGroup components starting from the event input, i.e. the
given DataCollectionOptionsGroupSearchFilter. - Since:
- 12.0
- GCApi:
- event
- Reactors:
- No Spouts
BTDataCollectionOptionsGroupSearch(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
ConstructorsConstructorDescriptionInstantiates a new data collection options group search event.Instantiates a new data collection options group 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
-
DataCollectionOptionsGroupSearchEvent
public DataCollectionOptionsGroupSearchEvent(Page page, DataCollectionOptionsGroupSearchFilter filter) Instantiates a new data collection options group search event.- Parameters:
page- thePagefilter- theDataCollectionOptionsGroupSearchFilter
-
DataCollectionOptionsGroupSearchEvent
Instantiates a new data collection options group search event.- Parameters:
filter- theDataCollectionOptionsGroupSearchFilter
-