Uses of Class
overit.geocallapp.wfm.core.bl.schedule.intervention.appointment.BOAppointment
Packages that use BOAppointment
Package
Description
-
Uses of BOAppointment in overit.geocallapp.wfm.booking.bl.appointment.task
Methods in overit.geocallapp.wfm.booking.bl.appointment.task that return BOAppointmentModifier and TypeMethodDescriptionprotected BOAppointmentBTAppointmentPropose.loadExistingTemporaryAppointment(Long id, PoolKit poolKit) -
Uses of BOAppointment in overit.geocallapp.wfm.core.bl.bundler
Methods in overit.geocallapp.wfm.core.bl.bundler that return BOAppointmentModifier and TypeMethodDescriptionBundleEntitiesAggregate.getAppointmentByWorkOrderOperation(Long woOperationId) Returns theBOAppointmentrelated to the givenBOWorkOrderOperationid.Methods in overit.geocallapp.wfm.core.bl.bundler that return types with arguments of type BOAppointmentModifier and TypeMethodDescriptionBundleEntitiesAggregate.getAppointments()Returns the list ofBOAppointmentthat are related to the bundle'sBOWorkOrderOperations. -
Uses of BOAppointment in overit.geocallapp.wfm.core.bl.schedule.intervention
Methods in overit.geocallapp.wfm.core.bl.schedule.intervention that return BOAppointmentModifier and TypeMethodDescriptionIntervention.getAppointment()Returns the intervention appointment.Methods in overit.geocallapp.wfm.core.bl.schedule.intervention with parameters of type BOAppointmentModifier and TypeMethodDescriptionvoidIntervention.setAppointment(BOAppointment appointment) Sets the intervention appointment. -
Uses of BOAppointment in overit.geocallapp.wfm.core.bl.schedule.intervention.appointment
Methods in overit.geocallapp.wfm.core.bl.schedule.intervention.appointment with parameters of type BOAppointmentModifier and TypeMethodDescriptionstatic DateAppointmentUtil.getEndAppointment(BOAppointment appointment) Returns the end date of the given appointment.static DateAppointmentUtil.getStartAppointment(BOAppointment appointment) Returns the start date of the given appointment. -
Uses of BOAppointment in overit.geocallapp.wfm.core.bl.schedule.intervention.appointment.event
Constructors in overit.geocallapp.wfm.core.bl.schedule.intervention.appointment.event with parameters of type BOAppointmentModifierConstructorDescriptionInstantiates a new appointment insert event.AppointmentUpdateEvent(BOAppointment appointment) Instantiates a new appointment update event. -
Uses of BOAppointment in overit.geocallapp.wfm.core.bl.workorder.audit.task
Methods in overit.geocallapp.wfm.core.bl.workorder.audit.task with parameters of type BOAppointmentModifier and TypeMethodDescriptionprotected DBViewBTWorkOrderInterventionPlanningSave.getAppointmentInterventions(BOAppointment appointment, PoolKit poolKit) Retrieve all the interventions related to the appointment passed as input.