Class TimesheetEntitiesAggregateLoadEvent
java.lang.Object
overit.geocall.bl.GenericEvent<TimesheetEntitiesAggregate>
overit.geocall.bl.BusinessEvent<TimesheetEntitiesAggregate>
overit.geocall.bl.SimpleBusinessEvent<Timesheet,TimesheetEntitiesAggregate>
overit.geocallapp.wfm.core.bl.timesheet.event.TimesheetEntitiesAggregateLoadEvent
public class TimesheetEntitiesAggregateLoadEvent
extends SimpleBusinessEvent<Timesheet,TimesheetEntitiesAggregate>
Event to load a
The launcher must provide a valid timesheet in order to successfully call this event.
The listener loads all the
TimesheetEntitiesAggregate. The launcher must provide a valid timesheet in order to successfully call this event.
The listener loads all the
TimesheetEntitiesAggregate informations starting from the event input, i.e. the given timesheet. - Since:
- 9.2
- GCApi:
- event
- Reactors:
- No Spouts
BTTimesheetEntitiesAggregateLoad(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.SimpleBusinessEvent
inputFields inherited from class overit.geocall.bl.GenericEvent
executorService, journal, streamJournal -
Constructor Summary
ConstructorsConstructorDescriptionTimesheetEntitiesAggregateLoadEvent(Timesheet timesheet) Instantiates a new timesheet entities aggregate load event. -
Method Summary
Methods inherited from class overit.geocall.bl.SimpleBusinessEvent
getInputMethods 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
-
cache
-
-
Constructor Details
-
TimesheetEntitiesAggregateLoadEvent
Instantiates a new timesheet entities aggregate load event.- Parameters:
timesheet- the timesheet
-
-
Method Details
-
getCache
-
setCache
-