Uses of Class
overit.geocallapp.wfm.core.bl.timesheet.timesheettask.evententity.BOEventEntity
Packages that use BOEventEntity
Package
Description
-
Uses of BOEventEntity in overit.geocallapp.wfm.core.bl.timesheet
Fields in overit.geocallapp.wfm.core.bl.timesheet with type parameters of type BOEventEntityMethods in overit.geocallapp.wfm.core.bl.timesheet that return BOEventEntityMethods in overit.geocallapp.wfm.core.bl.timesheet that return types with arguments of type BOEventEntityMethods in overit.geocallapp.wfm.core.bl.timesheet with parameters of type BOEventEntityModifier and TypeMethodDescriptionvoidTimesheet.addEventEntity(BOEventEntity toAdd) Timesheet.getTaskByEndEntity(Long category, Long eventType, BOEventEntity eventEntity) Finds the active task by the given category, end event type and end event entity.Timesheet.getTaskByStartEntity(Long category, Long eventType, BOEventEntity eventEntity) Finds the active task by the given category, start event type and start event entity.voidTimesheet.replaceEventEntity(BOEventEntity eventEntity) Method parameters in overit.geocallapp.wfm.core.bl.timesheet with type arguments of type BOEventEntityModifier and TypeMethodDescriptionvoidTimesheet.setEventEntities(List<BOEventEntity> eventEntities) -
Uses of BOEventEntity in overit.geocallapp.wfm.core.bl.timesheet.event
Methods in overit.geocallapp.wfm.core.bl.timesheet.event that return BOEventEntityModifier and TypeMethodDescriptionTimesheetAutomaticTaskInsertInput.getEndEventEntity()TimesheetAutomaticTaskUpdateInput.getEndEventEntity()TimesheetAutomaticTaskInsertInput.getStartEventEntity()Methods in overit.geocallapp.wfm.core.bl.timesheet.event with parameters of type BOEventEntityModifier and TypeMethodDescriptionvoidTimesheetAutomaticTaskInsertInput.setEndEventEntity(BOEventEntity endEventEntity) voidTimesheetAutomaticTaskUpdateInput.setEndEventEntity(BOEventEntity endEventEntity) voidTimesheetAutomaticTaskInsertInput.setStartEventEntity(BOEventEntity startEventEntity) -
Uses of BOEventEntity in overit.geocallapp.wfm.core.bl.timesheet.task
Methods in overit.geocallapp.wfm.core.bl.timesheet.task that return BOEventEntityModifier and TypeMethodDescriptionprotected BOEventEntityBTTimesheetTaskInsert.createEventEntity(Long intervention) protected BOEventEntityBTTimesheetTaskUpdate.createEventEntity(Long intervention) Create a newBOEventEntitythat refers to an intervention.protected BOEventEntityBTTimesheetAutomaticTaskUpdate.getEventEntity(Long eventEntityId, Timesheet timesheet, PoolKit poolKit) protected BOEventEntityBTTimesheetAutomaticTaskUpsert.loadEventEntity(Long eventEntityId, Timesheet timesheet, PoolKit poolKit) Methods in overit.geocallapp.wfm.core.bl.timesheet.task that return types with arguments of type BOEventEntityModifier and TypeMethodDescriptionprotected List<BOEventEntity> BTTimesheetAutomaticTaskCancel.loadEventEntities(TimesheetAutomaticTaskCancelInput input, PoolKit poolKit) protected List<BOEventEntity> BTTimesheetAutomaticTaskDurationUpdate.loadEventEntities(Long intervention, Long clocking, Long unavailability, PoolKit poolKit) protected List<BOEventEntity> BTTimesheetAutomaticTaskUpsert.loadEventEntities(Long intervention, Long clocking, Long unavailability, PoolKit poolKit) protected List<BOEventEntity> BTTimesheetLoad.loadEventEntities(Long timesheetId, PoolKit poolKit) Loads all the event entities associated to the timesheet's tasks.protected List<BOEventEntity> BTTimesheetSearch.loadEventEntities(Long timesheetId, PoolKit poolKit) Loads all the event entities associated to the timesheet's tasks.Methods in overit.geocallapp.wfm.core.bl.timesheet.task with parameters of type BOEventEntityModifier and TypeMethodDescriptionprotected DateBTTimesheetAutomaticTaskInsert.getTaskEndDate(TimesheetAutomaticTaskInsertInput input, TimesheetShiftCalculationOutput taskShift, BOEventEntity eventEntity, PoolKit poolKit) protected DateBTTimesheetAutomaticTaskInsert.getTaskStartDate(TimesheetAutomaticTaskInsertInput input, TimesheetShiftCalculationOutput taskShift, BOEventEntity eventEntity, PoolKit poolKit) protected LongBTTimesheetAutomaticTaskInsert.getUnavailabilityReason(TimesheetAutomaticTaskInsertInput input, BOEventEntity eventEntity, PoolKit poolKit) protected voidBTTimesheetAutomaticTaskInsert.insertEventEntity(BOEventEntity eventEntity, PoolKit poolKit) protected voidBTTimesheetAutomaticTaskUpdate.insertEventEntity(BOEventEntity eventEntity, Timesheet timesheet, PoolKit poolKit) protected LongBTTimesheetTaskInsert.insertEventEntity(BOEventEntity eventEntity, PoolKit poolKit) protected LongBTTimesheetTaskUpdate.insertEventEntity(BOEventEntity eventEntity, PoolKit poolKit) Inserts theBOEventEntityin the repository.protected booleanBTTimesheetAutomaticTaskInsert.isDailyAbsence(TimesheetAutomaticTaskInsertInput input, BOEventEntity eventEntity, PoolKit poolKit) protected booleanBTTimesheetAutomaticTaskUpdate.isDailyAbsence(TimesheetAutomaticTaskUpdateInput input, BOEventEntity eventEntity, PoolKit poolKit) protected voidBTTimesheetTaskUpdate.updateEventEntity(BOEventEntity eventEntity, PoolKit poolKit) Updates theBOEventEntityin the repository.BTTimesheetAutomaticTaskUpsert.updateTaskEndDate(Timesheet timesheet, BOTask task, Date endDate, Long endEventType, BOEventEntity endEventEntity, TimesheetTaskEventCache cache, PoolKit poolKit) -
Uses of BOEventEntity in overit.geocallapp.wfm.core.bl.timesheet.timesheettask.evententity
Methods in overit.geocallapp.wfm.core.bl.timesheet.timesheettask.evententity with parameters of type BOEventEntityModifier and TypeMethodDescriptionbooleanBOEventEntity.isSameEventEntity(BOEventEntity eventEntity) -
Uses of BOEventEntity in overit.geocallapp.wfm.core.bl.timesheet.timesheettask.evententity.event
Constructors in overit.geocallapp.wfm.core.bl.timesheet.timesheettask.evententity.event with parameters of type BOEventEntityModifierConstructorDescriptionInstantiates a new event entity insert event.Instantiates a new event entity update event.