Uses of Class
overit.geocallapp.wfm.scheduling.bl.appointment.BOAppointment
Packages that use BOAppointment
Package
Description
-
Uses of BOAppointment in overit.geocallapp.wfm.cee.bl.task
Methods in overit.geocallapp.wfm.cee.bl.task with parameters of type BOAppointmentModifier and TypeMethodDescriptionprotected voidBTBookingActionNotification.notifyInsert(BOAppointment appointment, PoolKit poolKit) protected voidBTPlanningActionNotification.notifyInsert(BOAppointment appointment, PoolKit poolKit) Method parameters in overit.geocallapp.wfm.cee.bl.task with type arguments of type BOAppointmentModifier and TypeMethodDescriptionprotected voidBTAppointmentCreation.createCeeIntervention(AppointmentNotificationInput<BOAppointment> notificationInput, InterventionApi api, PoolKit pk) -
Uses of BOAppointment in overit.geocallapp.wfm.core.bl.timesheet.notification.task
Methods in overit.geocallapp.wfm.core.bl.timesheet.notification.task that return BOAppointmentModifier and TypeMethodDescriptionprotected BOAppointmentBTTimesheetAgendaResourceNotification.loadAppointment(Long appointmentId, PoolKit poolKit) -
Uses of BOAppointment in overit.geocallapp.wfm.core.ux.schedule.dailyplan
Methods in overit.geocallapp.wfm.core.ux.schedule.dailyplan that return BOAppointmentModifier and TypeMethodDescriptionDailyPlanBundleCache.getAppointmentByWorkOrderOperation(Long workOrderOperationId) Finds an appointment by its associated work order operation ID.Methods in overit.geocallapp.wfm.core.ux.schedule.dailyplan that return types with arguments of type BOAppointmentModifier and TypeMethodDescriptionDailyPlanBundleCache.getAppointments()Returns all appointments in the cache. -
Uses of BOAppointment in overit.geocallapp.wfm.core.ux.schedule.dailyplan.task
Methods in overit.geocallapp.wfm.core.ux.schedule.dailyplan.task that return types with arguments of type BOAppointmentModifier and TypeMethodDescriptionprotected Collection<BOAppointment> BTDailyPlanBundleCacheInitialize.loadAppointments(Collection<Long> bundleOperationIds, PoolKit poolKit) Loads appointments for the specified bundle operation IDs. -
Uses of BOAppointment in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityassignment.task
Methods in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityassignment.task that return BOAppointmentMethods in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityassignment.task with parameters of type BOAppointmentModifier and TypeMethodDescriptionprotected voidBTBaseActivityManualAssignment.notifyInsert(BOAppointment appointment, PoolKit poolKit) voidManualAssignmentContext.setAppointment(BOAppointment appointment) Sets the appointment. -
Uses of BOAppointment in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityremoval.task
Methods in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityremoval.task that return BOAppointmentMethods in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityremoval.task with parameters of type BOAppointmentModifier and TypeMethodDescriptionvoidManualRemovalContext.setAppointment(BOAppointment appointment) Sets the appointment. -
Uses of BOAppointment in overit.geocallapp.wfm.orchestrator.scheduling.bl.appointment.task
Methods in overit.geocallapp.wfm.orchestrator.scheduling.bl.appointment.task that return types with arguments of type BOAppointmentModifier and TypeMethodDescriptionprotected List<BOAppointment> BTBundleAppointmentsUpdate.loadAppointments(List<Long> workOrderOperations, PoolKit poolKit) Loads theBOAppointments related to the given list ofBOWorkOrderOperationids.protected List<BOAppointment> BTBundleOperationAppointmentUpdate.loadAppointments(BOBundleOperation bundleOperation, BundleOperationNotificationAction action, PoolKit poolKit) Loads theBOAppointments related to the givenBOBundleOperation.Method parameters in overit.geocallapp.wfm.orchestrator.scheduling.bl.appointment.task with type arguments of type BOAppointmentModifier and TypeMethodDescriptionprotected voidBTBundleAppointmentsUpdate.alignAppointments(Bundle bundle, List<BOAppointment> appointments, PoolKit poolKit) Aligns the appointments related to the bundle with the ID of the related bundle operation.protected voidBTBundleOperationAppointmentUpdate.alignAppointments(BOBundleOperation bundleOperation, List<BOAppointment> appointments, PoolKit poolKit) Aligns the appointments related to the work order operation with the ID of the related bundle operation.protected voidBTBundleAppointmentsUpdate.unlinkAppointments(Bundle bundle, List<BOAppointment> appointments, PoolKit poolKit) Removes the link between aBOBundleOperationand each relatedBOAppointment.protected voidBTBundleOperationAppointmentUpdate.unlinkAppointments(BOBundleOperation bundleOperation, List<BOAppointment> appointments, PoolKit poolKit) Removes the link between aBOBundleOperationand each relatedBOAppointment. -
Uses of BOAppointment in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler that return types with arguments of type BOAppointmentModifier and TypeMethodDescriptionBundleEntitiesCache.getAppointments(Long workOrderOperation, PoolKit poolKit) Returns the list ofBOAppointmentrelated to the a list of work order operations.protected List<BOAppointment> BundleEntitiesCache.loadAppointments(List<Long> woOperationIds, PoolKit poolKit) Loads the list of all theBOAppointments related to the a list of work order operations. -
Uses of BOAppointment in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundle.task
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundle.task that return BOAppointmentModifier and TypeMethodDescriptionprotected BOAppointmentBTBundleLoadByAppointment.loadAppointment(Long appointmentId, PoolKit poolKit) Loads theBOAppointmentby the given id. -
Uses of BOAppointment in overit.geocallapp.wfm.orchestrator.workorders.bl.outcome.intervention.task
Fields in overit.geocallapp.wfm.orchestrator.workorders.bl.outcome.intervention.task declared as BOAppointmentMethods in overit.geocallapp.wfm.orchestrator.workorders.bl.outcome.intervention.task that return BOAppointmentModifier and TypeMethodDescriptionprotected BOAppointmentBTInterventionOutcomeSave.loadAppointment(Long appointment, PoolKit poolKit) Loads the appointment. -
Uses of BOAppointment in overit.geocallapp.wfm.scheduling.bl.appointment.event
Constructors in overit.geocallapp.wfm.scheduling.bl.appointment.event with parameters of type BOAppointmentModifierConstructorDescriptionInstantiates a new appointment insert eventAppointmentUpdateEvent(BOAppointment appointment) Instantiates a new appointment update event.Constructor parameters in overit.geocallapp.wfm.scheduling.bl.appointment.event with type arguments of type BOAppointmentModifierConstructorDescriptionInstantiates a new work shift notification event. -
Uses of BOAppointment in overit.geocallapp.wfm.scheduling.bl.appointment.task
Methods in overit.geocallapp.wfm.scheduling.bl.appointment.task with parameters of type BOAppointmentModifier and TypeMethodDescriptionprotected voidBTAppointmentInsert.completeAppointmentData(BOAppointment appointment) Complete the data of theBOAppointmentprotected voidBTAppointmentReset.resetUpdate(BOAppointment appointment, PoolKit poolKit) Method that reset and update the appointmentprotected voidBTAppointmentInsert.validate(BOAppointment appointment, PoolKit poolKit) Checks if the insertion is possible by performing some validations on the givenBOAppointment. -
Uses of BOAppointment in overit.geocallapp.wfm.scheduling.integration
Methods in overit.geocallapp.wfm.scheduling.integration that return BOAppointmentModifier and TypeMethodDescriptionSchedulingEventProvider.getAppointment(Long appointment) SchedulingProvider.getAppointment(Long appointmentId) Methods in overit.geocallapp.wfm.scheduling.integration that return types with arguments of type BOAppointmentModifier and TypeMethodDescriptionSchedulingEventProvider.searchAppointments(AppointmentSearchFilter filter) SchedulingProvider.searchAppointments(AppointmentSearchFilter filter) Methods in overit.geocallapp.wfm.scheduling.integration with parameters of type BOAppointmentModifier and TypeMethodDescriptionSchedulingEventProvider.insertAppointment(BOAppointment appointment) SchedulingProvider.insertAppointment(BOAppointment appointment) voidSchedulingEventProvider.updateAppointment(BOAppointment appointment) voidSchedulingProvider.updateAppointment(BOAppointment appointment) Method parameters in overit.geocallapp.wfm.scheduling.integration with type arguments of type BOAppointmentModifier and TypeMethodDescriptionvoidSchedulingEventProvider.notifyAppointment(AppointmentNotificationInput<BOAppointment> input) voidSchedulingProvider.notifyAppointment(AppointmentNotificationInput<BOAppointment> input)