Uses of Class
org.compiere.model.MGoalRestriction
Packages that use 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
Methods in org.compiere.model that return MGoalRestrictionMethods in org.compiere.model with parameters of type MGoalRestrictionModifier and TypeMethodDescriptionstatic StringMMeasureCalc.addRestrictions(String sql, boolean queryOnly, MGoalRestriction[] restrictions, MRole role, String tableName, String orgColumn, String bpColumn, String pColumn) Add Restrictions to SQLstatic StringMMeasureCalc.addRestrictions(String sql, boolean queryOnly, MGoalRestriction[] restrictions, MRole role, String tableName, String orgColumn, String bpColumn, String pColumn, List<Object> params) 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) Deprecated, for removal: This API element is subject to removal in a future version.use getSqlBarChartFragment insteadMProjectType.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.getSqlBarChartFragment(MGoalRestriction[] restrictions, String MeasureDisplay, Timestamp startDate, MRole role) Get SQL to retrieve value for bar chartMMeasureCalc.getSqlPI(MGoalRestriction[] restrictions, String MeasureScope, String MeasureDataType, Timestamp reportDate, MRole role) Deprecated, for removal: This API element is subject to removal in a future version.use getSqlPIFragmentMProjectType.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 IndicatorMMeasureCalc.getSqlPIFragment(MGoalRestriction[] restrictions, String MeasureScope, String MeasureDataType, Timestamp reportDate, MRole role) Get SQL to return single value for the Performance Indicator