Class AllocateTechnicianSearchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<PageResponse<BOSchedulingUser>>
overit.geocall.bl.BusinessEvent<PageResponse<BOSchedulingUser>>
overit.geocall.bl.SearchEvent<AllocateTechnicianSearchFilter,BOSchedulingUser>
overit.geocallapp.wfm.core.bl.crewshell.composition.draft.allocate.event.AllocateTechnicianSearchEvent
public class AllocateTechnicianSearchEvent
extends SearchEvent<AllocateTechnicianSearchFilter,BOSchedulingUser>
Event to search
The launcher must provide a valid
BOSchedulingUser objects having at least one BOCrewShell object's missing skill. The launcher must provide a valid
AllocateTechnicianSearchFilter object in order to successfully call this
event. - Since:
- 16.0
- GCApi:
- event
- No Reactors
- No Spouts
-
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
ConstructorsConstructorDescriptionAllocateTechnicianSearchEvent(Page page, AllocateTechnicianSearchFilter filter) Instantiates a newSearchEventobject in order to search all the storedBOSchedulingUserobjects having at least oneBOCrewShellobject's missing skill.Instantiates a newSearchEventobject in order to search all the storedBOSchedulingUserobjects having at least oneBOCrewShellobject's missing skill. -
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
-
AllocateTechnicianSearchEvent
Instantiates a newSearchEventobject in order to search all the storedBOSchedulingUserobjects having at least oneBOCrewShellobject's missing skill.- Parameters:
page- thePageobject that will contain the paginated resultfilter- theAllocateTechnicianSearchFilterobject representing the filters that will be applied to the search
-
AllocateTechnicianSearchEvent
Instantiates a newSearchEventobject in order to search all the storedBOSchedulingUserobjects having at least oneBOCrewShellobject's missing skill.- Parameters:
filter- theAllocateTechnicianSearchFilterobject representing the filters that will be applied to the search
-