Class CrewShellTypeSearchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<PageResponse<BOCrewShellType>>
overit.geocall.bl.BusinessEvent<PageResponse<BOCrewShellType>>
overit.geocall.bl.SearchEvent<CrewShellTypeSearchFilter,BOCrewShellType>
overit.geocallapp.wfm.crewshell.bl.type.event.CrewShellTypeSearchEvent
public class CrewShellTypeSearchEvent
extends SearchEvent<CrewShellTypeSearchFilter,BOCrewShellType>
Event to search a
BOCrewShellType.
The launcher must provide a valid CrewShellTypeSearchFilter in order to successfully call this event.
The listener searches all the BOCrewShellType components starting from the event input, i.e. the given
CrewShellTypeSearchFilter.
- Since:
- 18.0
- GCApi:
- event
- Reactors:
- No Spouts
BTCrewShellTypeSearch(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
ConstructorsConstructorDescriptionCrewShellTypeSearchEvent(Page page, CrewShellTypeSearchFilter filter) Instantiates a new crew shell's type search event.Instantiates a new crew shell's type 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
-
CrewShellTypeSearchEvent
Instantiates a new crew shell's type search event.- Parameters:
page- the page that will contain the paginated resultfilter- the set of filters that will be applied to the search
-
CrewShellTypeSearchEvent
Instantiates a new crew shell's type search event.- Parameters:
filter- the set of filters that will be applied to the search
-