Uses of Class
org.compiere.model.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
Modifier and TypeMethodDescriptionGraphColumn.getGoal()
Get Achievement GoalGraphBuilder.getMGoal()
Deprecated.Modifier and TypeMethodDescriptionGet query for goalvoid
Deprecated.ModifierConstructorDescriptionGraphColumn
(MGoal goal, BigDecimal data) Achievement Goal Constructor -
Uses of MGoal in org.adempiere.webui.apps.graph
Modifier 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.Modifier and TypeMethodDescriptionvoid
void
WPAPanel.setGoals
(MGoal[] goals, WPerformanceIndicator.Options options) Set performance goals and render chartsModifierConstructorDescriptionConstructorWGraph
(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
-
Uses of MGoal in org.compiere.model
Modifier 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)Modifier 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