Uses of Class
org.compiere.model.MGoalRestriction
Package
Description
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 MGoalRestriction in org.compiere.model
Modifier and TypeMethodDescriptionstatic String
MMeasureCalc.addRestrictions
(String sql, boolean queryOnly, MGoalRestriction[] restrictions, MRole role, String tableName, String orgColumn, String bpColumn, String pColumn) Add Restrictions to SQLMMeasureCalc.getQuery
(MGoalRestriction[] restrictions, String MeasureDisplay, Timestamp date, MRole role) Get Zoom QueryMProjectType.getQuery
(MGoalRestriction[] restrictions, String MeasureDisplay, Timestamp date, int C_Phase_ID, MRole role) Get Zoom QueryMRequestType.getQuery
(MGoalRestriction[] restrictions, String MeasureDisplay, Timestamp date, int R_Status_ID, MRole role) Get Zoom QueryMMeasureCalc.getSqlBarChart
(MGoalRestriction[] restrictions, String MeasureDisplay, Timestamp startDate, MRole role) Get SQL to retrieve value for bar chartMProjectType.getSqlBarChart
(MGoalRestriction[] restrictions, String MeasureDisplay, String MeasureDataType, Timestamp startDate, MRole role) Get SQL for bar chartMRequestType.getSqlBarChart
(MGoalRestriction[] restrictions, String MeasureDisplay, String MeasureDataType, Timestamp startDate, MRole role) Get Sql to value for the bar chartMMeasureCalc.getSqlPI
(MGoalRestriction[] restrictions, String MeasureScope, String MeasureDataType, Timestamp reportDate, MRole role) Get SQL to return single value for the Performance IndicatorMProjectType.getSqlPI
(MGoalRestriction[] restrictions, String MeasureScope, String MeasureDataType, Timestamp reportDate, MRole role) Get SQL for Performance IndicatorMRequestType.getSqlPI
(MGoalRestriction[] restrictions, String MeasureScope, String MeasureDataType, Timestamp reportDate, MRole role) Get Sql to return single value for the Performance Indicator