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