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