Class TimesheetSearchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<PageResponse<Timesheet>>
overit.geocall.bl.BusinessEvent<PageResponse<Timesheet>>
overit.geocall.bl.SearchEvent<TimesheetSearchFilter,Timesheet>
overit.geocallapp.wfm.core.bl.timesheet.event.TimesheetSearchEvent
Event to search a list of
The launcher must provide a valid
The listener searches all the
Timesheet. The launcher must provide a valid
TimesheetSearchFilter in order to successfully call this event. The listener searches all the
Timesheet components starting from the event input,
i.e. the given TimesheetSearchFilter. - Since:
- 9.2
- GCApi:
- event
- Reactors:
- No Spouts
BTTimesheetSearch(0)-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.bl.GenericEvent
GenericEvent.Step<O> -
Field Summary
FieldsFields inherited from class overit.geocall.bl.SearchEvent
filter, order, pageFields inherited from class overit.geocall.bl.GenericEvent
executorService, journal, streamJournal -
Constructor Summary
ConstructorsConstructorDescriptionTimesheetSearchEvent(Page page, TimesheetSearchFilter filter) Instantiates a new timesheet search event.Instantiates a new timesheet 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
-
Field Details
-
searchFilter
-
-
Constructor Details
-
TimesheetSearchEvent
Instantiates a new timesheet search event.- Parameters:
page- the page that will contain the paginated resultfilter- the given filter
-
TimesheetSearchEvent
Instantiates a new timesheet search event.- Parameters:
filter- the given filter
-