Uses of Class
overit.geocallapp.wfm.core.bl.timesheet.warning.BOWarning
Packages that use BOWarning
Package
Description
-
Uses of BOWarning in overit.geocallapp.wfm.core.bl.timesheet
Fields in overit.geocallapp.wfm.core.bl.timesheet with type parameters of type BOWarningMethods in overit.geocallapp.wfm.core.bl.timesheet that return BOWarningMethods in overit.geocallapp.wfm.core.bl.timesheet that return types with arguments of type BOWarningModifier and TypeMethodDescriptionTimesheet.getWarnings()Timesheet.getWarningsByTask(Long taskId) TimesheetEntitiesAggregate.isBlockingWarning()Method parameters in overit.geocallapp.wfm.core.bl.timesheet with type arguments of type BOWarning -
Uses of BOWarning in overit.geocallapp.wfm.core.bl.timesheet.task
Fields in overit.geocallapp.wfm.core.bl.timesheet.task with type parameters of type BOWarningMethods in overit.geocallapp.wfm.core.bl.timesheet.task that return types with arguments of type BOWarningModifier and TypeMethodDescriptionBTTimesheetLoad.loadWarnings(Long timesheetId, PoolKit poolKit) Loads all the warning associated to the timesheet's tasks and shifts.BTTimesheetSearch.loadWarnings(Long id, PoolKit poolKit) Loads all the warning associated to the timesheet's tasks and shifts.Methods in overit.geocallapp.wfm.core.bl.timesheet.task with parameters of type BOWarningModifier and TypeMethodDescriptionprotected booleanBTTimesheetWarningsCalculate.checkWarningDuplication(BOWarning warning, PoolKit poolKit) It checks if a warning with the same information as the one given as input already exists.protected voidBTTimesheetWarningsCalculate.insertWarning(BOWarning warning, PoolKit poolKit) If the givenBOWarningdoes not yet exists, it calls theWarningInsertEventto perform the insert of the warning. -
Uses of BOWarning in overit.geocallapp.wfm.core.bl.timesheet.warning
Methods in overit.geocallapp.wfm.core.bl.timesheet.warning with parameters of type BOWarning -
Uses of BOWarning in overit.geocallapp.wfm.core.bl.timesheet.warning.event
Constructors in overit.geocallapp.wfm.core.bl.timesheet.warning.event with parameters of type BOWarningModifierConstructorDescriptionWarningInsertEvent(BOWarning input) Instantiates a new warning insert event.Instantiates a new warning update event. -
Uses of BOWarning in overit.geocallapp.wfm.core.ux.timesheet.search.detail
Methods in overit.geocallapp.wfm.core.ux.timesheet.search.detail that return types with arguments of type BOWarningModifier and TypeMethodDescriptionTimesheetShiftView.getShiftWarnings()TimesheetWorkShiftView.getShiftWarnings()Method parameters in overit.geocallapp.wfm.core.ux.timesheet.search.detail with type arguments of type BOWarningModifier and TypeMethodDescriptionprotected StringTimesheetDetail.getWarningTooltip(List<BOWarning> warnings)