Uses of Class
overit.geocallapp.wfm.core.bl.timesheet.event.TimesheetAutomaticTaskUpdateInput
Packages that use TimesheetAutomaticTaskUpdateInput
Package
Description
-
Uses of TimesheetAutomaticTaskUpdateInput in overit.geocallapp.wfm.core.bl.timesheet.event
Constructors in overit.geocallapp.wfm.core.bl.timesheet.event with parameters of type TimesheetAutomaticTaskUpdateInputModifierConstructorDescriptionInstantiates a new timesheet automatic task update event. -
Uses of TimesheetAutomaticTaskUpdateInput in overit.geocallapp.wfm.core.bl.timesheet.task
Methods in overit.geocallapp.wfm.core.bl.timesheet.task with parameters of type TimesheetAutomaticTaskUpdateInputModifier and TypeMethodDescriptionprotected DateBTTimesheetAutomaticTaskUpdate.getTaskEndDate(TimesheetAutomaticTaskUpdateInput input, BOTask task, Timesheet timesheet, PoolKit poolKit) protected DateBTTimesheetAutomaticTaskUpdate.getTaskStartDate(TimesheetAutomaticTaskUpdateInput input, BOTask task, Timesheet timesheet, PoolKit poolKit) protected booleanBTTimesheetAutomaticTaskUpdate.isDailyAbsence(TimesheetAutomaticTaskUpdateInput input, BOEventEntity eventEntity, PoolKit poolKit) protected TimesheetBTTimesheetAutomaticTaskUpdate.loadTimesheet(TimesheetAutomaticTaskUpdateInput input, PoolKit poolKit) Loads theTimesheet.protected BOTaskBTTimesheetAutomaticTaskUpdate.prepareTaskData(TimesheetAutomaticTaskUpdateInput input, Timesheet timesheet, PoolKit poolKit) Prepares the task data for the update.protected voidBTTimesheetAutomaticTaskUpdate.updateTask(TimesheetAutomaticTaskUpdateInput input, Timesheet timesheet, PoolKit poolKit) Updates the automaticBOTask.protected voidBTTimesheetAutomaticTaskUpdate.validateData(TimesheetAutomaticTaskUpdateInput input, Timesheet timesheet, PoolKit poolKit) Validates the event's input data.