Uses of Class
overit.geocallapp.wfm.workorders.bl.workcycle.BOWorkCycle
Packages that use BOWorkCycle
Package
Description
-
Uses of BOWorkCycle in overit.geocallapp.wfm.orchestrator.workorders.bl.task
Fields in overit.geocallapp.wfm.orchestrator.workorders.bl.task declared as BOWorkCycleModifier and TypeFieldDescriptionprotected BOWorkCycleBTWorkOrderCreationFromWorkCycle.workCycle -
Uses of BOWorkCycle in overit.geocallapp.wfm.orchestrator.workorders.bl.workcycle.structure.repeatableoperationfilter.task
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.workcycle.structure.repeatableoperationfilter.task with parameters of type BOWorkCycleModifier and TypeMethodDescriptionprotected LongBTWorkCycleRepeatableOperationFilterUpdate.getTechnicalObjectType(BOWorkCycle workCycle, BOWorkCycleStructure workCycleStructure, PoolKit poolKit) Return the technical object type for work order operation type or work order type -
Uses of BOWorkCycle in overit.geocallapp.wfm.orchestrator.workorders.bl.workcycle.structure.task
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.workcycle.structure.task that return BOWorkCycleModifier and TypeMethodDescriptionprotected BOWorkCycleBTWorkCycleStructureInsert.getWorkCycle(BOWorkCycleStructure workCycleStructure, PoolKit poolKit) Return the work cycleprotected BOWorkCycleBTWorkCycleStructureUpdate.getWorkCycle(BOWorkCycleStructure workCycleStructure, PoolKit poolKit) Return the work cycleMethods in overit.geocallapp.wfm.orchestrator.workorders.bl.workcycle.structure.task with parameters of type BOWorkCycleModifier and TypeMethodDescriptionprotected LongBTWorkCycleStructureInsert.getTechnicalObjectType(BOWorkCycle workCycle, BOWorkCycleStructure workCycleStructure, PoolKit poolKit) Return the technical object type for work order operation type or work order typeprotected LongBTWorkCycleStructureUpdate.getTechnicalObjectType(BOWorkCycle workCycle, BOWorkCycleStructure workCycleStructure, PoolKit poolKit) Return the technical object type for work order operation type or work order type -
Uses of BOWorkCycle in overit.geocallapp.wfm.workorders.bl.workcycle.event
Constructors in overit.geocallapp.wfm.workorders.bl.workcycle.event with parameters of type BOWorkCycleModifierConstructorDescriptionWorkCycleInsertEvent(BOWorkCycle workCycle) Instantiates a new work cycle insert event.WorkCycleUpdateEvent(BOWorkCycle input) Instantiates a new work cycle update event. -
Uses of BOWorkCycle in overit.geocallapp.wfm.workorders.bl.workcycle.task
Methods in overit.geocallapp.wfm.workorders.bl.workcycle.task with parameters of type BOWorkCycleModifier and TypeMethodDescriptionprotected voidBTWorkCycleInsert.afterInsert(BOWorkCycle workCycle, PoolKit pk) Actions to perform after the insertion.protected voidBTWorkCycleUpdate.afterUpdate(BOWorkCycle workCycle, PoolKit poolKit) Actions to perform after the update.protected voidBTWorkCycleInsert.checkUniqueCode(BOWorkCycle workCycle, PoolKit poolKit) Check if there are others work cycle with the same code.protected voidBTWorkCycleUpdate.checkUniqueCode(BOWorkCycle workCycle, PoolKit poolKit) Check if there are others work cycle with the same code.protected voidBTWorkCycleInsert.validate(BOWorkCycle workCycle, PoolKit poolKit) Validates the data before the insertion.protected voidBTWorkCycleUpdate.validate(BOWorkCycle workCycle, PoolKit poolKit) Checks if the update is possible by performing some validations on the givenBOWorkCycle -
Uses of BOWorkCycle in overit.geocallapp.wfm.workorders.integration
Methods in overit.geocallapp.wfm.workorders.integration that return BOWorkCycleModifier and TypeMethodDescriptionWorkOrderEventProvider.getWorkCycle(Long workCycleId) WorkOrderProvider.getWorkCycle(Long workCycleId)