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