Uses of Class
overit.geocallapp.wfm.orchestrator.scheduling.integration.SchedulingIntegrationService
Packages that use SchedulingIntegrationService
Package
Description
-
Uses of SchedulingIntegrationService in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityassignment.task
Methods in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityassignment.task that return SchedulingIntegrationServiceModifier and TypeMethodDescriptionprotected SchedulingIntegrationServiceBTAgendaAlignFromScheduling.getIntegrationService(PoolKit poolKit) protected SchedulingIntegrationServiceBTBaseActivityManualAssignment.getIntegrationService(PoolKit poolKit) protected SchedulingIntegrationServiceBTSchedulingCoordinatesPathCalculation.getIntegrationService(PoolKit poolKit) protected SchedulingIntegrationServiceBTUpdateStatusManualScheduling.getIntegrationService(PoolKit poolKit) protected SchedulingIntegrationServiceBTWorkShiftTourDataCalculator.getIntegrationService(PoolKit poolKit) -
Uses of SchedulingIntegrationService in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityremoval.task
Methods in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityremoval.task that return SchedulingIntegrationServiceModifier and TypeMethodDescriptionprotected SchedulingIntegrationServiceBTActivityRemoval.getIntegrationService(PoolKit poolKit) protected SchedulingIntegrationServiceBTUpdateStatusRemovalScheduling.getIntegrationService(PoolKit poolKit) -
Uses of SchedulingIntegrationService in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityvalidation.task
Methods in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityvalidation.task that return SchedulingIntegrationServiceModifier and TypeMethodDescriptionprotected SchedulingIntegrationServiceBTWorkShiftActivityValidation.getIntegrationService(PoolKit poolKit) -
Uses of SchedulingIntegrationService in overit.geocallapp.wfm.orchestrator.scheduling.bl.appointment.task
Methods in overit.geocallapp.wfm.orchestrator.scheduling.bl.appointment.task that return SchedulingIntegrationServiceModifier and TypeMethodDescriptionprotected SchedulingIntegrationServiceBTBundleAppointmentsUpdate.getIntegrationService(PoolKit poolKit) Retrieves theSchedulingIntegrationServiceinstance.protected SchedulingIntegrationServiceBTBundleOperationAppointmentUpdate.getIntegrationService(PoolKit poolKit) Retrieves theSchedulingIntegrationServiceinstance. -
Uses of SchedulingIntegrationService in overit.geocallapp.wfm.orchestrator.scheduling.bl.immediatescheduling.teamexclusion.task
Fields in overit.geocallapp.wfm.orchestrator.scheduling.bl.immediatescheduling.teamexclusion.task declared as SchedulingIntegrationServiceModifier and TypeFieldDescriptionprotected SchedulingIntegrationServiceBTImmediateSchedulingTeamExclusion.integrationServiceMethods in overit.geocallapp.wfm.orchestrator.scheduling.bl.immediatescheduling.teamexclusion.task that return SchedulingIntegrationServiceModifier and TypeMethodDescriptionprotected SchedulingIntegrationServiceBTImmediateSchedulingTeamExclusion.getIntegrationService(PoolKit poolKit) Returns theSchedulingIntegrationServiceused to access other domains. -
Uses of SchedulingIntegrationService in overit.geocallapp.wfm.orchestrator.scheduling.bl.immediatescheduling.woexclusion.task
Methods in overit.geocallapp.wfm.orchestrator.scheduling.bl.immediatescheduling.woexclusion.task that return SchedulingIntegrationServiceModifier and TypeMethodDescriptionprotected SchedulingIntegrationServiceBTImmediateSchedulingWorkOrderExclusion.getIntegrationService(PoolKit poolKit) Gets the SchedulingIntegrationService instance. -
Uses of SchedulingIntegrationService in overit.geocallapp.wfm.orchestrator.scheduling.bl.immediatescheduling.workorder.task
Methods in overit.geocallapp.wfm.orchestrator.scheduling.bl.immediatescheduling.workorder.task that return SchedulingIntegrationServiceModifier and TypeMethodDescriptionprotected SchedulingIntegrationServiceBTImmediateSchedulingWorkOrderAlign.getIntegrationService(PoolKit poolKit) -
Uses of SchedulingIntegrationService in overit.geocallapp.wfm.orchestrator.scheduling.bl.outcome.task
Methods in overit.geocallapp.wfm.orchestrator.scheduling.bl.outcome.task that return SchedulingIntegrationServiceModifier and TypeMethodDescriptionprotected SchedulingIntegrationServiceBTSchedulingOnInterventionOutcomeNotification.getIntegrationService(PoolKit poolKit) Returns the integration service. -
Uses of SchedulingIntegrationService in overit.geocallapp.wfm.orchestrator.scheduling.bl.planningactionhistory.task
Methods in overit.geocallapp.wfm.orchestrator.scheduling.bl.planningactionhistory.task that return SchedulingIntegrationServiceModifier and TypeMethodDescriptionprotected SchedulingIntegrationServiceBTPlanningActionHistorySave.getIntegrationService(PoolKit poolKit) -
Uses of SchedulingIntegrationService in overit.geocallapp.wfm.orchestrator.scheduling.bl.schedulingteam
Methods in overit.geocallapp.wfm.orchestrator.scheduling.bl.schedulingteam that return SchedulingIntegrationServiceModifier and TypeMethodDescriptionprotected SchedulingIntegrationServiceSchedulingTeam.getIntegrationService()protected SchedulingIntegrationServiceSchedulingTeamResource.getIntegrationService() -
Uses of SchedulingIntegrationService in overit.geocallapp.wfm.orchestrator.scheduling.integration
Subclasses of SchedulingIntegrationService in overit.geocallapp.wfm.orchestrator.scheduling.integrationModifier and TypeClassDescriptionclassIntegration Service based on events' mechanism.Methods in overit.geocallapp.wfm.orchestrator.scheduling.integration that return SchedulingIntegrationServiceModifier and TypeMethodDescriptionstatic SchedulingIntegrationServiceSchedulingIntegrationService.makeInstance(PoolKit poolKit) -
Uses of SchedulingIntegrationService in overit.geocallapp.wfm.orchestrator.scheduling.utils
Methods in overit.geocallapp.wfm.orchestrator.scheduling.utils with parameters of type SchedulingIntegrationServiceModifier and TypeMethodDescriptionstatic org.locationtech.jts.geom.CoordinateSchedulingUtils.getAddressCoordinate(SchedulingIntegrationService service, Long addressId, boolean isStart) Returns the address coordinates starting from an address idstatic org.locationtech.jts.geom.CoordinateSchedulingUtils.getCoordianteFromTeamAddress(SchedulingIntegrationService service, SchedulingTeamResource resource, boolean isStartPoint) Return the start or endCoordinatestarting from the team configurationstatic org.locationtech.jts.geom.CoordinateSchedulingUtils.getCoordinateFromWorkshiftAddress(SchedulingIntegrationService service, SchedulingTeamResource resource, boolean isStartPoint) Return the start or endCoordinatestarting from the work shift configurationstatic List<BOScheduling> SchedulingUtils.loadSchedulingFromWorkShift(SchedulingIntegrationService integrationService, Long workShiftId, PoolKit poolKit) This method loads the scheduling starting from a work shift id, it gets the scheduling ids for the scheduling that are not in statusBOSchedulingStatus.Values.CANCELLED