Class CrewShellCompositionSearchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<PageResponse<BOCrewShellComposition>>
overit.geocall.bl.BusinessEvent<PageResponse<BOCrewShellComposition>>
overit.geocall.bl.SearchEvent<CrewShellCompositionSearchFilter,BOCrewShellComposition>
overit.geocallapp.wfm.crewshell.bl.composition.event.CrewShellCompositionSearchEvent
public class CrewShellCompositionSearchEvent
extends SearchEvent<CrewShellCompositionSearchFilter,BOCrewShellComposition>
Event to search
The launcher must provide a valid
BOCrewShellComposition objects. The launcher must provide a valid
CrewShellCompositionSearchFilter object in order to successfully call this
event. - Since:
- 16.0
- GCApi:
- event
- Reactors:
- No Spouts
BTCrewShellCompositionSearch(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 newSearchEventobject in order to search all the storedBOCrewShellCompositionobjects.Instantiates a newSearchEventobject in order to search all the storedBOCrewShellCompositionobjects. -
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
-
CrewShellCompositionSearchEvent
Instantiates a newSearchEventobject in order to search all the storedBOCrewShellCompositionobjects.- Parameters:
page- thePageobject that will contain the paginated resultfilter- theCrewShellCompositionSearchFilterobject representing the filters that will be applied to the search
-
CrewShellCompositionSearchEvent
Instantiates a newSearchEventobject in order to search all the storedBOCrewShellCompositionobjects.- Parameters:
filter- theCrewShellCompositionSearchFilterobject representing the filters that will be applied to the search
-