Uses of Class
overit.geocallapp.wfm.core.bl.timesheet.event.TimesheetTaskEventCache
Packages that use TimesheetTaskEventCache
Package
Description
-
Uses of TimesheetTaskEventCache in overit.geocallapp.wfm.core.bl.timesheet.event
Methods in overit.geocallapp.wfm.core.bl.timesheet.event that return TimesheetTaskEventCacheModifier and TypeMethodDescriptionTimesheetAutomaticTaskCancelInput.getCache()Returns the timesheet task event cache.TimesheetAutomaticTaskDurationUpdateInput.getCache()Returns the timesheet task event cache.TimesheetAutomaticTaskInsertInput.getCache()Returns the timesheet task event cache.TimesheetAutomaticTaskUpdateInput.getCache()Returns the timesheet task event cache.TimesheetAutomaticTaskUpsertInput.getCache()Returns the timesheet task event cache.TimesheetShiftCalculationInput.getCache()Returns the timesheet task event cache.TimesheetTaskCancelInput.getCache()Returns the timesheet task event cache.Methods in overit.geocallapp.wfm.core.bl.timesheet.event with parameters of type TimesheetTaskEventCacheModifier and TypeMethodDescriptionvoidTimesheetAutomaticTaskCancelInput.setCache(TimesheetTaskEventCache cache) Sets the timesheet task event cache.voidTimesheetAutomaticTaskDurationUpdateInput.setCache(TimesheetTaskEventCache cache) Sets the timesheet task event cache.voidTimesheetAutomaticTaskInsertInput.setCache(TimesheetTaskEventCache cache) Sets the timesheet task event cache.voidTimesheetAutomaticTaskUpdateInput.setCache(TimesheetTaskEventCache cache) Sets the timesheet task event cache.voidTimesheetAutomaticTaskUpsertInput.setCache(TimesheetTaskEventCache cache) Sets the timesheet task event cache.voidTimesheetShiftCalculationInput.setCache(TimesheetTaskEventCache cache) Sets the timesheet task event cache.voidTimesheetTaskCancelInput.setCache(TimesheetTaskEventCache cache) Sets the timesheet task event cache. -
Uses of TimesheetTaskEventCache in overit.geocallapp.wfm.core.bl.timesheet.task
Methods in overit.geocallapp.wfm.core.bl.timesheet.task with parameters of type TimesheetTaskEventCacheModifier and TypeMethodDescriptionprotected LongBTTimesheetAutomaticTaskCancel.cancelTask(BOTask task, TimesheetPermissionCheck permissionCheck, TimesheetTaskEventCache cache, PoolKit poolKit) protected voidBTTimesheetShiftCalculation.completeShiftIds(List<TimesheetShiftCalculationOutput> intervals, Long user, Date timesheetStartDate, Date timesheetEndDate, TimesheetTaskEventCache cache, PoolKit poolKit) Calculates the shift id for intervals that don't have it.protected TimesheetBTTimesheetAutomaticTaskInsert.getTimesheet(Long user, Date referenceDate, TimesheetTaskEventCache cache, PoolKit poolKit) protected booleanBTTimesheetShiftCalculation.isTimesheetShift(Long shiftId, Date timesheetStartDate, Date timesheetEndDate, TimesheetTaskEventCache cache, PoolKit poolKit) protected BOTaskCategoryEventTypeBTTimesheetAutomaticTaskUpsert.loadTaskCategoryEventTypeByEndEvent(TimesheetTaskEventCache cache, Long eventType, PoolKit poolKit) protected BOTaskCategoryEventTypeBTTimesheetAutomaticTaskUpsert.loadTaskCategoryEventTypeByStartEvent(TimesheetTaskEventCache cache, Long eventType, PoolKit poolKit) protected TimesheetBTTimesheetAutomaticTaskCancel.loadTimesheet(TimesheetTaskEventCache cache, Long timesheetId, PoolKit poolKit) protected TimesheetBTTimesheetAutomaticTaskDurationUpdate.loadTimesheet(TimesheetTaskEventCache cache, Long timesheetId, PoolKit poolKit) protected TimesheetBTTimesheetAutomaticTaskUpsert.loadTimesheet(TimesheetTaskEventCache cache, Long timesheetId, PoolKit poolKit) protected voidBTTimesheetAutomaticTaskInsert.updateLinkedTasks(List<BOTask> tasks, TimesheetTaskEventCache cache, PoolKit poolKit) BTTimesheetAutomaticTaskUpsert.updateTaskEndDate(Timesheet timesheet, BOTask task, Date endDate, Long endEventType, BOEventEntity endEventEntity, TimesheetTaskEventCache cache, PoolKit poolKit) BTTimesheetAutomaticTaskDurationUpdate.updateTasksDuration(List<BOTask> tasks, long currentDuration, long newDuration, TimesheetTaskEventCache cache, PoolKit poolKit) BTTimesheetAutomaticTaskUpsert.updateTaskStartDate(Timesheet timesheet, BOTask task, Date startDate, TimesheetTaskEventCache cache, PoolKit poolKit) protected voidBTTimesheetTaskCancel.validateData(BOTask task, Timesheet timesheet, TimesheetPermissionCheck permissionCheck, TimesheetTaskEventCache cache, PoolKit poolKit)