Uses of Class
overit.geocallapp.wfm.core.bl.timesheet.Timesheet
Packages that use Timesheet
Package
Description
-
Uses of Timesheet in overit.geocallapp.wfm.core.bl.timesheet
Fields in overit.geocallapp.wfm.core.bl.timesheet declared as TimesheetMethods in overit.geocallapp.wfm.core.bl.timesheet that return TimesheetMethods in overit.geocallapp.wfm.core.bl.timesheet with parameters of type TimesheetModifier and TypeMethodDescriptionstatic TimesheetEntitiesAggregateTimesheetEntitiesAggregate.createTimesheetEntitiesAggregate(Timesheet timesheet) voidTimesheetEntitiesAggregate.setTimesheet(Timesheet timesheet) -
Uses of Timesheet in overit.geocallapp.wfm.core.bl.timesheet.event
Methods in overit.geocallapp.wfm.core.bl.timesheet.event that return TimesheetModifier and TypeMethodDescriptionTimesheetActualDurationUpdateInput.getTimesheet()TimesheetShiftCalculationInput.getTimesheet()TimesheetTaskEventCache.getTimesheet(Long user, Date referenceDate) TimesheetTaskEventCache.getTimesheet(Long timesheet, PoolKit poolKit) TimesheetWarningsCalculateInput.getTimesheet()Methods in overit.geocallapp.wfm.core.bl.timesheet.event with parameters of type TimesheetModifier and TypeMethodDescriptionvoidTimesheetActualDurationUpdateInput.setTimesheet(Timesheet timesheet) voidTimesheetShiftCalculationInput.setTimesheet(Timesheet timesheet) voidTimesheetWarningsCalculateInput.setTimesheet(Timesheet timesheet) Constructors in overit.geocallapp.wfm.core.bl.timesheet.event with parameters of type TimesheetModifierConstructorDescriptionTimesheetEntitiesAggregateLoadEvent(Timesheet timesheet) Instantiates a new timesheet entities aggregate load event.Constructor parameters in overit.geocallapp.wfm.core.bl.timesheet.event with type arguments of type TimesheetModifierConstructorDescription -
Uses of Timesheet in overit.geocallapp.wfm.core.bl.timesheet.task
Methods in overit.geocallapp.wfm.core.bl.timesheet.task that return TimesheetModifier and TypeMethodDescriptionprotected TimesheetBTTimesheetAutomaticTaskInsert.getTimesheet(Long user, Date referenceDate, TimesheetTaskEventCache cache, PoolKit poolKit) protected TimesheetBTTimesheetTaskInsert.getTimesheet(Long timesheetId, Long user, Date referenceDate, PoolKit poolKit) protected TimesheetBTTimesheetAutomaticTaskCancel.loadTimesheet(TimesheetTaskEventCache cache, Long timesheetId, PoolKit poolKit) protected TimesheetBTTimesheetAutomaticTaskDurationUpdate.loadTimesheet(TimesheetTaskEventCache cache, Long timesheetId, PoolKit poolKit) protected TimesheetBTTimesheetAutomaticTaskUpdate.loadTimesheet(TimesheetAutomaticTaskUpdateInput input, PoolKit poolKit) Loads theTimesheet.protected TimesheetBTTimesheetAutomaticTaskUpsert.loadTimesheet(TimesheetTaskEventCache cache, Long timesheetId, PoolKit poolKit) protected TimesheetBTTimesheetClose.loadTimesheet(Long timesheetId, PoolKit poolKit) Loads theTimesheetfrom the given id.protected TimesheetBTTimesheetGapFill.loadTimesheet(Long timesheetId, PoolKit poolKit) Loads theTimesheetfrom the given id.protected TimesheetBTTimesheetReopen.loadTimesheet(Long timesheetId, PoolKit poolKit) Loads theTimesheetfrom the given id.protected TimesheetBTTimesheetTaskCancel.loadTimesheet(TimesheetTaskCancelInput input, Long timesheetId, PoolKit poolKit) Loads theTimesheetfrom the given id.protected TimesheetBTTimesheetTaskUpdate.loadTimesheet(TimesheetTaskUpdateInput input, PoolKit poolKit) Loads theTimesheet.protected TimesheetBTTimesheetValidate.loadTimesheet(Long timesheetId, PoolKit poolKit) Loads theTimesheetfrom the given id.Methods in overit.geocallapp.wfm.core.bl.timesheet.task that return types with arguments of type TimesheetModifier and TypeMethodDescriptionprotected PageResponse<Timesheet> BTTimesheetClosureForce.loadTimesheets(BOProfile profile, PoolKit poolKit) Methods in overit.geocallapp.wfm.core.bl.timesheet.task with parameters of type TimesheetModifier and TypeMethodDescriptionprotected voidBTTimesheetAutomaticTaskCancel.calculateDuration(Timesheet timesheet, PoolKit poolKit) protected voidBTTimesheetAutomaticTaskInsert.calculateDuration(Timesheet timesheet, PoolKit poolKit) protected voidBTTimesheetAutomaticTaskUpdate.calculateDuration(Timesheet timesheet, PoolKit poolKit) Calculates all the timesheet durations.protected voidBTTimesheetGapFill.calculateDuration(Timesheet timesheet, PoolKit poolKit) protected voidBTTimesheetTaskCancel.calculateDuration(Timesheet timesheet, PoolKit poolKit) Calculates the timesheet durations.protected voidBTTimesheetTaskInsert.calculateDuration(Timesheet timesheet, PoolKit poolKit) protected voidBTTimesheetTaskUpdate.calculateDuration(Timesheet timesheet, PoolKit poolKit) Calculates all the timesheet durations.protected List<TimesheetShiftCalculationOutput> BTTimesheetAutomaticTaskInsert.calculateTaskShifts(Timesheet timesheet, Date startDate, Date endDate, PoolKit poolKit) protected List<TimesheetShiftCalculationOutput> BTTimesheetAutomaticTaskUpsert.calculateTaskShifts(Timesheet timesheet, Date startDate, Date endDate, PoolKit poolKit) protected List<TimesheetShiftCalculationOutput> BTTimesheetTaskInsert.calculateTaskShifts(Timesheet timesheet, Date startDate, Date endDate, PoolKit poolKit) protected List<TimesheetShiftCalculationOutput> BTTimesheetTaskUpdate.calculateTaskShifts(Timesheet timesheet, Date startDate, Date endDate, PoolKit poolKit) protected voidBTTimesheetAutomaticTaskCancel.calculateWarnings(Timesheet timesheet, PoolKit poolKit) protected voidBTTimesheetAutomaticTaskDurationUpdate.calculateWarnings(Timesheet timesheet, PoolKit poolKit) protected voidBTTimesheetAutomaticTaskInsert.calculateWarnings(Timesheet timesheet, PoolKit poolKit) protected voidBTTimesheetAutomaticTaskUpdate.calculateWarnings(Timesheet timesheet, PoolKit poolKit) Calculates all the timesheet warnings.protected voidBTTimesheetGapFill.calculateWarnings(Timesheet timesheet, PoolKit poolKit) protected voidBTTimesheetTaskCancel.calculateWarnings(Timesheet timesheet, PoolKit poolKit) Calculates all the timesheet warnings.protected voidBTTimesheetTaskInsert.calculateWarnings(Timesheet timesheet, PoolKit poolKit) protected voidBTTimesheetTaskUpdate.calculateWarnings(Timesheet timesheet, PoolKit poolKit) Calculates all the timesheet warnings.protected voidBTTimesheetReopen.changeTimesheetState(Timesheet timesheet, PoolKit poolKit) Changes the timesheet state toBOTimesheetState.Values.OPEN.protected voidBTTimesheetValidate.changeTimesheetState(Timesheet timesheet, PoolKit poolKit) Changes the timesheet state toBOTimesheetState.Values.VALIDATED.protected voidBTTimesheetAutomaticTaskInsert.checkTimesheetState(Timesheet timesheet) Checks the timesheet state for this operation.protected voidBTTimesheetAutomaticTaskUpdate.checkTimesheetState(Timesheet timesheet) Checks the timesheet state for this operation.protected voidBTTimesheetReopen.checkTimesheetState(Timesheet timesheet) Checks the timesheet state for this operation.protected voidBTTimesheetTaskCancel.checkTimesheetState(Timesheet timesheet) Checks the timesheet state for this operation.protected voidBTTimesheetTaskInsert.checkTimesheetState(Timesheet timesheet) Checks the timesheet state for this operation.protected voidBTTimesheetTaskUpdate.checkTimesheetState(Timesheet timesheet) Checks the timesheet state for this operation.protected voidBTTimesheetValidate.checkTimesheetState(Timesheet timesheet) Checks the timesheet state for this operation.protected BOTaskBTTimesheetAutomaticTaskInsert.createTask(Timesheet timesheet, TimesheetAutomaticTaskInsertInput input, TimesheetShiftCalculationOutput taskShift, PoolKit poolKit) protected BOTaskBTTimesheetTaskInsert.createTask(Timesheet timesheet, TimesheetTaskInsertInput input, TimesheetShiftCalculationOutput taskShift, PoolKit poolKit) protected voidBTTimesheetWarningsCalculate.createWorkShiftWarning(Timesheet timesheet, Long warningType, BOWorkShift shift, PoolKit poolKit) Creates theBOWarningassociated to the givenTimesheetandBOWorkShiftwith the needed informations.protected voidBTTimesheetClosureForce.forceTimesheetClosure(Timesheet timesheet, PoolKit poolKit) protected BOEventEntityBTTimesheetAutomaticTaskUpdate.getEventEntity(Long eventEntityId, Timesheet timesheet, PoolKit poolKit) BTTimesheetActualDurationUpdate.getOldActualDurations(Timesheet timesheet) Returns the old actual duration of the tasks.protected DateBTTimesheetAutomaticTaskUpdate.getTaskEndDate(TimesheetAutomaticTaskUpdateInput input, BOTask task, Timesheet timesheet, PoolKit poolKit) protected DateBTTimesheetAutomaticTaskUpdate.getTaskStartDate(TimesheetAutomaticTaskUpdateInput input, BOTask task, Timesheet timesheet, PoolKit poolKit) protected voidBTTimesheetAutomaticTaskUpdate.insertEventEntity(BOEventEntity eventEntity, Timesheet timesheet, PoolKit poolKit) BTTimesheetGapFill.insertTask(Timesheet timesheet, Date startDate, Date endDate, BOTaskCategory gapFillerCategory, PoolKit poolKit) BTTimesheetAutomaticTaskInsert.insertTimesheetTasks(Timesheet timesheet, TimesheetAutomaticTaskInsertInput input, Date startDate, Date endDate, PoolKit poolKit) BTTimesheetTaskInsert.insertTimesheetTasks(Timesheet timesheet, TimesheetTaskInsertInput input, Date startDate, Date endDate, PoolKit poolKit) protected booleanBTTimesheetAutomaticTaskUpsert.isSameShift(Timesheet timesheet, BOTask task, Date startDate, Date endDate, PoolKit poolKit) protected booleanBTTimesheetTaskUpdate.isSameShift(Timesheet timesheet, BOTask task, Date startDate, Date endDate, PoolKit poolKit) protected TimesheetEntitiesAggregateBTTimesheetActualDurationUpdate.loadAggregate(Timesheet timesheet, PoolKit poolKit) It loads the timesheet aggregate object.protected TimesheetEntitiesAggregateBTTimesheetClose.loadAggregate(Timesheet timesheet, PoolKit poolKit) It loads the timesheet aggregate object.protected TimesheetEntitiesAggregateBTTimesheetGapFill.loadAggregate(Timesheet timesheet, PoolKit poolKit) It loads the timesheet aggregate object.protected TimesheetEntitiesAggregateBTTimesheetWarningsCalculate.loadAggregate(Timesheet timesheet, PoolKit poolKit) It loads the timesheet aggregate object.protected BOEventEntityBTTimesheetAutomaticTaskUpsert.loadEventEntity(Long eventEntityId, Timesheet timesheet, PoolKit poolKit) protected List<BOOnCallShift> BTTimesheetEntitiesAggregateLoad.loadOnCallShifts(Timesheet timesheet, PoolKit poolKit) protected List<BOWorkShift> BTTimesheetEntitiesAggregateLoad.loadShifts(Timesheet timesheet, PoolKit poolKit) protected LongBTTimesheetAutomaticTaskCancel.modifyTask(BOTask task, Timesheet timesheet, PoolKit poolKit) protected BOTaskBTTimesheetAutomaticTaskUpdate.prepareTaskData(TimesheetAutomaticTaskUpdateInput input, Timesheet timesheet, PoolKit poolKit) Prepares the task data for the update.protected voidBTTimesheetActualDurationUpdate.resetActualDuration(Timesheet timesheet) Reset actual duration for all timesheet tasks.protected voidBTTimesheetAutomaticTaskUpdate.updateTask(TimesheetAutomaticTaskUpdateInput input, Timesheet timesheet, PoolKit poolKit) Updates the automaticBOTask.protected voidBTTimesheetTaskUpdate.updateTask(TimesheetTaskUpdateInput input, Timesheet timesheet, BOTask task, PoolKit poolKit) Updates theBOTask.BTTimesheetAutomaticTaskUpsert.updateTaskEndDate(Timesheet timesheet, BOTask task, Date endDate, Long endEventType, BOEventEntity endEventEntity, TimesheetTaskEventCache cache, PoolKit poolKit) protected voidBTTimesheetActualDurationUpdate.updateTasks(Timesheet timesheet, Map<Long, Long> oldActualDurations, PoolKit poolKit) Updates the timesheet tasks.BTTimesheetAutomaticTaskUpsert.updateTaskStartDate(Timesheet timesheet, BOTask task, Date startDate, TimesheetTaskEventCache cache, PoolKit poolKit) protected LongBTTimesheetTaskUpdate.upsertEventEntity(TimesheetTaskUpdateInput input, Timesheet timesheet, BOTask task, PoolKit poolKit) Insert or update theBOEventEntityrelated to the task.protected voidBTTimesheetAutomaticTaskUpdate.validateData(TimesheetAutomaticTaskUpdateInput input, Timesheet timesheet, PoolKit poolKit) Validates the event's input data.protected voidBTTimesheetTaskCancel.validateData(BOTask task, Timesheet timesheet, TimesheetPermissionCheck permissionCheck, TimesheetTaskEventCache cache, PoolKit poolKit) protected voidBTTimesheetTaskInsert.validateData(TimesheetTaskInsertInput input, Timesheet timesheet, PoolKit poolKit) protected voidBTTimesheetTaskUpdate.validateData(TimesheetTaskUpdateInput input, Timesheet timesheet, PoolKit poolKit) Validates the event's input data.Method parameters in overit.geocallapp.wfm.core.bl.timesheet.task with type arguments of type TimesheetModifier and TypeMethodDescriptionprotected TimeZoneBTTimesheetTimeZoneResolver.resolveTimeZone(TimeZoneResolverInput<Timesheet> input, PoolKit poolKit) -
Uses of Timesheet in overit.geocallapp.wfm.core.ux.timesheet.search
Method parameters in overit.geocallapp.wfm.core.ux.timesheet.search with type arguments of type TimesheetModifier and TypeMethodDescriptionprotected voidServerTableViewTimesheet.completeDBViewData(DBView timesheetDBView, List<Timesheet> timesheets) -
Uses of Timesheet in overit.geocallapp.wfm.core.ux.timesheet.search.taskmanagement
Fields in overit.geocallapp.wfm.core.ux.timesheet.search.taskmanagement declared as TimesheetMethods in overit.geocallapp.wfm.core.ux.timesheet.search.taskmanagement with parameters of type Timesheet -
Uses of Timesheet in overit.geocallapp.wfm.mobile.core.rs3.timesheet
Methods in overit.geocallapp.wfm.mobile.core.rs3.timesheet with parameters of type TimesheetModifier and TypeMethodDescriptionprotected DTOMobileTimesheetTaskMobileTimesheetService.buildMobileTimesheetTasks(BOTask task, Timesheet timesheet, M2Mapper mapper)