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

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

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

Methods in it.eng.spagobi.kpi.goal.dao that return Goal
 Goal GoalDAOImpl.toGoal(SbiGoal hibernateGoal)
           
 

Methods in it.eng.spagobi.kpi.goal.dao that return types with arguments of type Goal
 java.util.List<Goal> IGoalDAO.getGoalsList()
          Loading the list of the goals
 java.util.List<Goal> GoalDAOImpl.getGoalsList()
           
 

Methods in it.eng.spagobi.kpi.goal.dao with parameters of type Goal
 void IGoalDAO.insertGoal(Goal goal)
          Insert a goal
 void GoalDAOImpl.insertGoal(Goal goal)