Uses of Class
overit.geocallapp.wfm.core.bl.timesheet.event.TimesheetAutomaticTaskUpsertInput
Packages that use TimesheetAutomaticTaskUpsertInput
Package
Description
-
Uses of TimesheetAutomaticTaskUpsertInput in overit.geocallapp.wfm.core.bl.timesheet.event
Constructors in overit.geocallapp.wfm.core.bl.timesheet.event with parameters of type TimesheetAutomaticTaskUpsertInputModifierConstructorDescriptionInstantiates a new timesheet automatic task update/insert event. -
Uses of TimesheetAutomaticTaskUpsertInput in overit.geocallapp.wfm.core.bl.timesheet.task
Methods in overit.geocallapp.wfm.core.bl.timesheet.task with parameters of type TimesheetAutomaticTaskUpsertInputModifier and TypeMethodDescriptionBTTimesheetAutomaticTaskUpsert.insertTasksWithStartEvent(TimesheetAutomaticTaskUpsertInput input, PoolKit poolKit) BTTimesheetAutomaticTaskUpsert.loadTasksByEndEvent(Long endEventType, TimesheetAutomaticTaskUpsertInput input, PoolKit poolKit) BTTimesheetAutomaticTaskUpsert.loadTasksByStartEvent(Long startEventType, TimesheetAutomaticTaskUpsertInput input, PoolKit poolKit) BTTimesheetAutomaticTaskUpsert.updateTasksByEndEvent(TimesheetAutomaticTaskUpsertInput input, PoolKit poolKit) BTTimesheetAutomaticTaskUpsert.updateTasksByStartEvent(TimesheetAutomaticTaskUpsertInput input, PoolKit poolKit) protected voidBTTimesheetAutomaticTaskUpsert.updateTasksDuration(TimesheetAutomaticTaskUpsertInput input, PoolKit poolKit) BTTimesheetAutomaticTaskUpsert.updateTasksWithDifferentEventEntity(List<BOTask> tasksWithDifferentEventEntity, TimesheetAutomaticTaskUpsertInput input, PoolKit poolKit) BTTimesheetAutomaticTaskUpsert.updateTasksWithEndEvent(TimesheetAutomaticTaskUpsertInput input, PoolKit poolKit) BTTimesheetAutomaticTaskUpsert.updateTasksWithSameEventEntity(List<BOTask> tasksWithSameEventEntity, TimesheetAutomaticTaskUpsertInput input, PoolKit poolKit) BTTimesheetAutomaticTaskUpsert.upsertTasksByEndEvent(TimesheetAutomaticTaskUpsertInput input, PoolKit poolKit) BTTimesheetAutomaticTaskUpsert.upsertTasksByStartEvent(TimesheetAutomaticTaskUpsertInput input, PoolKit poolKit)