Uses of Class
overit.geocallapp.wfm.workorders.bl.workcycle.structure.BOWorkCycleStructure
Packages that use BOWorkCycleStructure
Package
Description
-
Uses of BOWorkCycleStructure in overit.geocallapp.wfm.orchestrator.workorders.bl.task
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.task that return types with arguments of type BOWorkCycleStructureModifier and TypeMethodDescriptionprotected List<BOWorkCycleStructure> BTWorkOrderCreationFromWorkCycle.searchWorkCycleStructure(BOWorkOrderHeader woHeader, PoolKit poolKit) Searches for work cycle structures based on the provided work order header.Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.task with parameters of type BOWorkCycleStructureModifier and TypeMethodDescriptionprotected voidBTWorkOrderCreationFromWorkCycle.completeWorkOrderOperationFromWorkCycleStructure(BOWorkOrderOperation woOperation, BOWorkOrderHeader woHeader, BOWorkCycleStructure workCycleStructure, Long addressId, Long ordering) Completion of the fields in theBOWorkOrderOperationfrom theBOWorkCycleStructure.protected voidBTWorkOrderCreationFromWorkCycle.createRepeatableOperation(BOWorkOrderHeader woHeader, BOWorkCycleStructure workCycleStructure, List<BOWorkOrderOperation> woOperations, PoolKit poolKit) Creation of aBOWorkOrderOperationstarting from a repeatableBOWorkCycleStructure.protected voidBTWorkOrderCreationFromWorkCycle.createSingleOperation(BOWorkOrderHeader woHeader, BOWorkCycleStructure workCycleStructure, List<BOWorkOrderOperation> woOperations, PoolKit poolKit) Creation of aBOWorkOrderOperationstarting from a non-repeatableBOWorkCycleStructure.protected LongBTWorkOrderCreationFromWorkCycle.getTechnicalObjectType(BOWorkCycleStructure workCycleStructure, PoolKit poolKit) Return the technical object type for work order operation type or work order typeBTWorkOrderCreationFromWorkCycle.searchAssetDescendants(BOWorkCycleStructure workCycleStructure, Long assetId, PoolKit poolKit) Searches for the descendants of an asset based on the provided asset id and asset status from work cycle structure.protected voidBTWorkOrderCreationFromWorkCycle.validateWorkOrderOperation(BOWorkCycleStructure workCycleStructure, PoolKit poolKit) Check on the visibility of the properties of theBOWorkOrderOperation -
Uses of BOWorkCycleStructure 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 BOWorkCycleStructureModifier and TypeMethodDescriptionprotected LongBTWorkCycleRepeatableOperationFilterUpdate.getTechnicalObjectType(BOWorkCycle workCycle, BOWorkCycleStructure workCycleStructure, PoolKit poolKit) Return the technical object type for work order operation type or work order typeprotected voidBTWorkCycleRepeatableOperationFilterUpdate.validate(BOWorkCycleStructure workCycleStructure, PoolKit poolKit) Validates the data before the insertion. -
Uses of BOWorkCycleStructure in overit.geocallapp.wfm.orchestrator.workorders.bl.workcycle.structure.task
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.workcycle.structure.task that return types with arguments of type BOWorkCycleStructureModifier and TypeMethodDescriptionprotected List<BOWorkCycleStructure> BTWorkCycleStructureInsert.getStructures(BOWorkCycleStructure workCycleStructure, PoolKit poolKit) Get the list ofBOWorkCycleStructureassociated to the sameBOWorkCycleprotected List<BOWorkCycleStructure> BTWorkCycleStructureUpdate.getStructures(BOWorkCycleStructure workCycleStructure, PoolKit poolKit) Get the list ofBOWorkCycleStructureassociated to the sameBOWorkCycleMethods in overit.geocallapp.wfm.orchestrator.workorders.bl.workcycle.structure.task with parameters of type BOWorkCycleStructureModifier and TypeMethodDescriptionprotected voidBTWorkCycleStructureInsert.completeWorkCycleStructure(BOWorkCycleStructure workCycleStructure, PoolKit poolKit) Complete the structure with the duration and team cardinality data taken from the work cycle, and the repeatability of the operation is based on the type of technical object associated with the structure or work cycle.protected voidBTWorkCycleStructureUpdate.completeWorkCycleStructure(BOWorkCycleStructure workCycleStructure, PoolKit poolKit) Complete the structure with the duration and team cardinality data taken from the work cycle, and the repeatability of the operation is based on the type of technical object associated with the structure or work cycle.protected List<BOWorkCycleStructure> BTWorkCycleStructureInsert.getStructures(BOWorkCycleStructure workCycleStructure, PoolKit poolKit) Get the list ofBOWorkCycleStructureassociated to the sameBOWorkCycleprotected List<BOWorkCycleStructure> BTWorkCycleStructureUpdate.getStructures(BOWorkCycleStructure workCycleStructure, PoolKit poolKit) Get the list ofBOWorkCycleStructureassociated to the sameBOWorkCycleprotected 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 typeprotected BOWorkCycleBTWorkCycleStructureInsert.getWorkCycle(BOWorkCycleStructure workCycleStructure, PoolKit poolKit) Return the work cycleprotected BOWorkCycleBTWorkCycleStructureUpdate.getWorkCycle(BOWorkCycleStructure workCycleStructure, PoolKit poolKit) Return the work cycleprotected voidBTWorkCycleStructureInsert.notifyWorkCycleInsert(BOWorkCycleStructure workCycleStructure, PoolKit poolKit) Notifies the insertion of a work cycle structure.protected voidBTWorkCycleStructureUpdate.notifyWorkCycleUpdate(BOWorkCycleStructure workCycleStructure, PoolKit poolKit) Notifies the update of a work cycle structure.protected voidBTWorkCycleStructureInsert.validate(BOWorkCycleStructure workCycleStructure, List<BOWorkCycleStructure> workCycleStructures, PoolKit poolKit) Validates the data before the insertion.protected voidBTWorkCycleStructureUpdate.validate(BOWorkCycleStructure workCycleStructure, List<BOWorkCycleStructure> workCycleStructures, PoolKit poolKit) Validates the data before the update.Method parameters in overit.geocallapp.wfm.orchestrator.workorders.bl.workcycle.structure.task with type arguments of type BOWorkCycleStructureModifier and TypeMethodDescriptionprotected booleanBTWorkCycleStructureInsert.checkNonOptionalOperations(List<BOWorkCycleStructure> workCycleStructures) Check on work cycle structures if there are non-optional operation definedprotected booleanBTWorkCycleStructureUpdate.checkNonOptionalOperations(List<BOWorkCycleStructure> workCycleStructures) Check on work cycle structures if there are non-optional operation definedprotected voidBTWorkCycleStructureInsert.validate(BOWorkCycleStructure workCycleStructure, List<BOWorkCycleStructure> workCycleStructures, PoolKit poolKit) Validates the data before the insertion.protected voidBTWorkCycleStructureUpdate.validate(BOWorkCycleStructure workCycleStructure, List<BOWorkCycleStructure> workCycleStructures, PoolKit poolKit) Validates the data before the update. -
Uses of BOWorkCycleStructure in overit.geocallapp.wfm.orchestrator.workorders.rs1.workcyclestructure
Methods in overit.geocallapp.wfm.orchestrator.workorders.rs1.workcyclestructure with parameters of type BOWorkCycleStructureModifier and TypeMethodDescriptionvoidWorkCycleStructureValidator.validate(BOWorkCycleStructure structure) -
Uses of BOWorkCycleStructure in overit.geocallapp.wfm.workorders.bl.workcycle.structure.event
Constructors in overit.geocallapp.wfm.workorders.bl.workcycle.structure.event with parameters of type BOWorkCycleStructureModifierConstructorDescriptionWorkCycleStructureInsertEvent(BOWorkCycleStructure workCycleStructure) Instantiates a new work cycle structure insert event.WorkCycleStructureUpdateEvent(BOWorkCycleStructure workCycleStructure) Instantiates a new work cycle structure update event.Constructor parameters in overit.geocallapp.wfm.workorders.bl.workcycle.structure.event with type arguments of type BOWorkCycleStructureModifierConstructorDescriptionInstantiates a new work cycle structure notification event. -
Uses of BOWorkCycleStructure in overit.geocallapp.wfm.workorders.bl.workcycle.structure.repeatableoperationfilter.event
Constructors in overit.geocallapp.wfm.workorders.bl.workcycle.structure.repeatableoperationfilter.event with parameters of type BOWorkCycleStructureModifierConstructorDescriptionWorkCycleRepeatableOperationFilterUpdateEvent(BOWorkCycleStructure workCycleStructure) Instantiates a new work cycle structure repeatable operation filter update event. -
Uses of BOWorkCycleStructure in overit.geocallapp.wfm.workorders.bl.workcycle.structure.task
Methods in overit.geocallapp.wfm.workorders.bl.workcycle.structure.task that return BOWorkCycleStructureModifier and TypeMethodDescriptionprotected BOWorkCycleStructureBTWorkCycleStructureDelete.getWorkCycleStructure(Long workCycleStructureId, PoolKit poolKit) Retrieves the work cycle structure with the given id.Methods in overit.geocallapp.wfm.workorders.bl.workcycle.structure.task that return types with arguments of type BOWorkCycleStructureModifier and TypeMethodDescriptionprotected List<BOWorkCycleStructure> BTWorkCycleStructureDelete.getStructures(BOWorkCycleStructure workCycleStructure, PoolKit poolKit) Get the list ofBOWorkCycleStructureassociated to the sameBOWorkCycleMethods in overit.geocallapp.wfm.workorders.bl.workcycle.structure.task with parameters of type BOWorkCycleStructureModifier and TypeMethodDescriptionprotected List<BOWorkCycleStructure> BTWorkCycleStructureDelete.getStructures(BOWorkCycleStructure workCycleStructure, PoolKit poolKit) Get the list ofBOWorkCycleStructureassociated to the sameBOWorkCycleprotected voidBTWorkCycleStructureDelete.notifyWorkCycleDelete(BOWorkCycleStructure workCycleStructure, PoolKit poolKit) Notifies the deletion of a work cycle structure.protected voidBTWorkCycleStructureDelete.validate(BOWorkCycleStructure workCycleStructure, PoolKit poolKit) Validates the data before the deletion.Method parameters in overit.geocallapp.wfm.workorders.bl.workcycle.structure.task with type arguments of type BOWorkCycleStructureModifier and TypeMethodDescriptionprotected booleanBTWorkCycleStructureDelete.checkNonOptionalOperations(List<BOWorkCycleStructure> workCycleStructures) Check on work cycle structures if there are non-optional operation defined -
Uses of BOWorkCycleStructure in overit.geocallapp.wfm.workorders.integration
Methods in overit.geocallapp.wfm.workorders.integration that return BOWorkCycleStructureModifier and TypeMethodDescriptionWorkOrderEventProvider.getWorkCycleStructures(Long workCycleStructureId) WorkOrderProvider.getWorkCycleStructures(Long workCycleStructureId) Methods in overit.geocallapp.wfm.workorders.integration that return types with arguments of type BOWorkCycleStructureModifier and TypeMethodDescriptionWorkOrderEventProvider.searchWorkCycleStructures(WorkCycleStructureSearchFilter filter) WorkOrderProvider.searchWorkCycleStructures(WorkCycleStructureSearchFilter filter) Method parameters in overit.geocallapp.wfm.workorders.integration with type arguments of type BOWorkCycleStructureModifier and TypeMethodDescriptionvoidWorkOrderEventProvider.notifyWorkCycleStructure(NotificationInput<BOWorkCycleStructure> input) voidWorkOrderProvider.notifyWorkCycleStructure(NotificationInput<BOWorkCycleStructure> input) -
Uses of BOWorkCycleStructure in overit.geocallapp.wfm.workorders.rs1.workcyclestructure
Methods in overit.geocallapp.wfm.workorders.rs1.workcyclestructure with parameters of type BOWorkCycleStructureModifier and TypeMethodDescriptionvoidWorkCycleStructureValidator.validate(BOWorkCycleStructure structure)