Class TeamShiftCompositionSearchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<PageResponse<TeamShiftComposition>>
overit.geocall.bl.BusinessEvent<PageResponse<TeamShiftComposition>>
overit.geocall.bl.SearchEvent<TeamShiftCompositionSearchFilter,TeamShiftComposition>
overit.geocallapp.wfm.core.bl.team.shift.event.TeamShiftCompositionSearchEvent
public class TeamShiftCompositionSearchEvent
extends SearchEvent<TeamShiftCompositionSearchFilter,TeamShiftComposition>
Event to search a list of
The launcher must provide a valid
CrewShellComposition objects. The launcher must provide a valid
TeamShiftCompositionSearchFilter object in order to successfully call this event. - Since:
- 16.0
- GCApi:
- event
- Reactors:
- No Spouts
BTTeamShiftCompositionSearch(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 new crew shell user search event.Instantiates a new crew shell user search event. -
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
-
TeamShiftCompositionSearchEvent
Instantiates a new crew shell user search event.- Parameters:
page- thePagethat will contain the paginated resultfilter-CrewShellUserSearchFilterthe set of filters that will be applied to the search
-
TeamShiftCompositionSearchEvent
Instantiates a new crew shell user search event.- Parameters:
filter-CrewShellUserSearchFilterthe set of filters that will be applied to the search
-