Uses of Class
org.compiere.model.MGoal
Packages that use MGoal
Package
Description
Provide class and interface for chart (AD_Chart), performance indicator (PA_Goal) and document status indicator (PA_DocumentStatus) implementation.
Value object class for chart and performance indicator
This is the package that contains the majority of iDempiere's generated model class and interface.
Provide majority of iDempiere's extended model class (M*).
Provide majority of iDempiere's extended model class (M*).
-
Uses of MGoal in org.adempiere.apps.graph
Fields in org.adempiere.apps.graph declared as MGoalMethods in org.adempiere.apps.graph that return MGoalModifier and TypeMethodDescriptionGraphColumn.getGoal()
Get Achievement GoalGraphBuilder.getMGoal()
Deprecated.Methods in org.adempiere.apps.graph with parameters of type MGoalModifier and TypeMethodDescriptionGet query for goalvoid
Deprecated.Constructors in org.adempiere.apps.graph with parameters of type MGoalModifierConstructorDescriptionGraphColumn
(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 MGoalModifier and TypeMethodDescriptionWPerformanceIndicator.getGoal()
Get Goalstatic MGoal[]
WPAPanel.loadGoal()
Load Performance Goals for current login user.
For asynchronous use case, load MGoal[] through this method in non event listener thread and callWPAPanel.setGoals(MGoal[], Options)
in event listener thread to update UI.Methods in org.adempiere.webui.apps.graph with parameters of type MGoalModifier and TypeMethodDescriptionvoid
void
WPAPanel.setGoals
(MGoal[] goals, WPerformanceIndicator.Options options) Set performance goals and render chartsConstructors in org.adempiere.webui.apps.graph with parameters of type MGoalModifierConstructorDescriptionConstructorWGraph
(MGoal goal, int zoom, boolean chartSelection, boolean hideTitle, boolean renderTable, boolean renderChart) ConstructorWPAWidget
(MGoal goal, WPerformanceIndicator.Options options, boolean isShowTitle) WPerformanceDetail
(MGoal goal) Constructor.WPerformanceIndicator
(MGoal goal) WPerformanceIndicator
(MGoal goal, WPerformanceIndicator.Options options) -
Uses of MGoal in org.adempiere.webui.apps.graph.model
Fields in org.adempiere.webui.apps.graph.model declared as MGoal -
Uses of MGoal in org.compiere.model
Methods in org.compiere.model that return MGoalModifier and TypeMethodDescriptionstatic MGoal[]
MGoal.getGoals
(Properties ctx) Get Accessible Goals ((will call updateGoal for each record)static MGoal[]
MGoal.getMeasureGoals
(Properties ctx, int PA_Measure_ID) Get Goals for a performance measurementstatic MGoal[]
MGoal.getTestGoals
(Properties ctx) Create Dummy Test Goalsstatic MGoal[]
MGoal.getUserGoals
(Properties ctx, int AD_User_ID) Get User Goals (will call updateGoal for each record)Methods in org.compiere.model with parameters of type MGoalModifier and TypeMethodDescriptionMMeasure.getGraphColumnList
(MGoal goal) Get chart columnsstatic BigDecimal
MGoal.getMultiplier
(MGoal goal) Get Multiplier for the goal's combination of Measurement Scope and Measurement Display