Uses of Class
overit.geocallapp.wfm.project.bl.activityrelation.BOActivityRelation
Packages that use BOActivityRelation
Package
Description
-
Uses of BOActivityRelation in overit.geocallapp.wfm.project.bl
Methods in overit.geocallapp.wfm.project.bl that return BOActivityRelationMethods in overit.geocallapp.wfm.project.bl that return types with arguments of type BOActivityRelationMethods in overit.geocallapp.wfm.project.bl with parameters of type BOActivityRelationModifier and TypeMethodDescriptionvoidProject.deleteActivityRelation(BOActivityRelation relation) voidProject.updateActivityRelation(BOActivityRelation relation) Method parameters in overit.geocallapp.wfm.project.bl with type arguments of type BOActivityRelationModifier and TypeMethodDescriptionvoidProject.addActivityRelation(List<BOActivityRelation> relations) -
Uses of BOActivityRelation in overit.geocallapp.wfm.project.bl.activityrelation.be
Constructors in overit.geocallapp.wfm.project.bl.activityrelation.be with parameters of type BOActivityRelationModifierConstructorDescriptionConstructor parameters in overit.geocallapp.wfm.project.bl.activityrelation.be with type arguments of type BOActivityRelationModifierConstructorDescription -
Uses of BOActivityRelation in overit.geocallapp.wfm.project.bl.activityrelation.task
Methods in overit.geocallapp.wfm.project.bl.activityrelation.task that return BOActivityRelationModifier and TypeMethodDescriptionprotected BOActivityRelationBTProjectActivityRelationCreate.insertRelation(BOActivityRelation activityRel, PoolKit pk) protected BOActivityRelationBTProjectActivityRelationUpdate.updateRelation(BOActivityRelation activityRel, PoolKit pk) Methods in overit.geocallapp.wfm.project.bl.activityrelation.task with parameters of type BOActivityRelationModifier and TypeMethodDescriptionprotected voidBTProjectActivityRelationCreate.checkActivityRelationValues(BOActivityRelation activityRel) protected voidBTProjectActivityRelationUpdate.checkActivityRelationValues(BOActivityRelation activityRel) protected voidBTProjectActivityRelationDelete.deleteActivityRelation(BOActivityRelation activityRel, PoolKit pk) protected BOActivityRelationBTProjectActivityRelationCreate.insertRelation(BOActivityRelation activityRel, PoolKit pk) protected BOActivityRelationBTProjectActivityRelationUpdate.updateRelation(BOActivityRelation activityRel, PoolKit pk) Method parameters in overit.geocallapp.wfm.project.bl.activityrelation.task with type arguments of type BOActivityRelationModifier and TypeMethodDescriptionprotected voidBTProjectActivityRelationsManager.checkBeforeProcess(List<BOActivityRelation> relations, PoolKit pk) -
Uses of BOActivityRelation in overit.geocallapp.wfm.project.bl.graph
Methods in overit.geocallapp.wfm.project.bl.graph that return types with arguments of type BOActivityRelationModifier and TypeMethodDescriptioncom.google.common.graph.MutableValueGraph<BOProjectActivity, BOActivityRelation> ProjectGraph.getGraph()Methods in overit.geocallapp.wfm.project.bl.graph with parameters of type BOActivityRelationModifier and TypeMethodDescriptionvoidProjectGraphBuilder.addRelation(com.google.common.graph.MutableValueGraph<BOProjectActivity, BOActivityRelation> graph, Project project, BOActivityRelation relation) Method parameters in overit.geocallapp.wfm.project.bl.graph with type arguments of type BOActivityRelationModifier and TypeMethodDescriptionvoidProjectGraphBuilder.addRelation(com.google.common.graph.MutableValueGraph<BOProjectActivity, BOActivityRelation> graph, Project project, BOActivityRelation relation) voidProjectGraph.setGraph(com.google.common.graph.MutableValueGraph<BOProjectActivity, BOActivityRelation> graph) -
Uses of BOActivityRelation in overit.geocallapp.wfm.project.ux.activityrelation
Fields in overit.geocallapp.wfm.project.ux.activityrelation declared as BOActivityRelationModifier and TypeFieldDescriptionprotected BOActivityRelationCActivityRelations.currentActivityRelationprotected BOActivityRelationPEditActivityRelation.relationMethods in overit.geocallapp.wfm.project.ux.activityrelation that return types with arguments of type BOActivityRelationModifier and TypeMethodDescriptionprotected List<BOActivityRelation> CActivityRelations.getRelationsToSave(HashGetter formValues) Method parameters in overit.geocallapp.wfm.project.ux.activityrelation with type arguments of type BOActivityRelationModifier and TypeMethodDescriptionprotected voidCActivityRelations.prepareRelationsForMassiveUpdate(List<BOActivityRelation> relationsToSave, UIMessage uim) -
Uses of BOActivityRelation in overit.geocallapp.wfm.project.ux.structure.gantt
Methods in overit.geocallapp.wfm.project.ux.structure.gantt with parameters of type BOActivityRelationModifier and TypeMethodDescriptionorg.apache.ecs.ElementProjectGanttTooltipBuilder.buildRelationTooltip(Teacher teacher, BOActivityRelation relation, BOProjectActivity from, BOProjectActivity to) Method parameters in overit.geocallapp.wfm.project.ux.structure.gantt with type arguments of type BOActivityRelationModifier and TypeMethodDescriptionprotected voidProjectGanttDataBuilder.buildBlockRelations(Map<String, GanttBlock<BOProjectActivity>> blockIndex, List<BOActivityRelation> relations) -
Uses of BOActivityRelation in overit.geocallapp.wfm.projects.rs1.activityrelation.util
Method parameters in overit.geocallapp.wfm.projects.rs1.activityrelation.util with type arguments of type BOActivityRelationModifier and TypeMethodDescriptionstatic org.springframework.http.ResponseEntity<DTOProjectActivityRelationPredecessor> ActivityRelationUtils.transformInDTOPredecessorResponse(org.springframework.http.ResponseEntity<BOActivityRelation> boRes) static org.springframework.http.ResponseEntity<PageResponse<DTOProjectActivityRelationPredecessor>> ActivityRelationUtils.transformInDTOPredecessorResponsePages(org.springframework.http.ResponseEntity<PageResponse<BOActivityRelation>> boRes) static org.springframework.http.ResponseEntity<DTOProjectActivityRelationSuccessor> ActivityRelationUtils.transformInDTOSuccessorResponse(org.springframework.http.ResponseEntity<BOActivityRelation> boRes) static org.springframework.http.ResponseEntity<PageResponse<DTOProjectActivityRelationSuccessor>> ActivityRelationUtils.transformInDTOSuccessorResponsePages(org.springframework.http.ResponseEntity<PageResponse<BOActivityRelation>> boRes)