Uses of Class
org.compiere.model.MGoalRestriction
-
Packages that use MGoalRestriction Package Description org.compiere.model Provides for.... -
-
Uses of MGoalRestriction in org.compiere.model
Methods in org.compiere.model that return MGoalRestriction Modifier and Type Method Description MGoalRestriction[]MGoal. getRestrictions(boolean reload)Get Restriction LinesMethods in org.compiere.model with parameters of type MGoalRestriction Modifier and Type Method Description static StringMMeasureCalc. addRestrictions(String sql, boolean queryOnly, MGoalRestriction[] restrictions, MRole role, String tableName, String orgColumn, String bpColumn, String pColumn)Add Restrictions to SQLMQueryMMeasureCalc. getQuery(MGoalRestriction[] restrictions, String MeasureDisplay, Timestamp date, MRole role)Get Zoom QueryMQueryMProjectType. getQuery(MGoalRestriction[] restrictions, String MeasureDisplay, Timestamp date, int C_Phase_ID, MRole role)Get Zoom QueryMQueryMRequestType. getQuery(MGoalRestriction[] restrictions, String MeasureDisplay, Timestamp date, int R_Status_ID, MRole role)Get Zoom QueryStringMMeasureCalc. getSqlBarChart(MGoalRestriction[] restrictions, String MeasureDisplay, Timestamp startDate, MRole role)Get Sql to value for the bar chartStringMProjectType. getSqlBarChart(MGoalRestriction[] restrictions, String MeasureDisplay, String MeasureDataType, Timestamp startDate, MRole role)Get Sql to value for the bar chartStringMRequestType. getSqlBarChart(MGoalRestriction[] restrictions, String MeasureDisplay, String MeasureDataType, Timestamp startDate, MRole role)Get Sql to value for the bar chartStringMMeasureCalc. getSqlPI(MGoalRestriction[] restrictions, String MeasureScope, String MeasureDataType, Timestamp reportDate, MRole role)Get Sql to return single value for the Performance IndicatorStringMProjectType. getSqlPI(MGoalRestriction[] restrictions, String MeasureScope, String MeasureDataType, Timestamp reportDate, MRole role)Get Sql to return single value for the Performance IndicatorStringMRequestType. getSqlPI(MGoalRestriction[] restrictions, String MeasureScope, String MeasureDataType, Timestamp reportDate, MRole role)Get Sql to return single value for the Performance Indicator
-