Uses of Class
overit.geocallapp.wfm.scheduling.bl.agenda.BOAgenda
Packages that use BOAgenda
Package
Description
-
Uses of BOAgenda in overit.geocallapp.wfm.mobile.core.replicator.workorder.task
Methods in overit.geocallapp.wfm.mobile.core.replicator.workorder.task with parameters of type BOAgendaModifier and TypeMethodDescriptionprotected booleanDATRAgendaResources.evaluateIntervention(BOAgenda agenda, HashGetter currentRecord, PooledConnection externalConn) Evaluate if the intervention is completed or not, and checks if the user can works on the operation.protected voidDATRAgendaResources.updateAccounting(BOAgenda agenda, HashGetter currentRecord, HashGetter accounting, boolean fromDoInsert, PooledConnection externalConn) -
Uses of BOAgenda in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityassignment.task
Methods in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityassignment.task that return BOAgendaModifier and TypeMethodDescriptionprotected BOAgendaBTBaseActivityManualAssignment.createNewAgenda(PoolKit poolKit) Create a new record on Agenda table for the current appointment.ManualAssignmentContext.getAgenda()Gets the agenda.Methods in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityassignment.task with parameters of type BOAgenda -
Uses of BOAgenda in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityremoval.task
Methods in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityremoval.task that return BOAgendaMethods in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityremoval.task with parameters of type BOAgendaModifier and TypeMethodDescriptionprotected voidBTUpdateStatusRemovalScheduling.cancelAgenda(BOAgenda agenda, PoolKit poolKit) Cancels the specified agenda by setting its status to CANCELLED, clearing the start and end dates, and removing any associated foreman, team resources, foreman scheduling, and team shift.voidSets the agenda. -
Uses of BOAgenda in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityvalidation.task
Methods in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityvalidation.task that return types with arguments of type BOAgendaModifier and TypeMethodDescriptionBTWorkShiftActivityValidation.getValidAgendas(BOWorkOrderOperation validOperation, PoolKit poolKit) Method that returns the valid agendas related to the operation in input.Method parameters in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityvalidation.task with type arguments of type BOAgendaModifier and TypeMethodDescriptionprotected voidBTWorkShiftActivityValidation.updateAgendaStatus(List<BOAgenda> validAgendas, PoolKit poolKit) Update the status of the agenda if its status is equal to OPEN.protected voidBTWorkShiftActivityValidation.updateStatus(BOWorkOrderOperation validOperation, List<BOAgenda> validAgendas, PoolKit poolKit) Method that updates the operation and agenda status. -
Uses of BOAgenda in overit.geocallapp.wfm.orchestrator.scheduling.bl.outcome.task
Methods in overit.geocallapp.wfm.orchestrator.scheduling.bl.outcome.task with parameters of type BOAgendaModifier and TypeMethodDescriptionprotected voidBTSchedulingOnInterventionOutcomeNotification.arrivalOnSiteAgenda(BOAgenda agenda, PoolKit poolKit) Arrival at the site an agenda by updating its status toBOAgendaStatus.Values.IN_EXECUTIONand launching anAgendaUpdateEvent.protected voidBTSchedulingOnInterventionOutcomeNotification.startAgenda(BOAgenda agenda, PoolKit poolKit) Save agenda by launching anAgendaUpdateEvent. -
Uses of BOAgenda in overit.geocallapp.wfm.scheduling.bl.agenda.event
Constructors in overit.geocallapp.wfm.scheduling.bl.agenda.event with parameters of type BOAgendaModifierConstructorDescriptionAgendaInsertEvent(BOAgenda input) Instantiates a new agenda insert eventAgendaUpdateEvent(BOAgenda agenda) Instantiates a new agenda update event. -
Uses of BOAgenda in overit.geocallapp.wfm.scheduling.bl.agenda.task
Methods in overit.geocallapp.wfm.scheduling.bl.agenda.task with parameters of type BOAgendaModifier and TypeMethodDescriptionprotected voidBTAgendaInsert.completeAgendaData(BOAgenda agenda) Complete the data of theBOAgendaprotected voidBTAgendaReset.deleteAgendaResourceRoles(BOAgenda agenda, PoolKit poolKit) protected voidBTAgendaReset.resetUpdate(BOAgenda agenda, PoolKit poolKit) Method that reset and update the agendaprotected voidChecks if the insertion is possible by performing some validations on the givenBOAgenda.protected voidBTAgendaReset.validateInput(BOAgenda agenda) Method that checks the new values for the agenda. -
Uses of BOAgenda in overit.geocallapp.wfm.scheduling.integration
Methods in overit.geocallapp.wfm.scheduling.integration that return BOAgendaModifier and TypeMethodDescriptionMethods in overit.geocallapp.wfm.scheduling.integration that return types with arguments of type BOAgendaModifier and TypeMethodDescriptionSchedulingEventProvider.searchAgenda(AgendaSearchFilter filter) SchedulingProvider.searchAgenda(AgendaSearchFilter filter) Methods in overit.geocallapp.wfm.scheduling.integration with parameters of type BOAgendaModifier and TypeMethodDescriptionSchedulingEventProvider.insertAgenda(BOAgenda agenda) SchedulingProvider.insertAgenda(BOAgenda agenda) voidSchedulingEventProvider.updateAgenda(BOAgenda agenda) voidSchedulingProvider.updateAgenda(BOAgenda agenda)