Class CrewShellConfigurationSearchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<PageResponse<BOCrewShellConfiguration>>
overit.geocall.bl.BusinessEvent<PageResponse<BOCrewShellConfiguration>>
overit.geocall.bl.SearchEvent<Void,BOCrewShellConfiguration>
overit.geocallapp.wfm.core.bl.crewshell.configuration.event.CrewShellConfigurationSearchEvent
Event to search a
BOCrewShellConfiguration objects. - Since:
- 16.0
- GCApi:
- event
- Reactors:
- No Spouts
BTCrewShellConfigurationSearch(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 storedBOCrewShellConfigurationobjects.Instantiates a newSearchEventobject in order to search all the storedBOCrewShellConfigurationobjects. -
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
-
CrewShellConfigurationSearchEvent
Instantiates a newSearchEventobject in order to search all the storedBOCrewShellConfigurationobjects.- Parameters:
page- thePageobject that will contain the paginated result
-
CrewShellConfigurationSearchEvent
public CrewShellConfigurationSearchEvent()Instantiates a newSearchEventobject in order to search all the storedBOCrewShellConfigurationobjects.
-