Uses of Class
it.eng.spagobi.kpi.goal.metadata.bo.GoalNode

Packages that use GoalNode
it.eng.spagobi.kpi.goal.dao   
 

Uses of GoalNode in it.eng.spagobi.kpi.goal.dao
 

Methods in it.eng.spagobi.kpi.goal.dao that return GoalNode
 GoalNode IGoalDAO.getRootNode(java.lang.Integer goalId, java.lang.Integer ouId)
          Get the root node of a goal hierarchy linked to an ou and a grant
 GoalNode GoalDAOImpl.getRootNode(java.lang.Integer goalId, java.lang.Integer ouId)
           
 GoalNode GoalDAOImpl.toGoalNode(SbiGoalHierarchy hibernateGoalNode)
           
 

Methods in it.eng.spagobi.kpi.goal.dao that return types with arguments of type GoalNode
 java.util.List<GoalNode> IGoalDAO.getChildrenNodes(java.lang.Integer nodeId)
          Get the children of a goal node
 java.util.List<GoalNode> GoalDAOImpl.getChildrenNodes(java.lang.Integer nodeId)
           
 

Methods in it.eng.spagobi.kpi.goal.dao with parameters of type GoalNode
 void IGoalDAO.insertGoalNode(GoalNode goalNode, java.lang.Integer fatherId)
          Insert a goal node
 void GoalDAOImpl.insertGoalNode(GoalNode goalNode, java.lang.Integer fatherId)
           
 void IGoalDAO.updateGoalNode(GoalNode goalNode)
          Update a goal node
 void GoalDAOImpl.updateGoalNode(GoalNode goalNode)