Uses of Class
org.compiere.model.MGoal
-
Packages that use MGoal Package Description org.adempiere.apps.graph org.adempiere.webui.apps.graph org.adempiere.webui.apps.graph.model org.compiere.model Provides for.... -
-
Uses of MGoal in org.adempiere.apps.graph
Fields in org.adempiere.apps.graph declared as MGoal Modifier and Type Field Description protected MGoal
GraphBuilder. m_goal
The GoalMethods in org.adempiere.apps.graph that return MGoal Modifier and Type Method Description MGoal
GraphColumn. getGoal()
Get Achievement GoalMGoal
GraphBuilder. getMGoal()
Methods in org.adempiere.apps.graph with parameters of type MGoal Modifier and Type Method Description MQuery
GraphColumn. getMQuery(MGoal mGoal)
void
GraphBuilder. setMGoal(MGoal mgoal)
Constructors in org.adempiere.apps.graph with parameters of type MGoal Constructor Description GraphColumn(MGoal goal, BigDecimal data)
Achievement Goal Constructor -
Uses of MGoal in org.adempiere.webui.apps.graph
Methods in org.adempiere.webui.apps.graph that return MGoal Modifier and Type Method Description MGoal
WPerformanceIndicator. getGoal()
Get Goalstatic MGoal[]
WPAPanel. loadGoal()
Get Panel if User has Performance GoalsMethods in org.adempiere.webui.apps.graph with parameters of type MGoal Modifier and Type Method Description void
WGraph. setGoal(MGoal goal)
void
WPAPanel. setGoals(MGoal[] goals, WPerformanceIndicator.Options options)
Constructors in org.adempiere.webui.apps.graph with parameters of type MGoal Constructor Description WGraph(MGoal goal)
ConstructorWGraph(MGoal goal, int zoom, boolean chartSelection, boolean hideTitle, boolean renderTable, boolean renderChart)
ConstructorWPerformanceDetail(MGoal goal)
Constructor.WPerformanceIndicator(MGoal goal)
WPerformanceIndicator(MGoal goal, WPerformanceIndicator.Options options)
Constructor -
Uses of MGoal in org.adempiere.webui.apps.graph.model
Fields in org.adempiere.webui.apps.graph.model declared as MGoal Modifier and Type Field Description MGoal
GoalModel. goal
MGoal
IndicatorModel. goalModel
-
Uses of MGoal in org.compiere.model
Methods in org.compiere.model that return MGoal Modifier and Type Method Description static MGoal[]
MGoal. getGoals(Properties ctx)
Get Accessible Goalsstatic MGoal[]
MGoal. getMeasureGoals(Properties ctx, int PA_Measure_ID)
Get Goals with Measurestatic MGoal[]
MGoal. getTestGoals(Properties ctx)
Create Test Goalsstatic MGoal[]
MGoal. getUserGoals(Properties ctx, int AD_User_ID)
Get User GoalsMethods in org.compiere.model with parameters of type MGoal Modifier and Type Method Description ArrayList<GraphColumn>
MMeasure. getGraphColumnList(MGoal goal)
static BigDecimal
MGoal. getMultiplier(MGoal goal)
Get Multiplier from Scope to Display
-