Class CrewShellSearchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<PageResponse<BOCrewShell>>
overit.geocall.bl.BusinessEvent<PageResponse<BOCrewShell>>
overit.geocall.bl.SearchEvent<CrewShellSearchFilter,BOCrewShell>
overit.geocallapp.wfm.crewshell.bl.event.CrewShellSearchEvent
Event to search a
The launcher must provide a valid
BOCrewShell object. The launcher must provide a valid
CrewShellSearchFilter object in order to successfully call this event. - Since:
- 16.0
- GCApi:
- event
- Reactors:
- No Spouts
BTCrewShellSearch(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
ConstructorsConstructorDescriptionCrewShellSearchEvent(Page page, CrewShellSearchFilter filter) Instantiates aSearchEventobject in order to search all the storedBOCrewShellobjects.Instantiates aSearchEventobject in order to search all the storedBOCrewShellobjects. -
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
-
CrewShellSearchEvent
Instantiates aSearchEventobject in order to search all the storedBOCrewShellobjects.- Parameters:
page- thePageobject that will contain the paginated resultfilter- theCrewShellSearchFilterobject representing the filters that will be applied to the search
-
CrewShellSearchEvent
Instantiates aSearchEventobject in order to search all the storedBOCrewShellobjects.- Parameters:
filter- theCrewShellSearchFilterobject representing the filters that will be applied to the search
-